This is a discussion on [rrd-users] Re: Q: Dynamically graphing only DS's with data out within the RRD Users forums, part of the Networking and Network Related category; Rivera, Edwin R wrote: >I have an RRD database set up with about 100 DS's defined; one for ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Rivera, Edwin R wrote:
>I have an RRD database set up with about 100 DS's defined; one for each >error-code I'd like to graph. > > > >My question is: Say over a given period of time, only 10 of the 100 >possible error codes are recorded (let's assume the other 90's are all >set to U), is there a way to call `rrdtool graph ...` so that it would >only graph the datapoints that have values other than U in the rrd db? You mean, ds's with no data won't show on the graph ? If you are plotting lines, then the simplest thing is to plot them all, then any that are unknown values will simply not be plotted. However, if you mean that you only want certain ds's to be plotted and shown in the accompanying legend, then you'd have to so two runs - one to extract information on which ds's hold data, and then a second one to plot only those ds's. -- Unsubscribe mailto:rrd-users-request@list.ee.ethz.ch?subject=unsubscribe Help mailto:rrd-users-request@list.ee.ethz.ch?subject=help Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi |