python-locust
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.
- Versions: 2.33.2
- Website: https://locust.io/
- Licenses: Expat
- Package source: gnu/packages/benchmark.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-locust as follows:
guix install python-locust
Or install a particular version:
guix install python-locust@2.33.2
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.
Badge code
You can use the following badge to inform users of python-locust about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-locust'><img src='https://packages.guix.gnu.org/packages/python-locust/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-locust)
Example Org:
[[https://packages.guix.gnu.org/packages/python-locust][https://packages.guix.gnu.org/packages/python-locust/badges/latest-version.svg]]