> -----Message d'origine-----
> De : Reese [mailto:howell.r@xxxxxxxxxxxxxxxx] > Envoyé : vendredi 12 mars 2010 19:17 > À : users@xxxxxxxxxxxxxxxx > Objet : Re: [users@httpd] connections monitor > > On 12-Mar-10 13:01, Brent Davidson wrote: > > I am wondering if there is a way some of you are aware of to monitor > concurrent connections to the Apache server, that does not include > counting all the IP's in the access log at one point in time? > > Do you have shell access? Investigate the ps command, then investigate > piping the top command through grep to isolate the processes you are > interested in. > > Reese > Hi, Why not have a look at mod_status : http://httpd.apache.org/docs/2.2/mod/mod_status.html and use it with some rrdtool based tool like collectd for ex. : http://collectd.org/wiki/index.php/Plugin:Apache Regards Emmanuel
Thanks, I may need to get into this info down the road, but what I am looking for now is just a head count for the users coming to site. It is a dsl line so nothing to work with on ISP side. And I am not looking for "real-time", I am looking for maximum at any point in time. I also do not have Apache installed yet. It is running on Xampp that someone else installed for production (bad idea!).
Thanks, Brent --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx |