Skip to main content

Python application for generating plot from locust statistics csv

Project description

Locuplot

Locuplot is a python application to generate graph based on locust statistics reporting.

Usage

Install

Locuplot is available on pypi registry, you can:

pip install locuplot

Usage

There 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)

Local setup

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 sample

For further information you can display the helper like this:

poetry run locuplot -h

Commands

These 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

locuplot-0.1.3.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

locuplot-0.1.3-py3-none-any.whl (8.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page