question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

distributed load testing

See original GitHub issue

Is there support (or planned) for distributed load testing?

We currently use Locust which handles this quite nicely using master / slave mode:

locust -f my_locustfile.py --master
locust -f my_locustfile.py --slave --master-host=192.168.0.14

http://docs.locust.io/en/latest/running-locust-distributed.html

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:3
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
hassycommented, Apr 27, 2016

It’s on the roadmap for v2.0, coming soon!

1reaction
hassycommented, Jan 13, 2021

@ianwalter Artillery Pro is only available on AWS right now, but Kubernetes support is on the roadmap which will make it available in non-AWS environments.

@abhayshankar As a workaround you can configure each Artillery instance to report runtime metrics to a central monitoring system, e.g. Datadog. It won’t give you full correct aggregation for e.g. response time distribution but may be close enough depending on your needs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Distributed Load Testing on AWS | AWS Solutions - AWS
The Distributed Load Testing on AWS solution automates software applications testing at scale and at load to help you identify potential performance issues ......
Read more >
What Is Distributed Load Testing? | SoapUI
Distributed load testing allows you to mimic the same behavior at different times against your environment outside of your own network.
Read more >
Apache JMeter Distributed Testing Step-by-step
Apache JMeter Distributed Testing Step-by-step¶. This short tutorial explains how to use multiple systems to perform stress testing.
Read more >
Distributed Load Testing | ReadyAPI Documentation
Distributed load testing is running a test on several different computers at a time. It makes possible simulating a large number of virtual...
Read more >
Distributed load testing using Google Kubernetes Engine
To model this interaction, you can use Locust, a distributed, Python-based load testing tool that can distribute requests across multiple target ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found