We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b289de commit 9039118Copy full SHA for 9039118
1 file changed
scripts/Server-Health.sh
@@ -23,7 +23,7 @@
23
top -b |head -10 |tail -4
24
echo "--------------------"
25
echo "Open TCP ports:"
26
- nmap -p- -T4 127.0.0.1
+ nmap -p -T4 127.0.0.1
27
28
echo "Current connections:"
29
ss -s
0 commit comments