Questions tagged [rrd4j]
4 questions
3
votes
0 answers
Draw RR data chart with java
I'm storing some data and I want to use it to plot a round-robin chart on a web page and I thought that RRDB4J could be a good fit. Unfortunately it’s not much documented, so I’m asking for advice.
I was thinking to use RRD4J+mongoDB for storing the…

Centroricerche rps
- 81
- 10
0
votes
1 answer
How to use RRD4J with mongoDB?
I want to use a MongoDB backend with RRD4J. Unfortunately, I can't find a fully working minimal example because of API changes and lacking documentation...

Centroricerche rps
- 81
- 10
0
votes
1 answer
Rrd4j not able to receive samples from MongoDB
I have integrated rrd4j (3.1) with mongodb (3.2). But the sample data doesn't seem to be persistent after closing RrdDb and then re initializing the object. I see the binary data getting updated in mongo db when the rrdDb.close() is called. And on…

user2611300
- 133
- 2
- 9
0
votes
1 answer
Combine separate RRD files to a single graph
Using rrd4j, how can I combine several .rrd files either into a single .rrd or (ideally) to a single graph?
More details:
I have several copies of essentially the same .rrd. Each file records several sensor data readings, all with the name…

Toby
- 9,523
- 8
- 36
- 59