ComplexUser
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
ComplexUser has 22 facts recorded in Dontopedia across 2 references, with 3 live disagreements.
Mostly:rdf:type(2), has wait time(2), performs method(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (8)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
memberOfMember of(3)
- Complex User Get Another Endpoint Task
ex:complex-user-get-another-endpoint-task - Complex User Get Index Task
ex:complex-user-get-index-task - Complex User Post Data Task
ex:complex-user-post-data-task
hasMemberHas Member(1)
- Locust Test Script
ex:locust-test-script
hasSubclassHas Subclass(1)
- Regular User Class
ex:regular-user-class
isAppliedByIs Applied by(1)
- Task Decorator
ex:task-decorator
isConfiguredByIs Configured by(1)
- Weights Parameter
ex:weights-parameter
superclassOfSuperclass of(1)
- Http User
ex:http-user
Other facts (20)
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 |
|---|---|---|
| Rdf:type | Http User Subclass | [1] |
| Rdf:type | User Class | [2] |
| Has Wait Time | Between 0.5 2 | [1] |
| Has Wait Time | 0.5 to 2 seconds | [2] |
| Performs Method | Http Get | [2] |
| Performs Method | Http Post | [2] |
| Inherits From | Http User | [1] |
| Has Comment | Complex users wait between 0.5 to 2 seconds between requests | [1] |
| Describes User Type | weighted-task-user | [1] |
| Describes | users who perform a mix of GET and POST requests | [2] |
| Uses Decorator | @task | [2] |
| Decorator Feature | weights to simulate different frequencies of tasks | [2] |
| Is Part of | Locust Test Script | [2] |
| Causes | Mixed Frequency Requests | [2] |
| Controls | Task Frequency | [2] |
| Has Superclass | Regular User Class | [2] |
| Applies Decorator | Task Decorator | [2] |
| Configures | Weights Parameter | [2] |
| Has Wait Time Range | Wait Time Range 0.5 2 | [2] |
| Has Superclass Inverse | Regular User Class | [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/a5f17fd4-b857-47b9-9bcb-1f5e3788069c- full textbeam-chunktext/plain1 KB
doc:beam/a5f17fd4-b857-47b9-9bcb-1f5e3788069cShow excerpt
from locust import HttpUser, task, between class RegularUser(HttpUser): wait_time = between(1, 5) # Regular users wait between 1 to 5 seconds between requests @task def get_index(self): self.client.get("/api/v1/endpoi…
ctx:claims/beam/052daa4e-a1e3-4d94-9b6a-0c667a7b6f9a- full textbeam-chunktext/plain1 KB
doc:beam/052daa4e-a1e3-4d94-9b6a-0c667a7b6f9aShow excerpt
self.client.post("/api/v1/post-endpoint", json={"key": "value"}) # Replace with your actual POST endpoint ``` ### Explanation 1. **RegularUser Class**: - Represents typical users who make requests less frequently. - Waits b…
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.