How to sniff http request

Even wonder what is going on port 80? This command may expose some interesting thing :

tcpdump -nAs 2048 dst port 80

If you are in webhosting industry and want to show the most active website or domain, you may filter with grep command :

tcpdump -nAs 2048 dst port 80 | grep ^Host