We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c92a74 commit 3795605Copy full SHA for 3795605
tcp-connection-state-counter.sh
@@ -7,7 +7,7 @@
7
#
8
# @author Jerry Lee
9
10
-netstat -tn | awk 'NR > 2 {
+netstat -tna | awk 'NR > 2 {
11
s[$NF]++
12
}
13
0 commit comments