Locust Load Testing

Locust is a scalable, distributed open-source load testing framework written in Python. Test scenarios are defined in pure Python code. Locust exposes a REST API and web UI for controlling test execution, viewing real-time metrics, and integrating with CI/CD pipelines.

API entry from apis.yml

apis.yml Raw ↑
aid: scalability-testing:locust
name: Locust Load Testing
description: Locust is a scalable, distributed open-source load testing framework written in Python. Test
  scenarios are defined in pure Python code. Locust exposes a REST API and web UI for controlling test
  execution, viewing real-time metrics, and integrating with CI/CD pipelines.
humanURL: https://locust.io/
baseURL: http://localhost:8089
tags:
- Load Testing
- Locust
- Open Source
- Python
properties:
- type: Documentation
  url: https://docs.locust.io/en/stable/
- type: GitHub
  url: https://github.com/locustio/locust