Xymon Mailing List Archive search

Graph multiple unknown named RRD values in one graph

list Charles Jones
Mon, 18 Aug 2008 02:13:33 -0700
Message-Id: <user-923e7c7b53a9@xymon.invalid>

I am really rusty on dealing with NCV stuff..I know there is a way to do
what you want, but not sure offhand of the proper syntax and whatnot.

As you suspect, look at the disk definition in hobbitgraph.cfg. Note that it
is basically using variables for the DEF, LINE2, and GPRINT options. There
is also the use of a wildcard in the rrd name definition, which comes in
handy if there are multiple rrd files you are dealing with, in which case
you would use:
FNPATTERN (.*).web

However, from your description it sounds like you probably have a single rrd
file that has multiple DS entries in it, which I have never dealt with.

Looking at the [vmstat] definition, I can see an example of pulling multiple
values from a single rrd file, but you want to do it dynamically, using a
variable for the DS instead of static definitions...hmm

I just had a look at some of the source code (hobbitgraph.c), and so far it
looks to me like that feature is just not implemented. :(

Unless Henrik or someone can reveal the way to do it, it sounds like you are
stuck with defining static DS names. Have a look at the [vmstat] definition
in hobbitgraph.cfg, which should give you a good idea of how to build your
own [jvm] graph definition, by using multiple DEF entries which specific the
explicit DS names, example:
DEF:jvm_mn17=jvm.rrd:jvm_mn17:AVERAGE
DEF:jvm_mn18=jvm.rrd:jvm_mn18:AVERAGE
DEF:jvm_mn19=jvm.rrd:jvm_mn19:AVERAGE

P.S.  The man page for "rrdcreate" gives some great insight into the
structure and use of rrd files.
P.S.S. You could also consider using something external like Cacti to create
and display those particular graphs.

-Charles


On Thu, Aug 14, 2008 at 11:25 AM, Michael Hobbs <
user-5fb6bba04308@xymon.invalid> wrote:
 Hi all,

I have spent the last day reading documentation and searching the "tubes"
for an answer without any luck. Here is my scenario.

I have multiple hosts reporting JVM free memory numbers in the following
format. Each line is a different JVM name with its current free memory
number.

 mn17camp.web: 846
 mn18camp.web: 669
 mn19camp.web: 337
 mn30camp.web: 938
 mn31camp.web: 750
 mn32camp.web: 812
 mn33camp.web: 723
 mn5camp.web: 785
 mn63camp.web: 179
 mn65camp.web: 518
 mn6camp.web: 597
 mp3camp.web: 673
 tbo1camp.web: 461
 tbo2camp.web: 1030
 tbo3camp.web: 490

I have hobbit saving them to an rrd file using the data channel in the ncv
format. Is there a way to graph these without explicitly defining each jvm
name? i.e. Can I iterate through whatever names are in the file? Or can I
have hobbit create different rrd files based on content of the ncv file? I'm
guessing it could be similar to how the disk test does it.

Thanks,

--
Michael S. Hobbs
sr. systems administrator

Phone: XXX.XXX.XXXX | Fax: XXX.XXX.XXXX
user-5fb6bba04308@xymon.invalid | www.infusionsoft.com

Attachments (1)