Results 1 to 2 of 2
  1. #1
    Pligg Developer chuckroast's Avatar
    Joined
    Jun 2006
    Posts
    5,478

    Server Monitoring Tool

    Came across a nice server monitoring tool that you guys might find useful.
    It displays tons of information about your server or hosting package such as.

    - Kernel Version
    - Server Uptime
    - # of Processors and the models
    - CPU Speed
    - BUS Speed
    - Cache Size
    - Physical Memory
    - Disk Swap
    - Partition Information
    - Installed Devices
    + more


    Enjoy!
    Attached Files Attached Files

  2. #2
    Pligg Donor keg01's Avatar
    Joined
    Oct 2007
    Posts
    74
    I've used this for general health monitoring/alerts. You can have the host send early alerts for say CPU load getting scary for a given period.

    The class allows you to output a xml file which can then be parsed into an array.

    Code:
    $outputarray = fetch_xml($filename,1);
    
    $load = explode(" ", $outputarray[0][loadavg]);
    
    if ( $load[0] > 5)
    {compose and mail message}
    
    if ( $load[1] > 4 )
    {compose and mail message}
    Of course, the values for comparison in the conditional will vary greatly by the hardware and performance configuration of the host. Some boxes don't skip a beat with a load of 6; others are dead, dead at 6. It is an art, not a science. If your threshold is too high, the box will be dead before you ever receive an alert. Mostly, I use this to try and get a step on things like mysql running wild with a statement or exim bogging things down.

    Good contribution - I had forgotten about this class because it has been so reliable and (luckily) quiet.

Similar Threads

  1. Tool Bar/Bookmark Plugin
    By allreviews in forum Questions & Comments
    Replies: 0
    Last Post: 03-03-2010, 12:09 PM
  2. Game Server Monitoring
    By Stremno in forum Questions & Comments
    Replies: 0
    Last Post: 03-19-2009, 12:37 PM
  3. Site monitoring tools
    By dollars5 in forum Questions & Comments
    Replies: 11
    Last Post: 03-01-2008, 12:46 AM
  4. Which is your favorite web performance tool?
    By sanchopanza in forum Questions & Comments
    Replies: 0
    Last Post: 12-29-2007, 10:14 AM
  5. like digg wordpress tool?
    By cemlouis in forum Questions & Comments
    Replies: 0
    Last Post: 10-03-2006, 03:56 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Pligg Modules and Pligg Templates from Pligg Pro Donate to Pligg CMS Dreamhost Web Hosting Host Gator Web Hosting