944,029 Members | Top Members by Rank

Mar 10th, 2007
0

find the number of incoming requests to a apache server

Expand Post »
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??
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
laddu is offline Offline
9 posts
since Nov 2006
Mar 13th, 2007
0

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

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.
Moderator
Staff Writer
Reputation Points: 154
Solved Threads: 18
Linux Reject
blud is offline Offline
570 posts
since Apr 2004
Mar 17th, 2007
0

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

Thank you for the help, I got the incoming reuests. Is there a way to find the incoming request queue?
Reputation Points: 10
Solved Threads: 0
Newbie Poster
laddu is offline Offline
9 posts
since Nov 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Linux Servers and Apache Forum Timeline: Open Source does not mean "no profit"
Next Thread in Linux Servers and Apache Forum Timeline: RHEL 5 released





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC