Last active
September 2, 2021 14:47
-
-
Save kielerrr/1a4b494fbdb525996eacea730e50b950 to your computer and use it in GitHub Desktop.
watch http nginx docker
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
| # -c color; -d shows differences in updates -n seconds | |
| watch -c -d -n 1 "netstat -tulpn | grep -E 'http|docker|nginx|apache|http|80|443'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment