Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOCUST_HOST | No | Default host for your tests | http://localhost:8089 |
LOCUST_USERS | No | Default number of users | 3 |
LOCUST_RUN_TIME | No | Default test duration | 10s |
LOCUST_SPAWN_RATE | No | Default user spawn rate | 1 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
run_locust | Run Locust with the given configuration. |