[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Graph help
- To: <hobbit (at) hswn.dk>
- Subject: Graph help
- From: "James Wade" <jkwade (at) futurefrontiers.com>
- Date: Mon, 31 Dec 2007 10:59:04 -0600
- Thread-index: AchLznLw0EbN7+oBTGGioNHZf/PILA==
Hello,
I have sar data coming into hobbit, and I can graph the data
just fine. I've create a multi-cpu graph, and a cpu utilization graph.
However, I want to see a graph for just wait time, and mult-wait time.
I can't see anything though. Here's my definitions:
hostgraphs_form:
<option value="iowait">IOWAIT </option>
<option value="iowait">IOWAIT (multi) </option>
hobbitgraph.cfg:
[iowait]
TITLE IOWAIT info
YAXIS % Load
-u 100
-r
DEF:wio=sar.rrd:wio:AVERAGE
STACK:wio#774400:Wait
COMMENT:\n
GPRINT:wio:LAST:WIO CPU \: %5.1lf (cur)
GPRINT:wio:MAX: \: %5.1lf (max)
GPRINT:wio:MIN: \: %5.1lf (min)
GPRINT:wio:AVERAGE: \: %5.1lf (avg)\n
[iowait-multi]
TITLE Multi-host IOWAIT info
YAXIS % Used
FNPATTERN sar.rrd
-u 100
-r
DEF:wio (at) RRDIDX@= (at) RRDFN@:wio:AVERAGE
CDEF:pbusy (at) RRDIDX@=100,wio (at) RRDIDX@
LINE2:pbusy (at) RRDIDX@# (at) COLOR@:@RRDPARAM@
GPRINT:pbusy (at) RRDIDX@:LAST: \: %5.1lf (cur)
GPRINT:pbusy (at) RRDIDX@:MAX: \: %5.1lf (max)
GPRINT:pbusy (at) RRDIDX@:MIN: \: %5.1lf (min)
GPRINT:pbusy (at) RRDIDX@:AVERAGE: \: %5.1lf (avg)\n
What am I missing?
Thanks.James