0

Am I correct that value of --step option is used solely for pre-calculating the data slots in RRD? Or does RRD somehow expect updates with interval specified with --step?

Martin
  • 957
  • 7
  • 25
  • 38

1 Answers1

1

RRDtool will 're-sample' the data you provide to be in --step interval before continuing to process it. You can deliver as many updates as you wish. RRDtool will take them all into account when building the --step interval.

Tobi Oetiker
  • 5,167
  • 2
  • 17
  • 23