"realtime" server load monitoring

Discussion in 'Site & Server Administration' started by nokia3310, Feb 15, 2011.

  1. #1
    How can i monitor the server load in "realtime"
    and also is this a recommended practice or will it burden my server or its performance?

    Please recommend the best 5 realtime server monitoring apps or websites
    that monitors load in realtime.

    I am not talking about web analytics, but instead i am looking for realtime server analytics
     
    nokia3310, Feb 15, 2011 IP
  2. supportex

    supportex Peon

    Messages:
    66
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    0
    #2
    You can use Nagios or Munin.
     
    supportex, Feb 16, 2011 IP
  3. mwasif

    mwasif Active Member

    Messages:
    816
    Likes Received:
    23
    Best Answers:
    1
    Trophy Points:
    70
    #3
    mwasif, Feb 16, 2011 IP
  4. mellow-h

    mellow-h Peon

    Messages:
    750
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You can simply use the command "w" in ssh to monitor the load in real time. A command like the following would update the screen automatically:

     
    mellow-h, Feb 16, 2011 IP
  5. mwasif

    mwasif Active Member

    Messages:
    816
    Likes Received:
    23
    Best Answers:
    1
    Trophy Points:
    70
    #5
    You can see the monitoring history in monitoring tools later and compare trends.
     
    mwasif, Feb 16, 2011 IP
  6. nokia3310

    nokia3310 Peon

    Messages:
    191
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    nokia3310, Feb 16, 2011 IP
  7. nokia3310

    nokia3310 Peon

    Messages:
    191
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I have Cpanel and can see the status but want something in realtime so i don't have to be refreshing. I want something that will be updating every 30 seconds.
    Will watch w be able to do that?
     
    nokia3310, Feb 16, 2011 IP
  8. News Updates

    News Updates Member

    Messages:
    490
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    35
    #8
    i also want it. :)
     
    News Updates, Feb 16, 2011 IP
  9. mwasif

    mwasif Active Member

    Messages:
    816
    Likes Received:
    23
    Best Answers:
    1
    Trophy Points:
    70
    #9
    Check Nagios but it needs to be setup.
     
    mwasif, Feb 16, 2011 IP
  10. mellow-h

    mellow-h Peon

    Messages:
    750
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #10
    By default, it would update every 3 seconds. You can change this value with -n flag. To set this every 30 seconds, use this:

    watch -n 30 w
    Code (markup):
     
    mellow-h, Feb 17, 2011 IP