Home > Web Design > SSH Command to Show Current Active Apache Connections

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)

Categories: Web Design Tags: , ,
  1. No comments yet.
  1. No trackbacks yet.