Skip to content
Advertisement

rrdtool graph: one graph line plotted incorectly

I’m trying to keep track of the CPU temperature and usage and then create a graph with the values. I used the rrdtool to store and create the graph. Here is the command I used to create:

JavaScript

then to insert values:

JavaScript

if I query the data, it looks like this:

JavaScript

To create the graph I use this:

JavaScript

The temperature line (temp) is showed corectly, but the the CPU usage (cpu) stays at 0. Here is how the graph looks like:

rrdtool graph Can someone please tell me what I’m doing wrong?

Advertisement

Answer

oops, just realized that in my data one column is e+01 and the other e-01

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement