Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true
- do
- echo -----`date '+%r'` -----:
- netstat -ant | grep :80 | awk '{print $6}' | sort | uniq -c | sort -n
- echo httpd processes: [`ps aux | grep nginx | wc -l`]
- echo .
- sleep 60
- done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement