Archive

Posts Tagged ‘server’

SSH Command to Show Current Active Apache Connections

August 23rd, 2009 Sators No comments

netstat -an |grep :80 |wc -l

Show how many active connections there are to apache (httpd running on port 80)

Categories: Web Design Tags: , ,