find the number of incoming requests to a apache server

Reply

Join Date: Nov 2006
Posts: 9
Reputation: laddu is an unknown quantity at this point 
Solved Threads: 0
laddu laddu is offline Offline
Newbie Poster

find the number of incoming requests to a apache server

 
0
  #1
Mar 10th, 2007
How to find the number of incoming requests to a apache server and also the maximum number of requests that it can serve? Is it possible to extract this info to use it in a program??
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 512
Reputation: blud will become famous soon enough blud will become famous soon enough 
Solved Threads: 17
Moderator
Staff Writer
blud blud is offline Offline
Linux Reject

Re: find the number of incoming requests to a apache server

 
0
  #2
Mar 13th, 2007
The number of currently incomming requests can be found using netstat:
netstat -anp | grep :80

Just read the number where the destination address is your servers ip with the port 80.

To find the maximum number of requests apache can handle just look in the httpd.conf file for the MaxClients directive. There should be some other information regarding child processes and how many clients per process each can hold.
--
<Something clever here>
RHCDS/MCP/DCSP
Reply With Quote Quick reply to this message  
Join Date: Nov 2006
Posts: 9
Reputation: laddu is an unknown quantity at this point 
Solved Threads: 0
laddu laddu is offline Offline
Newbie Poster

Re: find the number of incoming requests to a apache server

 
0
  #3
Mar 17th, 2007
Thank you for the help, I got the incoming reuests. Is there a way to find the incoming request queue?
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Linux Servers and Apache Forum


Views: 2846 | Replies: 2
Thread Tools Search this Thread



Tag cloud for Linux Servers and Apache
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC