wsstat icon indicating copy to clipboard operation
wsstat copied to clipboard

Websocket stress testing made beautiful

Results 8 wsstat issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "/usr/local/bin/wsstat", line 7, in from wsstat.main import wsstat_console File "/usr/local/lib/python3.6/dist-packages/wsstat/main.py", line 5, in from wsstat.clients import WebsocketTestingClient File "/usr/local/lib/python3.6/dist-packages/wsstat/clients.py", line 14, in import websockets.handshake

This is the maximum stress connection i can achieve, whatever the values we provide, this is the maximum stress connection i can achieve. ![Snap_Shot_00121](https://user-images.githubusercontent.com/24210340/63207699-530fc980-c0e8-11e9-98b3-0f40f3db35a7.png) Connection limit : 992

Hey! First of all, thanks for this repo. It would be nice to have the ability to send a message to websocket server. For example, subscribe to a specific channel...

If you provide a header, for example, an origin header with the format "Origin:http://127.0.0.1:8080", the script fails because there are multiple colons. adding a parameter to the split function makes...

I just wasted a good hour because I had `http://localhost:8000/ws` as the `websocket_url` instead of `ws://localhost:8000/ws`. Yes I know that's on me but having usage examples are absolutely key for...

I have number of websocket connections connected,what if I want to send message on that connection from using some function. Do we have any utility function in the library for...

When testing on Python 3.6.5, I get the following error : 17:08 $ wsstat -n 10 -c 5 http://localhost:9000/ Traceback (most recent call last): File "/usr/local/bin/wsstat", line 11, in sys.exit(wsstat_console())...