I’ve been looking for good tools on displaying bandwidth monitoring on Linux for a while, and finally came across this good Bandwidth Monitoring article on the different tools avilable for Debian/Ubuntu.
Also, found a good capture filter to see the Http Get requests
sudo tshark ‘port 80 and tcp[((tcp[12:1] & 0xf0) >> 2):4] = 0x47455420’
UPDATE: I’ve found the above code to be buggy.