II.
LibraryProcess overview
Reference · livelib-process:network-programming--load-testing-tool
specializations/network-programming/load-testing-tool overview
Load Testing Tool - Build a high-performance load testing tool with concurrent connections, request generation, metrics collection, and result analysis.
Attributes
displayName
specializations/network-programming/load-testing-tool
description
Load Testing Tool - Build a high-performance load testing tool with concurrent connections,
request 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', {
projectName: 'Performance Load Tester',
language: 'Go',
protocols: ['http', 'websocket', 'grpc'],
features: { distributed: true, realtime: true, reporting: true }
});
usesAgents
- network-testing
- network-simulation
Outgoing edges
lib_applies_to_domain1
- domain:networking·DomainNetworking
lib_belongs_to_specialization1
- specialization:network-programming·Specialization
lib_covers_topic1
- topic:circuit-breakers·TopicCircuit Breakers
lib_implements_workflow1
- workflow:protocol-implementation-review·WorkflowProtocol Implementation Review
lib_involves_role2
- role:backend-engineer·RoleBackend Engineer
- role:sre·Role
lib_requires_skill_area3
- skill-area:protocol-design·SkillAreaNetwork Protocol Design
- skill-area:socket-programming·SkillAreaSocket Programming
- skill-area:load-testing·SkillAreaLoad Testing
Incoming edges
None.