|
If you are monitoring a multi-CPU server, I suspect you would want to show the individual CPU percentages, plus an average.
You can do this using Userdefined graphs.
First, create four targets, each one graphing a single CPU. I don't know what agent you are using for this, probably SNMP? Anyway, all of these will probably be 'noo' option graphs.
Next, create a userdefined graph over tham all:
routers.cgi*Graph[cpu1]: allcpu average nototal
routers.cgi*Graph[cpu2]: allcpu
routers.cgi*Graph[cpu3]: allcpu
routers.cgi*Graph[cpu4]: allcpu
routers.cgi*Title[allcpu]: Combined CPU graph
Fnially, you may want to hide the individual CPU graphs:
routers.cgi*InMenu[cpu1]: no
...etc...
There are examples of this in the HOWTO and EXAMPLES files, and also in the online demo .cfg files.
Steve
_________________ Steve Shipway UNIX Systems, ITSS, University of Auckland, NZ Woe unto them that rise up early in the morning... -- Isaiah 5:11
|