Expand description
Optional telnet and WebSocket Controller threads.
By default, Goose launches both a telnet Controller and a WebSocket Controller, allowing real-time control of the running load test.
Structs§
- Controller
Command Iter - An iterator over the variants of ControllerCommand
- Controller
WebSocket Request - This structure defines the required json format of any request sent to the WebSocket Controller.
- Controller
WebSocket Response - This structure defines the json format of any response returned from the WebSocket Controller.
Enums§
- Controller
Command - All commands recognized by the Goose Controllers.