CLI tool for benchmarking WebSocket servers (Socket.IO, Engine.IO, Faye, Primus, WAMP). Version 0.2.0 appears to be the latest. It allows simulating many concurrent persistent connections, with customizable message generators. Offsets the complexity of writing custom benchmark scripts. Last updated years ago with no recent activity; use at your own risk.
npm install websocket-benchNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run a benchmark with 2500 total connections, 200 concurrent connections per second against a Socket.IO server.
Run 'ulimit -n 60000' before starting the benchmark to increase the limit.
Consider using alternative tools like 'autocannon' or 'wrk' for WebSocket benchmarking, or fork and update the package.
Ensure your generator module exports the required functions. See README for structure.
Use a different port, close other processes, or adjust worker count.
Install the dependency: npm install engine.io
No dependency data recorded yet.