On Fri, 1 Aug 2014, Martin Flemming wrote:
Hi !
I know, it's more a rrd-question, but how could i
implement a second ordinate on the right side of the graph
e.g.
the values of my Check are
Waiting: 6369
Running: 4114
Available: 5788
Slot Usage: 71.0780926053905 %
and i want to have on the right side the Slot-Usage with percent
my graph definition looks like
[sges]
TITLE BIRD JOBS
YAXIS Jobs
DEF:running=sges.rrd:Running:AVERAGE
LINE2:running#FFCCCC:Number of running jobs
COMMENT:\n
GPRINT:running:LAST:running Jobs \: %5.1lf%s (cur)
GPRINT:running:MAX: \: %5.1lf%s (max)
GPRINT:running:MIN: \: %5.1lf%s (min)
GPRINT:running:AVERAGE: \: %5.1lf%s (avg)\n
DEF:available=sges.rrd:Available:AVERAGE
LINE2:available#000099:Number of available Slots
COMMENT:\n
GPRINT:available:LAST:available Slots \: %5.1lf%s (cur)
GPRINT:available:MAX: \: %5.1lf%s (max)
GPRINT:available:MIN: \: %5.1lf%s (min)
GPRINT:available:AVERAGE: \: %5.1lf%s (avg)\n
DEF:usage=sges.rrd:SlotUsage:AVERAGE
LINE2:usage#8C1717:Usage in %
COMMENT:\n
GPRINT:usage:LAST:Usage \: %5.1lf%s (cur)
GPRINT:usage:MAX: \: %5.1lf%s (max)
GPRINT:usage:MIN: \: %5.1lf%s (min)
GPRINT:usage:AVERAGE: \: %5.1lf%s (avg)\n
Thanks & cheers
martin
Sorry again,
Is it possible to configre a second y-axis on the right side
for the fourth value "Slot Usage: 71.0780926053905 %" ?
Or is it only possible to split my sges.rrd with SPLITNCV ?
Which i s not my favourite because i will lost my complete history for this test ....
Any hint is welcome :-)
thanks & have a nice weekend
martin