Simulating large-scale load tests
Currently only YKC chargers are supported for load testing. OCPP load testing is still in development.
Architecture
The platform is the control plane. Load agents run on your own servers or PCs. The control plane creates plans, starts agents, and stops runs. This avoids our hosted bandwidth/CPU becoming the bottleneck: agents talk to your protocol server on the LAN and you can scale agent machines with the number of simulated piles.

Run the agent as a JAR
| Argument | Meaning |
|---|---|
| securityKey | Stress-test node ID from the system |
| securityToken | Stress-test node token from the system |
| workingTime | Seconds after a remote start until auto-stop (±15 s) |
shell
# After downloading the JAR
java -jar -DsecurityKey=xxxxxxxxxxxxxxxxx -DsecurityToken=xxxxxxxxxxxxxxxxxxx device-agent.jarRun with Docker
Not available yet.