multiple graphs from an ncv test

Tracy Di Marco White gendalia at iastate.edu
Sat Jan 28 09:52:19 CET 2006


I have a test that picks up about 30 things and puts them in an rrd.
I was graphing one originally, and that one still works, but I'm not
sure how to get everything graphed.
"TRENDS:*,afs:afs|afs1|afs2" only shows the original afs graph on
both the afs test page and the trends page, and the trends page shows
"hobbit graph afs1" & "hobbit graph afs2".  Is there more to having
multiple graphs work for a test? 

My hobbitgraphs.cfg also has:
[afs]
        DEF:calls=afs.rrd:callswaiting:AVERAGE
        YAXIS calls waiting for thread
        TITLE AFS fileservers calls waiting for thread
        COMMENT:\n
        GPRINT:calls:LAST:Calls waiting for thread \: %5.1lf (cur)
        GPRINT:calls:MAX: \: %5.1lf (max)
        GPRINT:calls:MIN: \: %5.1lf (min)
        GPRINT:calls:AVERAGE: \: %5.1lf (avg)\n

[afs1]
        DEF:freePackets=afs.rrd:freepackets:AVERAGE
        YAXIS free RX packet buffers
        TITLE Number of free RX packet buffers
        COMMENT:\n
        GPRINT:buffers:LAST:buffers \: %5.1lf (cur)
        GPRINT:buffers:MAX:buffers \: %5.1lf (cur)
        GPRINT:buffers:MIN:buffers \: %5.1lf (cur)
        GPRINT:buffers:AVERAGE:buffers \: %5.1lf (cur)

[afs2]
        DEF:threadsIdle=afs.rrd:threadsIdle:AVERAGE
        YAXIS idle threads
        TITLE Number of idle threads
        COMMENT:\n
        GPRINT:threads:LAST:threads\: %5.1lf (cur)
        GPRINT:threads:MAX:threads\: %5.1lf (cur)
        GPRINT:threads:MIN:threads\: %5.1lf (cur)  
        GPRINT:threads:AVERAGE:threads\: %5.1lf (cur)

(I'm not sure I have these set up correctly.)

Tracy J. Di Marco White
Information Technology Services
Iowa State University



More information about the Xymon mailing list