nort -> sort

This commit is contained in:
Benjamyn Love 2019-03-05 02:57:52 +11:00
parent 2e86718d2e
commit 3e3db18f6f

View File

@ -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
`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)