Re: [rrd-developers] Fw: RRDTOOL fetch vs xport (shows rows with different step value)
"Alex van den Bogaerdt" <[email protected]>
| Newsgroups | gmane.comp.db.rrdtool.user,gmane.comp.db.rrdtool.devel |
|---|---|
| Message-ID | <[email protected]> |
> Guys, > Any update on this issue is appreciated as i have to understand > how rrd fetch vs xport works and why the result is different. This is a guess only, you find out if it is correct and will report back: You should use, and are not using, the "--maxrows rows" parameter. RRDtool tries to fit more than 400 rows into no more than 400 rows, and does so by on the fly consolidation. Alex