Vikas
Vikas

Reputation: 8948

Accumulate multiple updates to rrd

My use case is that there are updates coming from multiple sources and i've to store sum of all updates. One way is that i create separate rrd files for each source and run a cron that stores sum to the aggregate rrd file.

I was wondering if there is a way (using rrdcached perhaps?) that all sources update to this single rrd file and all updates inside same step gets summed together and stored in rrd.

Please let me know if this is possible.

-- Thanks.

Upvotes: 0

Views: 334

Answers (1)

Tobi Oetiker
Tobi Oetiker

Reputation: 5450

well you could log to a single rrd file using the ABSOLUTE data source type ...

Upvotes: 1

Related Questions