https://github.com/mattes/websocket-loadtest
A small helper tool to load test Websockets.
https://github.com/mattes/websocket-loadtest
Last synced: 6 months ago
JSON representation
A small helper tool to load test Websockets.
- Host: GitHub
- URL: https://github.com/mattes/websocket-loadtest
- Owner: mattes
- License: mit
- Created: 2017-11-02T20:04:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-11T21:54:25.000Z (about 8 years ago)
- Last Synced: 2025-06-03T13:28:07.437Z (7 months ago)
- Language: Go
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Websockets Loadtest Tool [](https://travis-ci.org/templarbit/websocket-loadtest)
A small helper tool to load test Websockets.
## Usage
```
$ go get github.com/templarbit/websocket-loadtest
websocket-loadtest -help
websocket-loadtest -c 100 -url wss://example.com -verbose -h cookie=user=123 -h origin=https://app.example.com
websocket-loadtest -file example.txt -c 2 -verbose
```
## TODO
- [ ] Write to Websocket (it's read-only right now)