ripnetdocs

TCP Stress

Runs a TCP connection stress test.

-t HOST
ripnet --tcp-stress HOST
ripnet --tcp-stress example.com --port 80 --concurrency 10 --duration 30
ripnet -t example.com -P 80 -C 10 -D 30
Options
  • --port PORT
  • --concurrency N
  • --duration SECONDS
  • --rate-limit N
  • --json
Defaults
  • port: 80
  • concurrency: 1
  • duration: 10 seconds
  • rate limit: unlimited

HTTP Stress

Runs an HTTP request stress test.

-h HOST
ripnet --http-stress HOST
ripnet --http-stress example.com --http-path /health --concurrency 50 --duration 60
ripnet -h example.com -H / -C 50 -D 60
Options
  • --http-path PATH
  • --port PORT
  • --concurrency N
  • --duration SECONDS
  • --rate-limit N
  • --json
Defaults
  • path: /
  • port: 80
  • concurrency: 1
  • duration: 10 seconds

Packet Flood

Runs a packet flood stress test on an interface against configured target values.

-F IFACE
ripnet --packet-flood IFACE
ripnet --packet-flood eth0 --port 80 --duration 10 --rate-limit 1000
Options
  • --port PORT
  • --duration SECONDS
  • --rate-limit N
Notes
  • Use only on networks and systems you are authorized to test.