II.
Tool JSON
Structured · livetool:locust
Locust json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:locust",
"_kind": "Tool",
"_file": "domain/tools/tools-testing-frontend-aiml.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Locust",
"homepageUrl": "https://locust.io",
"kind": "test-runner",
"description": "Python-based open-source load testing framework where user behaviour is\ndefined as plain Python code. Supports distributed, headless, and\nweb-UI-driven test runs with real-time statistics. Highly extensible via\nevent hooks; integrates naturally with pytest and CI pipelines.\n"
},
"outgoingEdges": [
{
"from": "tool:locust",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "tool:locust",
"to": "skill-area:performance-testing",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:locust",
"to": "skill-area:api-testing",
"kind": "used_for"
},
{
"from": "tool:locust",
"to": "tool:k6",
"kind": "alternative_to",
"attributes": {
"comparison": "Load testing — Locust uses Python; k6 uses JavaScript"
}
},
{
"from": "tool:locust",
"to": "tool:artillery",
"kind": "alternative_to",
"attributes": {
"comparison": "Load testing — Locust uses Python code; Artillery uses YAML scenarios"
}
}
],
"incomingEdges": [
{
"from": "specialization:performance-optimization",
"to": "tool:locust",
"kind": "uses_tool"
},
{
"from": "tool:k6",
"to": "tool:locust",
"kind": "alternative_to",
"attributes": {
"comparison": "Load testing — k6 uses JavaScript; Locust uses Python"
}
},
{
"from": "tool:artillery",
"to": "tool:locust",
"kind": "alternative_to",
"attributes": {
"comparison": "Load testing — Artillery uses YAML scenarios; Locust uses Python code"
}
}
]
}