Livejournal
Log in
Post
Friends
My journal
sa_chernomor
human readable /proc/net/netstat
sa_chernomor
Mar 21, 2011 17:20
cat /proc/net/netstat | \ awk '(f==0) {name=$1; i=2; while ( i<=NF) {n[i] = $i; i++ }; f=1; next} \ (f==1){ i=2; while ( i<=NF){ printf "%s%s = %d\n", name, n[i], $i; i++}; f=0} '
network
Leave a comment
5
centos5.5 & accepted conns queue
sa_chernomor
Feb 01, 2011 15:55
Очередь соединений по портам: ss -nlt (
Read more...
)
network
,
centos
Leave a comment
Up