II.
LibraryProcess JSON
Structured · livelib-process:network-programming--load-testing-tool
specializations/network-programming/load-testing-tool json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:network-programming--load-testing-tool",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/network-programming/load-testing-tool",
"description": "Load Testing Tool - Build a high-performance load testing tool with concurrent connections,\nrequest generation, metrics collection, and result analysis.",
"libraryPath": "library/specializations/network-programming/load-testing-tool.js",
"specialization": "network-programming",
"references": [
"- wrk: https://github.com/wg/wrk",
"- k6: https://k6.io/docs/",
"- Locust: https://docs.locust.io/"
],
"example": "const result = await orchestrate('specializations/network-programming/load-testing-tool', {\n projectName: 'Performance Load Tester',\n language: 'Go',\n protocols: ['http', 'websocket', 'grpc'],\n features: { distributed: true, realtime: true, reporting: true }\n});",
"usesAgents": [
"network-testing",
"network-simulation"
]
},
"outgoingEdges": [
{
"from": "lib-process:network-programming--load-testing-tool",
"to": "skill-area:protocol-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--load-testing-tool",
"to": "skill-area:socket-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:network-programming--load-testing-tool",
"to": "skill-area:load-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:network-programming--load-testing-tool",
"to": "topic:circuit-breakers",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--load-testing-tool",
"to": "domain:networking",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--load-testing-tool",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--load-testing-tool",
"to": "role:sre",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:network-programming--load-testing-tool",
"to": "workflow:protocol-implementation-review",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--load-testing-tool",
"to": "specialization:network-programming",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}