Created
July 10, 2019 13:01
-
-
Save thyn/c0e5d3a4713db5d97309c3404eb62dbf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
netstat -an | grep ESTABLISHED | wc -l | |
netstat -an | grep TIME_WAIT | wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment