[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SPLITNCV and graphs
- To: hobbit (at) hswn.dk
- Subject: SPLITNCV and graphs
- From: "Gatis A." <gatis.anee (at) gmail.com>
- Date: Fri, 8 May 2009 12:32:43 +0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=wpnkV7nQN+ExAN4ngeFOul4XQMANU5Q3Q0Es2mJFH5o=; b=Si9lu7w8LiB2K7qpBPd5bgN8xly54uKXJUX9vIU7VaPJ8VwADlE5M8mCPtzD63dcyr /aZz9W7W4Np08eooO6NBUiaYU2X8hh/YjsuZyTDSI0FsVeJEUtRnhtasZV/33RZe/miY 4iRtMxQ4TAwu+MOdJhc6Iw0eUbFXt9ruINXus=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=I9bC9DaumkZP78LFi04KValSZ8qmC3FvtR5OnQDAAxRmUQ8tM8lMxh/Dr0MuGnZ8VD FCmnaAh4S63JLwDYt2xzEBFMy0TduwXEVAAUG1GLuNemjq2NtXnKzN3/1Czan6Z1h7bP w5cjWT0sZr4mHabWClg4b+u0Xf7q6cwMH7/QE=
Hi,
How can I get SPLITNCV data to be drawn in seperate graphs not in one.
For isntance I am going to track:
value1 : a
value2 : b
value3 : c
valuex : x
(count of "values" will change randomly)
then i will get following rrd files (each tracking one value)
test,value1.rrd
test,value2.rrd
test,value3,rrd
test,valuex,rrd
and with following hobbitgraph definition
[test]
FNPATTERN test,value(.*).rrd
TITLE test
YAXIS TEST
DEF:p (at) RRDIDX@= (at) RRDFN@:lanbda:AVERAGE
LINE1:p (at) RRDIDX@# (at) COLOR@:@RRDPARAM@ aa
I am getting one graph with three(or more) lines, but I want to get
three(or more) seperate graphs with one line each.
Thanks!
--
Gatis