Locust - An open source load testing tool. Define user behaviour with Python code, and swarm your system with millions of simultaneous users. http://locust.io/ Boomer is a better load generator for locust, written in golang. It can spawn thousands of goroutines to run your code concurrently. It will listen and report to the locust master automatically, your test results will be displayed on the master's web UI. https://github.com/myzhan/boomer |
Performance >