Hi All,<br>
<br>
Iīm new on list, but I have a problem. Im my company I collect values
and I build reports, about bandwith for MRTG logs. But I have a Lot of
MRTG graphs and I have a lot of problems with performance on my server,
and change MRTG logs to rrdttol database, and I use MRTG-RRD to show
graphics. <br>
<br>
But I need to build a reports and I donīt undestanding the format of rrd database.<br>
<br>
I dump my rrd to xml with:<br>
<br>
# rrdtool dump archive.rrd > archive.xml<br>
<br>
I did open this on excel, and I have 5 columns, like this:<br>
<br>
<br>
<!-- 2007-06-30 23:35:00 BRT / 1183257300
--> <row><v> 6.4014979510e+06 </v><v>
3.4309996788e+06 </v></row><br>
<!-- 2007-06-30 23:40:00 BRT / 1183257600
--> <row><v> 6.4635317466e+06 </v><v>
3.3047496042e+06 </v></row><br>
<!-- 2007-06-30 23:45:00 BRT / 1183257900
--> <row><v> 6.6478494638e+06 </v><v>
3.6501253952e+06 </v></row><br>
<!-- 2007-06-30 23:50:00 BRT / 1183258200
--> <row><v> 6.4963406115e+06 </v><v>
3.3540385311e+06 </v></row><br>
<!-- 2007-06-30 23:55:00 BRT / 1183258500
--> <row><v> 6.2351239966e+06 </v><v>
3.3033199892e+06 </v></row><br>
<!-- 2007-07-01 00:00:00 BRT / 1183258800
--> <row><v> 6.0729762226e+06 </v><v>
3.1690633393e+06 </v></row><br>
<!-- 2007-07-01 00:05:00 BRT / 1183259100
--> <row><v> 6.0875225925e+06 </v><v>
3.2205978724e+06 </v></row><br>
<!-- 2007-07-01 00:10:00 BRT / 1183259400
--> <row><v> 5.8776974079e+06 </v><v>
3.2677495692e+06 </v></row><br>
<!-- 2007-07-01 00:15:00 BRT / 1183259700
--> <row><v> 6.2512071875e+06 </v><v>
3.1798714607e+06 </v></row><br>
<!-- 2007-07-01 00:20:00 BRT / 1183260000
--> <row><v> 6.3197490867e+06 </v><v>
3.3082444040e+06 </v></row><br>
<br>
I donīt undestand this values on columns, how I do to change this values to bits or bytes?<br>
<br>
Thanks,<br>
<br>
Dud.