Re: generalInfo
From: Mark Tombaugh (mtombaugh_at_alliedcc.com)
Date: 06/24/05
- Previous message: Sean Sullivan: "Re: generalInfo"
- In reply to: Jan Ciesko (UNI): "generalInfo"
- Next in thread: Alexander, David: "RE: Apache issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: "Jan Ciesko (UNI)" <Jan.Ciesko@informatik.stud.uni-erlangen.de> Date: Fri, 24 Jun 2005 16:43:05 -0400
On Wed, 2005-06-22 at 19:44 +0200, Jan Ciesko (UNI) wrote:
> Does Apache have any APIs (some kind of performance objects,
Yes, via SNMP or mod_status
http://httpd.apache.org/docs-2.0/mod/mod_status.html
> like the MS Web
> server has, so I can easily find those information I need) or do I have to
> analyze (parse) the log file?
To analyze performance via SNMP, use a script like RRDUtil
http://www.tnpi.biz/cgi-bin/rrdutil.cgi
or roll your own.
mod_status is very straightforward. Some distros include it (RedHat?),
you might already have stats at /server-status.
> Btw., what visualization tool do you recommend me for making graphs out of
> the data I get from the Apache log parsing? (So I can use them in a web
> page)
RRDTOOL http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
After some tinkering, I think you will find that Apache offers more
useful statistics than WMI/IIS does. Take care,
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Mark Tombaugh mtombaugh@alliedcc.com Allied Computer Corp Research Triangle Park www.alliedcc.com tel:(919)598-8900 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Previous message: Sean Sullivan: "Re: generalInfo"
- In reply to: Jan Ciesko (UNI): "generalInfo"
- Next in thread: Alexander, David: "RE: Apache issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|