Skip to main content

Module controller

Module controller 

Source
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 agents
  • fire [duration] — start stress test on all agents
  • fire node1,node2 [duration] — specific agents
  • terminate — stop stress test
  • shutdown — disconnect all agents and exit
  • help — show commands

Structs§

Controller
Controller state

Functions§

print_help
Print controller help
run_controller
Main entry point