nort -> sort
This commit is contained in:
parent
2e86718d2e
commit
3e3db18f6f
@ -4,7 +4,7 @@ Usually connections to servers are a sign that all is working, occasionally thou
|
|||||||
|
|
||||||
A command you can use to see the connections on a server is
|
A command you can use to see the connections on a server is
|
||||||
|
|
||||||
`netstat -anp | grep 'tcp\|udp' | awk '{print $5}' | cut -d ':' -f 1 | sort | uniq -c | nort -n`
|
`netstat -anp | grep 'tcp\|udp' | awk '{print $5}' | cut -d ':' -f 1 | sort | uniq -c | sort -n`
|
||||||
|
|
||||||
In these situations we will usually see a high connection count for certain services, the most common ones are (In order of how common they are)
|
In these situations we will usually see a high connection count for certain services, the most common ones are (In order of how common they are)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user