j
k
j a
j l
It also prints how many sockets each machine has open. This is handy to find out which frontlines are running new or old DispatchWeb code.
netstat |grep 54321|awk '{print $5}'|awk -F. '{print $1}'|sort|uniq -c
Back to the thread
Back to the list