Showing posts with label bash. Show all posts
Showing posts with label bash. Show all posts

Friday, December 24, 2010

monitoring active connections

watch -n .5  "netstat -an | grep ESTABLISHED"

Friday, December 17, 2010

monitoring sphinx status

watch -n .5 /opt/sphinx/bin/searchd --status