You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usage: ws_stress [OPTIONS] --addr <ADDR> [MESSAGE]
Arguments:
[MESSAGE] Message to send [default: "hello world!"]
Options:
-a, --addr <ADDR>
The websocket address to connect to, e.g. ws://0.0.0.0:8080
-c, --connections <CONNECTIONS>
How many concurrent sockets to open [default: 1]
-m, --messages <MESSAGES>
How many messages send per 1 socket [default: 1]
-e, --log-errors
Collect and print errors in the end of the tests
-r, --resp-sample-rate <RESP_SAMPLE_RATE>
Show responses from the server with the specified sample rate [0-1] [default: 0.0]
-h, --help
Print help
-V, --version
Print version