Skip to content
Advertisement

Tag: rrdtool

How to convert a directory of XML files in to RRD Files

I need to restore rrd files from my exisiting xml files. So I have used following simple bash script. I could not execute following script due to this error, But I could restore files one by one. Can someone help me to solve this? Answer When you use: You will see that $i equals: /home/dump_xml/a.xml /home/dump_xml/b.xml You see, it contains

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: then to insert values: if I query the data, it looks like this: To create the graph I use this: The temperature line

Advertisement