Ok, here is what I have so far. $rrd create file.rrd --step 1 DS:on:ABSOLUTE:0:900:0:2500 RRA:AVERAGE:0.5:1:9600
I populated the data now, when I try to graph this data its all in different scales. I am doing, $rrd graph --start -2h --end -1h graph.png DEF:on=file.rrd:on:AVERAGE What is the best way to graph this data? TIA On Mon, Mar 29, 2010 at 1:59 AM, Tobias Oetiker <[email protected]> wrote: > Today Mag Gam wrote: > >> The data is coming from 2 independent sources. I have created 1 rrd with 2 >> DSes. >> >> What is the best way to create the rrd? I know a way to populate it >> with perl. Most important, what is the best graph settings for this? > > > well just play with the graphs and tune them to your satisfaction > ... there is no 'best' ... > > what you are doing is standard, so there is no particular advice > that comes to mind. > > maybe read the tutorial on site ... > > cheers > tobi > > > -- > Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland > http://it.oetiker.ch [email protected] ++41 62 775 9902 / sb: -9900 > _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
