tcpkali

High performance TCP and WebSocket load generator and sink

brewmacoslinux
Try with needOr install directly
Source

About

High performance TCP and WebSocket load generator and sink

Commands

tcpkali

Examples

Generate 1000 concurrent connections to localhost on port 8080$ tcpkali -c 1000 localhost:8080
Load test WebSocket server with 500 connections, 10 messages/sec per connection$ tcpkali -c 500 --ws --message-rate 10 localhost:8080
Send custom data pattern with 100 concurrent connections for 30 seconds$ tcpkali -c 100 -T 30s -m 'GET / HTTP/1.1\r\n\r\n' localhost:80