Martin
Martin

Reputation: 1177

How to understand --step option in RRD?

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?

Upvotes: 0

Views: 299

Answers (1)

Tobi Oetiker
Tobi Oetiker

Reputation: 5450

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.

Upvotes: 1

Related Questions