Skip to content

Instantly share code, notes, and snippets.

@aloyr
Last active August 29, 2015 14:26
Show Gist options
  • Save aloyr/4aece56dec1c0110b07b to your computer and use it in GitHub Desktop.
Save aloyr/4aece56dec1c0110b07b to your computer and use it in GitHub Desktop.
requests per host on a front page visit - ibm
74 total
# root@li496-11(pts/0) ~
tcpdump -nn -i any -s0 -e -A -r /tmp/ibm.pcap | grep Host | sort | uniq -c | sort -n
reading from file /tmp/ibm.pcap, link-type LINUX_SLL (Linux cooked)
1 Host: data.cmcore.com
1 Server: AkamaiGHost
2 Host: libs.coremetrics.com
2 Host: service.maxymiser.net
2 Host: tmscdn.coremetrics.com
3 Host: consent.truste.com
6 Host: data.coremetrics.com
27 Host: 1.www.s81c.com
31 Host: www.ibm.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment