SSH Command to Show Current Active Apache Connections
August 23rd, 2009
No comments
netstat -an |grep :80 |wc -l
Show how many active connections there are to apache (httpd running on port 80)
netstat -an |grep :80 |wc -l
Show how many active connections there are to apache (httpd running on port 80)
Recent Comments