diff --git a/docs/Troubleshooting/connections.md b/docs/Troubleshooting/connections.md index bdb3c8b..c968b3b 100644 --- a/docs/Troubleshooting/connections.md +++ b/docs/Troubleshooting/connections.md @@ -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)