locust -f locustfile.py
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-09.)
locust -f locustfile.py has 20 facts recorded in Dontopedia across 2 references, with 3 live disagreements.
Mostly:has parameter(3), rdf:type(2), uses placeholder(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedUses ToolusesTool
Other facts (18)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Has Parameter | -t12 | [1] |
| Has Parameter | -c48 | [1] |
| Has Parameter | -d30s | [1] |
| Rdf:type | Shell Command | [1] |
| Rdf:type | Command | [2] |
| Uses Placeholder | Load Balancer Ip | [1] |
| Uses Placeholder | Port Placeholder | [1] |
| Command Text | wrk -t12 -c48 -d30s http://<load_balancer_ip>:<port> | [1] |
| Targets | Load Balancer Endpoint | [1] |
| Specifies Threads | 12 | [1] |
| Specifies Connections | 48 | [1] |
| Specifies Duration | 30s | [1] |
| Executes With | 12 | [1] |
| Thread Count | 12 | [1] |
| Connection Count | 48 | [1] |
| Duration | 30s | [1] |
| Executes | Locust | [2] |
| References File | Locustfile Py | [2] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (2)
ctx:claims/beam/31d2dc7d-6440-4042-a7a8-44b9b50cc32fctx:claims/beam/6845bb99-14f9-4f20-836b-192b73cda2a7- full textbeam-chunktext/plain1012 B
doc:beam/6845bb99-14f9-4f20-836b-192b73cda2a7Show excerpt
### Example Load Testing with Locust Here's an example of how you might set up a simple load test using Locust: ```python from locust import HttpUser, task, between class MyUser(HttpUser): wait_time = between(1, 5) @task def…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.