Expand description
stryke controller — Interactive REPL for coordinating stress test agents.
§Usage
stryke controller # listen on 0.0.0.0:9999
stryke controller --port 8888 # custom port
stryke controller --bind 10.0.0.1 # specific interface§Commands
status— list connected agentsfire [duration]— start stress test on all agentsfire node1,node2 [duration]— specific agentsterminate— stop stress testshutdown— disconnect all agents and exithelp— show commands
Structs§
- Controller
- Controller state
Functions§
- print_
help - Print controller help
- run_
controller - Main entry point