<html dir="ltr"><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta content="MSHTML 6.00.6000.16788" name="GENERATOR">
<style title="owaParaStyle">P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</style>
</head>
<body ocsi="x">
<div dir="ltr"><font face="Tahoma" color="#000000" size="2">The first thing you needto understand is the nature of the RRD files.&nbsp; Because the data is normally only polled every 5minutes, and then rolled up into 'RRA's at 5min, 30min, 2hr and 1day granularity
 which are preserved for &lt;800 CDPs (combined data points), the practical upshot is that, in many cases, the details you want simply are not there.</font></div>
<div dir="ltr"><font face="tahoma" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="tahoma" size="2">A 1-hour graph can give you only the granularity you poll at; if you do 5min polls, then you will get only 12 data points in an hour.</font></div>
<div dir="ltr"><font face="tahoma" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="tahoma" size="2">Similarly, if you are looking at the weekly graph (30min CDPs) and want to zoom in on a point 4 days ago, then your 5min RRA has already expired by this point and you are already looking at the best detail available.&nbsp;
 Zooming in to a 1-hour graph would give you the grand total of 2 points on your graph.</font></div>
<div dir="ltr"><font face="tahoma" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="tahoma" size="2">Having said all that, if you use the Routers2 frontend, there are 'zoom in' and 'zoom out' buttons; these will simply move between daily, weekly, monthly and yearly graphs.&nbsp; If you enable RRD Archiving then you will
 be able to select Daily graphs for any date you have archived.&nbsp; Finally, an 'Export to CSV' option is available on all graph pages to give you the data in the best available granularity.</font></div>
<div dir="ltr"><font face="tahoma" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="tahoma" size="2">If you modify your RRD file to store data much longer in the RRAs, and to poll at 1min granularity, then the data will be available to make the graphs you want.&nbsp; However, as this would be highly customised, you'd
 need to define your own functions to call the RRD library with the necessary parameters to generate the graphs.&nbsp; None of the available frontends (routers2, 14all, mrtg-rrd) cater for this as they deal with the standard configurations.</font></div>
<div dir="ltr"><font face="tahoma" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="tahoma" size="2">Steve</font></div>
<div dir="ltr"><font face="tahoma" size="2"></font>&nbsp;</div>
<div id="divRpF981115" style="DIRECTION: ltr">
<hr tabindex="-1">
<font face="Tahoma" size="2"><b>From:</b> mrtg-bounces@lists.oetiker.ch [mrtg-bounces@lists.oetiker.ch] On Behalf Of Sheikh, Nasarullah [Sheikh.Nasarullah@uk.bp.com]<br>
</font></div>
<div>
<p><font face="Arial" size="2">Is there a way to zoom in and out on the graph area. I want to see the graphs of a particular time in details..e.g a hour graph rather than a 24 hour graph.</font></p>
<p><font face="Arial" size="2">Is there a way that the data that generates the image can be exported to xls later.</font>
</p>
</div>
</body>
</html>