Example_Chat_Server_Polling.pb
Folders and files Name Name Last commit message
Last commit date
parent directory
View all files
Using Autobahn|Testsuite
for automated websocket server testing
Get docker
Download docker image for websocket fuzzing and load testing: docker pull crossbario/autobahn-testsuite
Open cmd/shell/terminal inside of .../WebSocket_Server/Fuzzying/
Start the Fuzzy_Server.pb
server
Run docker run -it --rm -v "${PWD}/config:/config" -v "${PWD}/reports:/reports" --name fuzzing --entrypoint=/bin/bash crossbario/autobahn-testsuite
Enter /usr/local/bin/wstest --mode fuzzingclient --spec /config/fuzzing-pb.json
How to do a massconnect
test
Get docker
Download docker image for websocket fuzzing and load testing: docker pull crossbario/autobahn-testsuite
Open cmd/shell/terminal inside of .../WebSocket_Server/Fuzzying/
Start the Fuzzy_Server.pb
server
Run docker run -it --rm -v "${PWD}/config:/config" -v "${PWD}/reports:/reports" --name fuzzing --entrypoint=/bin/bash crossbario/autobahn-testsuite
Enter /usr/local/bin/wstest --mode massconnect --spec /config/massconnect.json
You can’t perform that action at this time.