Reputation: 1177
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
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