[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] iostat cpu infos





	grrrr. Could you please help me.


I've found iostat cool informations returned from solaris/hobbit/ client :


[iostatcpu]
     cpu
us sy wt id
44 10  5 41
59 14 15 13


I've found the waitIO from informations returned by aix/hobbit/client : [vmstat] kthr memory page faults cpu ----- ----------- ------------------------ ------------ ----------- r b avm fre re pi po fr sr cy in sy cs us sy id wa 1 3 324980 248 0 2 5 1615 3527 0 979 16601 1761 20 26 19 35 2 4 326939 319 0 14 6 653 1358 0 644 9467 4333 32 26 8 34




I've found a cool definition in hobbitgraph.cfg :

[vmstat1]
        TITLE CPU Utilization
        YAXIS % Load
        -u 100
        -r
        DEF:cpu_idl=vmstat.rrd:cpu_idl:AVERAGE
        DEF:cpu_usr=vmstat.rrd:cpu_usr:AVERAGE
        DEF:cpu_sys=vmstat.rrd:cpu_sys:AVERAGE
        DEF:cpu_wait=vmstat.rrd:cpu_wait:AVERAGE
(...)

Now, I'd like to have the IOwait column used to generate my CPU utilization graph....