Skip to content

Commit

Permalink
show LISTEN state
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Jun 13, 2014
1 parent 8c92a74 commit 3795605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcp-connection-state-counter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# @author Jerry Lee

netstat -tn | awk 'NR > 2 {
netstat -tna | awk 'NR > 2 {
s[$NF]++
}
Expand Down

0 comments on commit 3795605

Please sign in to comment.