Return to Snippet

Revision: 4193
at November 5, 2007 09:49 by therobot


Initial Code
while true; do netstat -n |grep ':80' |grep 'EST' | wc -l; sleep 30; done;

Initial URL


Initial Description
I am monitoring stablished http connections in a loop each 30 seconds

Initial Title
Monitoring connections

Initial Tags


Initial Language
Bash