Generate an alert with "Cpu load average" and "Cpu utilization"

Discussion in 'Technical' started by viky, Jul 23, 2007.

  1. viky

    viky New Member

    Hi,

    I want to generate an alert with these three variables:

    1)Cpu load average
    2)Cpu Utilization user
    3)Cpu Utilization system

    But I don't know what's the algorithm to use to relate these three variables...

    could someone help me?:confused:

    Thanks
     
  2. falko

    falko Super Moderator Howtoforge Staff

    You can run
    Code:
    top
    and parse the output.
     

Share This Page