Locuplot is a python application to generate graph based on locust statistics reporting.
Locuplot is available on pypi registry, you can:
pip install locuplotThere is a help command locuplot -h
To use this project, there is 3 arguments to give.
locuplot -d example\stats -p sample -e dist
Arguments list:
- -d | --directory => Specify the folder where the locust stats are.
- -p | --prefix => The prefix you gave to locust for generated stats
- -e | --export => The export directory you want png and html generated files (default to
./dist)
Make sure to install poetry first. Then, make a poetry install in the project
root directory.
To execute locuplot locally, use this commands:
poetry run locuplot -d example\stats -p sampleFor further information you can display the helper like this:
poetry run locuplot -hThese custom commands are launched via poetry and an awesome plugin named taskipy. Go check out this project !
Non exhaustive custom commands:
| Command | Description |
|---|---|
| poetry run task locust | Run sample locust test |
| poetry run task jupyter | Launch jupyter notebook with example statistics |