RepoPilot

locustio/locust

Write scalable load tests in plain Python πŸš—πŸ’¨

Healthy

Strong maintenance signals

MixedDependency

dependency CVE scan unavailable

HealthyFork & modify

No blocking repository signals were found β€” inspect the evidence before forking.

HealthyLearn from

Documented and popular β€” useful reference codebase to read through.

MixedDeploy as-is

dependency CVE scan unavailable

  • ⚠Concentrated ownership β€” top contributor handles 67% of recent commits
  • ⚠Scorecard: dangerous CI workflow (0/10)
  • βœ“Last commit 3d ago
  • βœ“10 active contributors
  • βœ“MIT licensed
  • βœ“CI configured
  • βœ“Tests present

Computed from maintenance signals β€” commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: locustio/locust

Generated by RepoPilot Β· document generated 2026-09-17 Β· concise human review Evidence snapshot Β· analyzed 2026-09-17T03:59:22.502Z Β· commit f391a716e12c

Verdict

Healthy β€” Strong maintenance signals

  • Last commit 3d ago
  • 10 active contributors
  • MIT licensed
  • CI configured
  • 1 more receipt on the live page

Based on Computed from maintenance signals β€” commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

What it is

Locust is an open-source load testing framework that lets developers write performance tests in plain Python instead of domain-specific languages or GUIs. It simulates thousands of concurrent users via gevent greenlets and supports distributed testing across multiple machines, with results viewable in a real-time web UI or exported for analysis. Core capability: protocol-agnostic load testing (HTTP, MQTT, MongoDB, PostgreSQL, Socket.IO, etc.) through pluggable contrib modules. Hybrid monorepo: Python core in locust/ (user models, runners, stats, RPC protocol), with pluggable contrib modules for different protocols; locust/webui/ is a separate TypeScript/React/Redux app bundled into the…

Start here

Open these first:

  • locust/main.py β€” Entry point orchestrating the load test lifecycle, runner initialization, and web UI or CLI mode selection.
  • locust/env.py β€” Environment singleton managing test configuration, event hooks, and shared state across distributed workers.
  • locust/runners.py β€” Core Runner classes (SequentialRunner, MasterRunner, WorkerRunner) controlling test execution, spawning, and synchronization.
  • locust/user/users.py β€” Base HttpUser and User classes defining task execution, wait times, and behavioral patterns for load test clients.
  • locust/stats.py β€” Statistics aggregation engine tracking response times, failures, throughput, and generating real-time or export metrics.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Clone and install: git clone https://github.com/locustio/locust.git && cd locust. Install dependencies via pip (verify setup.py or pyproject.toml in repo root for exact requirements). For webui development: `cd lo…

Daily commands:

Backend: locust -f locustfile.py --web (starts UI on http://localhost:8089). Distributed: locust -f locustfile.py --master on coordinator + locust -f locustfile.py --worker --master-host=<ip> on worker nodes. Fron…

…shortened for this brief.

Key cautions & unknowns

  • Concentrated ownership β€” top contributor handles 67% of recent commits
  • Scorecard: dangerous CI workflow (0/10)
  • Greenlet limits: Single process can handle 10k+ concurrent users but CPU-bound test logic will saturate; distributed mode required for linear scaling. ZMQ firewall: Distributed mode requires open TCP ports…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo β€” get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Healthy" badge

Paste into your README β€” live-updates from the latest cached analysis.

Variant:
RepoPilot: Healthy
[![RepoPilot: Healthy](https://repopilot.app/api/badge/locustio/locust)](https://repopilot.app/r/locustio/locust)

Paste at the top of your README.md β€” renders inline like a shields.io badge.

β–ΈPreview social card

This card auto-renders when someone shares https://repopilot.app/r/locustio/locust on X, Slack, or LinkedIn.

Ask AI about locustio/locust

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question

Featured in lists

Curated shortlists that include this repo.

Recent Q&A

Public conversations other people have had about this repo.

Embed this chat in your README

Drop this iframe anywhere β€” the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/locustio/locust"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>