tcpdump -n -c 200 ‘port 80’ | grep 2 | awk ‘{printf (“%s -> %s \n”),$3, $5}’ | sort | uniq -c | sort -n
ngrep -q ‘^GET .* HTTP/1.[01]’
tcpdump -n -c 200 ‘port 80’ | grep 2 | awk ‘{printf (“%s -> %s \n”),$3, $5}’ | sort | uniq -c | sort -n
ngrep -q ‘^GET .* HTTP/1.[01]’