| Cheshire Cat Computing http://steveshipway.org/forum/ |
|
| Choose a period of time in MRTG instead of the default http://steveshipway.org/forum/viewtopic.php?f=11&t=756 |
Page 1 of 1 |
| Author: | stephane [ Fri Nov 25, 2005 11:03 am ] |
| Post subject: | Choose a period of time in MRTG instead of the default |
Is there a way in MRTG using RRDTool to specify a period of time when we want to see the graph?Instead of having by default the last 26 hours. Sometime when the previous data is too high, for example 97%, the following data being at 2% can not be seen correctly. In my case it's very important to see even at low percentage how it is increasing. Can we also see data in details (better resolution) after a day has passed? Once we are no more in daily but weekly, the resolution is not as good. the time interval goes by 30 mins instead of 5 mins. Thanks a lot |
|
| Author: | stevesh [ Fri Nov 25, 2005 12:04 pm ] |
| Post subject: | |
This depends on your RRD configuration, and your frontend. Lets assume you are using routers2 as your frontend. If the data is becoming unreadable, you might try the 'rescale' button, which tries to change the y-axis to cope with this sort of problem. If you have the rrd-archive script enabled (in the extensions directory), then you can select previous archived rrd databases so that you can see the 5-min-interval daily graphs from previous days. If you have 'extended time' enabled (you may need to modify your .rrd files for this) then you will get a 'yesterday' option as well as 'daily' to give you the previous day. The problem with generating a graph for an arbitrary time window is that usually, this data is simply no longer held in the .rrd. The format of the rrd will summarise and expire data constantly, so after a couple of days we can no longer access data at a 5-min granularity (which is what the 'daily' graph uses). You end up with weird blocky graphs as it tries its best with what it has. The reason why almost all frontends for MRTG use the daily/weekly/monthly/yearly graph set is that these correspond to the default RRA (summary archives) defined in an MRTG-generated .rrd file. Although you can define different RRAs, this would have to be done manually. This is detailed in the FAQ for routers2, since people ask for this frequently. http://www.steveshipway.org/forum/viewtopic.php?t=43 |
|
| Author: | stephane [ Sat Nov 26, 2005 9:29 am ] |
| Post subject: | |
| Page 1 of 1 | All times are UTC + 12 hours [ DST ] |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|