Network tools to the rescue
Benchmark with apache benchmark tool
1 | ab -n 99999 -c 1000 http://127.0.0.1:9687/ |
Port channels & scan
1 | cat > /dev/tcp/localhost/1234 |
Trace a process
1 | sudo strace -t -p 13262 -f -e trace=network -s 10000 |
Trace a network log
1 | ngrep -qt 'REGEX ' 'port 80' |