Created
June 2, 2014 14:03
-
-
Save danieledangeli/bc40e7e4bb89d30ce095 to your computer and use it in GitHub Desktop.
Watch incoming TCP connection by greep a port
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
watch -n3 'netstat --tcp --numeric | grep 8080' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment