Skip to content

Instantly share code, notes, and snippets.

View LordHumphrey's full-sized avatar
🎯
Focusing

tao wong LordHumphrey

🎯
Focusing
View GitHub Profile
@LordHumphrey
LordHumphrey / psping.txt
Created February 28, 2024 13:29 — forked from rg443a/psping.txt
psping examples
icmp fast ping (50)
psping -i 0 -n 50 www.google.com
tcp ping
psping -i 0 -n 10 www.google.com:443
tcp server for latency and bandwidth tests
psping -s 10.0.0.1:5000
tcp latency test (8KB)
psping -l 8k -n 1000 10.0.0.1:5000
tcp bandwidth test
psping -b -l 8k -n 30s 10.0.0.1:5000