Catalin Demergian
Catalin Demergian

Reputation: 97

Linux RRD database time differences

I have an ARM board and an x86 machine. The rrdtool on the board is not compiled with graphical libs, so I can't generate graphs from RRDs on the target and just copy them on the x86 machine. Instead I have to convert RRDs to XMLs on ARM, copy the XMLs on the x86 machine, rrdtool restore the XMLs in RRDs and then generate the PNGs on the x86 machine from the restored RRDs.

Because the rrdtool on the x86 is not the same version as the one on ARM, and I think it also has something to do with different time/date/timezone on x86, it's hard to follow the graphs for time related stuff.

Is there some other workflow I can use to get this right?

Upvotes: 0

Views: 43

Answers (0)

Related Questions