|
From: Ganbold <ga...@mi...> - 2003-12-24 03:56:48
|
Hi,
I solved cpu graphing problem.
This is quick hack. The cpu plugin should be:
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
...
echo 'system.cdef system,'$SCALE'1,*'
... ^
echo 'interrupt.cdef interrupt,'$SCALE'1,*'
... ^
echo 'user.cdef user,'$SCALE'1,*'
... ^
echo 'nice.cdef nice,'$SCALE'1,*'
... ^
echo 'idle.cdef idle,'$SCALE'1,*'
... ^
Added 1s after $SCALE variable.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I don't know whether it is correct or not but rrdtool now draws cpu usage.
tia,
Ganbold
|