SSH Command to Show Current Active Apache Connections
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