python-locust 2.33.2
Distributed load testing framework
Locust is a performance testing tool that aims to be easy to use, scriptable and scalable. The test scenarios are described in plain Python. It provides a web-based user interface to visualize the results in real-time, but can also be run non-interactively. Locust is primarily geared toward testing HTTP-based applications or services, but it can be customized to test any system or protocol.
Note: Locust will complain if the available open file descriptors limit for the user is too low. To raise such limit on a Guix System, refer to info guix --index-search=pam-limits-service-type.
- Outputs:
out - Website: https://locust.io/
- Licenses: Expat
- Package source: gnu/packages/benchmark.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-locust 2.33.2 as follows:
guix install python-locust@2.33.2
Or install the latest version:
guix install python-locust
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.