Network Monitor (Simple Commands)
I Use netstat command :
watch -n1 'netstat -nut | grep "ESTABLISHED"'
and sometimes i use ss commad :
watch -t -n1 -x ss -tp
at the end check this folder by using cat :
cat /proc/net/
Comments
Post a Comment