Can I use to make graph?

45 views
Skip to first unread message

Kim Youngwoo

unread,
Mar 20, 2015, 7:11:44 AM3/20/15
to rrd4j-...@googlegroups.com

Hi,

I defined to archive .. like this

        rrdDef.addArchive(AVERAGE, 0.5, 1, 600);  -- day Data
        rrdDef.addArchive(AVERAGE, 0.5, 6, 700);  -- week Data
        rrdDef.addArchive(AVERAGE, 0.5, 24, 775); -- month Data

and then I want to make daily,weekly,monthly graph 
so I wanna use week data Archive and I also used tutorial source 
but the graph made by day Data 

so how to use week data while I make to define graph.. 

gDef.datasource("a", rrdFilePath, "a", AVERAGE);

I just use AVERAGE.. 
Reply all
Reply to author
Forward
0 new messages