Watching Network Connections in Realtime 1
Sometimes we just want to see what’s happening on a server. Quick and dirty.
watch -n2 ss -aptn state established watch -n2 ss -aptr state established
Found these commands on the Ubuntu Forums, userid cogset. Nice.
I’m positive there are some great network watching commands out there. Drop your favorite into the comments, please.
More monitoring tools for CPU, RAM, I/O, and Networking