how can i check to see if httpd processes are working

If type ps aux | grep httpd

It brings up a list of httpd processes
But how can i check that the users are actually downloading content

maybe these httpd processes are failing

 

 

 

 

Top