Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Locust is a simple Python-based load test tool. It can run with and without web UI, also it supports standalone and master/slave modes. User can write tests with a small set of APIs provided by Locust, and then run the tests in Locust by specifying number of tests to run, the speed of test etc. The test result can be viewed on web UI or from an output file. See the tool wiki page for 's wiki page at https://docs.locust.io for more details. 

Installation 

...