Module controller

Source
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§

ControllerCommandIter
An iterator over the variants of ControllerCommand
ControllerWebSocketRequest
This structure defines the required json format of any request sent to the WebSocket Controller.
ControllerWebSocketResponse
This structure defines the json format of any response returned from the WebSocket Controller.

Enums§

ControllerCommand
All commands recognized by the Goose Controllers.