collectd - RRDtool force the step parameter when xporting data -


i'm using javascript library visualize rrdtool data , using rrdtool xport retreive data rrd files.

today noticed following: when viewing data now-1day: there datapoint of 100
when viewing data now-31day, datapoint of 100 seen...

how can make sure datapoints within specified time when using xport?
i'm using --step 10, didn't make difference. no matter --step set doesn't used. read because ignored if it's less 1 pixel, what's suggested solution problem?

additional info:
i'm using collectdtool default rrdtool plugin options: http://collectd.org/documentation/manpages/collectd.conf.5.shtml#plugin_rrdtool

edit: seems essence of rrdtool have several archives 1 month, 1 day, 1 year etc, makes sense can't every single datapoint archive 1 month?

the number of data points depends on available data ... if high-resolution rra covers 30 days (for example) data lower resolution rra once request data more 30 days.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -