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