[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] SPLITNCV and graphs
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] SPLITNCV and graphs
- From: "Gatis A." <gatis.anee (at) gmail.com>
- Date: Fri, 8 May 2009 16:41:54 +0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=wQQzSdOuiZOg67MY+c+a60TCKqzL3YZOsCjSH2cCw+o=; b=VWvZzclymo1KdAgi0Y3RxSTl7F3XVh7CQiZM3/qcDBsiLliJBBPxBAynhyTU5lTsBX zk8MnOJRaVhD5UC7l/vsGV+tDEWZT6W4pFDxaA0dwRuW7t4YWUa+/MWkXrc4zB+JOHXP nh+eXRDdReXSReXrHHK/tpdg6OCmIrLG5kKvI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=l5BT2i4UWybO0rDE4ZwwaRlzoMbWxgzFB+xLj/dIJ2qIUUotrmaB2g4zDf53bzsTz2 oeXhAXxVxr3ore7lJ524og3x6e31HkJmsN/0dBv0t//kC435vZ92Ms8uZ0WOAwjm0k7u w7+mwPm00YYw2v1iLRaN04Raj/zgJSMbGXNlQ=
- References: <534434e80905080232me7565e0tdc8ba5c0b82726c8 (at) mail.gmail.com> <4A041DFF.3010007 (at) makelofine.org>
Thanks, but that's not exactly what I want, because new "values" are
added unpredictably.
I want something what looks similar to devmon's if_load graphs, but
devmon makes that with custom rrd via scripts instead of NCV.
Any idea if that is possible with SPLITNCV? I mean every tracked value
in one page has it's own graph.
On Fri, May 8, 2009 at 2:56 PM, dOCtoR MADneSs <doctor (at) makelofine.org> wrote:
> Gatis A. a écrit :
>>
>> 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
>>
>> To unsubscribe from the hobbit list, send an e-mail to
>> hobbit-unsubscribe (at) hswn.dk
>>
>>
>>
>
> Hi,
>
> You could define graphs as it :
> [value1]
> TITLE Whatever you want
> YAXIS value1_data_type
> DEF:VALUE1=test,value1.rrd:lambda:AVERAGE
> LINE1:VALUE1#000088:value1_data_type
>
> repeat the operation for each test,valueX.rrd file
>
> To unsubscribe from the hobbit list, send an e-mail to
> hobbit-unsubscribe (at) hswn.dk
>
>
>