Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

RE: Perl Server Load Check?

by Anonymous Monk
on Jul 21, 2000 at 23:41 UTC ( [id://23810]=note: print w/replies, xml ) Need Help??


in reply to Perl Server Load Check?

There is a standard apache configuration that can be loaded to monitor the load of the server. It must be set up in your httpd.conf, somewhat like the following. ExtendedStatus On <Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from all </Location> The extened status gives a cpu usage. You can check out one I just set up here to see if it's what your looking for. http://junction.org/server-status Steve www.walkertek.com

Replies are listed 'Best First'.
RE: RE: Perl Server Load Check?
by steveAZ98 (Monk) on Jul 21, 2000 at 23:47 UTC
    Oops! sorry about the spacing, should have put in some html?

    <Location /server-status>
      SetHandler server-status
      Order deny,allow
      Deny from all
      Allow from all
    </Location>

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://23810]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-04-16 05:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found