Ad Widget

Collapse

Unix server cpu monitoring

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dsipe
    Senior Member
    • Oct 2006
    • 184

    #1

    Unix server cpu monitoring

    Hi,

    i'm interested in getting information for the all 4 components of Unix CPU : %sys, %user, %idle and %wio.

    I create 4 differents items to get the information [ based on UserParamter specific command to get that work on AIX server ].
    The problem is that they are no dependencies between those 4 items, and they get polled at different times, thus giving a total that is wrong.

    How can that be acheived the best way ?

    [ at the moment, a create a new items bind to a userparameter that submit a shell. This shell collect the information from a vmstat command, and populate the 4 new items [trapper] with zabbix_sender : it work, but may be there is something better to do]
Working...