"ceed" <cdposter-(E-Mail Removed)> wrote in message
news

(E-Mail Removed)...
> I was wondering if there's a program for Linux, CLI or GUI, which can show
> me all my network/Internet connections in real time sort of like top.
It's not like top, but if you want a GUI then try etherape on the machine
that provides the network interface to the Internet. From my local desktop I
use "ssh -X ..." and then su to root on the remote and run "etherape -i eth0
2>/dev/null &" to display the realtime Internet connections on the local
desktop, and find it very informative.