Skip to content

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.

Architecture

Run the agent as a JAR

ArgumentMeaning
securityKeyStress-test node ID from the system
securityTokenStress-test node token from the system
workingTimeSeconds after a remote start until auto-stop (±15 s)

Download / get the agent JAR

shell
# After downloading the JAR
java -jar -DsecurityKey=xxxxxxxxxxxxxxxxx -DsecurityToken=xxxxxxxxxxxxxxxxxxx device-agent.jar

Run with Docker

Not available yet.