Skip to content

A tool for testing WebSockets. Opens many simultaneous connections to the WebSocket and reads from them.

Notifications You must be signed in to change notification settings

g3co/websocket-load-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing websocket servers.

Install the command line tool first.

go get github.com/g3co/websocket-load-test

Then you will have access to the application. Exec command below for open simultaneous connections to the WS server. The application just keeping connections, reading messages from WS, and counting the total amount of messages.

websocket-load-test [url] [connection quantity]

About

A tool for testing WebSockets. Opens many simultaneous connections to the WebSocket and reads from them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages