Here are a few suggestion of programs/commands you can run on your Raspberry Pi in order to monitor your bandwidth: 1) netstat -tunp Lists tcp/udp connections by ip addresses, ports and programs 2) iftop -i [interface] (wlan0 or eth0 for example) Listens to all network traffic on a particular interf...