Linux command to find the number of open connections for apache
To find the no of apache connections
For all Linux , Ubuntu , Red hat system we have check the number of connections in apache server using the below command. This returns the count of apache threads.
IF you server don’t have httpd service then try for “apache” too
ps ax|grep httpd | wc -l
Comments
Tell me what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!





