[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
[wraps]
TITLE Wraps per second
YAXIS Number of wraps
DEF:wraps=wraps.rrd:wraps:AVERAGE
CDEF:fwraps=wraps,100,*
AREA:fwraps#00CC00:Number of wraps
-u 1
-l 0
GPRINT:fwraps:LAST: \: %5.1lf (cur)
GPRINT:fwraps:MAX: \: %5.1lf (max)
GPRINT:fwraps:MIN: \: %5.1lf (min)
GPRINT:fwraps:AVERAGE: \: %5.1lf (avg)\n
[drops]
TITLE Drops per second
YAXIS Number of drops
DEF:drops=drops.rrd:drops:AVERAGE
CDEF:fdrops=drops,100,*
AREA:fdrops#00CC00:Number of drops
-u 1
-l 0
GPRINT:fdrops:LAST: \: %5.1lf (cur)
GPRINT:fdrops:MAX: \: %5.1lf (max)
GPRINT:fdrops:MIN: \: %5.1lf (min)
GPRINT:fdrops:AVERAGE: \: %5.1lf (avg)\n
[HiFlowNet]
TITLE Network I/O HIGH FLOW
YAXIS Bytes/second
DEF:tcpInInorderBytes=HiFlowNet.rrd:tcpInInorderBytes:AVERAGE
DEF:tcpOutDataBytes=HiFlowNet.rrd:tcpOutDataBytes:AVERAGE
LINE1:tcpInInorderBytes#00FFFF:In Total
LINE1:tcpOutDataBytes#0000FF:Out Total
COMMENT:\n
GPRINT:tcpInInorderBytes:LAST:In \: %5.1lf%s (cur)
GPRINT:tcpInInorderBytes:MAX: \: %5.1lf%s (max)
GPRINT:tcpInInorderBytes:MIN: \: %5.1lf%s (min)
GPRINT:tcpInInorderBytes:AVERAGE: \: %5.1lf%s (avg)\n
GPRINT:tcpOutDataBytes:LAST:Out \: %5.1lf%s (cur)
GPRINT:tcpOutDataBytes:MAX: \: %5.1lf%s (max)
GPRINT:tcpOutDataBytes:MIN: \: %5.1lf%s (min)
GPRINT:tcpOutDataBytes:AVERAGE: \: %5.1lf%s (avg)\n
Some of the other NCV stuff works fine, not sure why those aren't.
Any ideas?
-Jeff