/locust

Scalable user load testing tool written in Python

Primary LanguagePythonMIT LicenseMIT

Locust (0.7.5)

Build Status Gitter Chat

Links

Description

This is a fork from this official git (Locust 0.7.5)

Addups

  • Distributed testing compactibility in the CLI mode

    Master - Slave spawning can be done in CLI mode also. But the number of slaves is predefined unlike WebUI mode.

  • Timely Test Response stats available in CLI mode also (which can be used for plaotting)

    In case of the WebUI, we get Locust data in JSON format visiting [http://localhost:8089/stats/requests] while test is on run. Same way, the WebUI also will generate the data is the same similar format. (Futher extended for plotting and others things while in CLI also)