current apache connections
how to check current apache connections Since apache will spawn a new process for each new connection you need to determine how many httpd processes are currently running I would recommend checking the count from this command against the MaxClients…