The start time for the rrd graphs is set in the file get_context.php. Try editing get_context.php:

On line 86 make the start time for "hour" -60 rather than -3600. On my machine the graphs got really detailed, but my rrds were unchanged so all they got was more blocky. If you have changed your resolution, you may get what you want.

case "hour":  $start = -60; break;

Good luck,
-Federico

On Dec 21, 2004, at 3:56 PM, Jason Williams wrote:

Hello,

  Is it possible to get the RRD graphs generated by gmetad to show data
for the last minute (1 second resolution) instead of the last hour? It
seems changing the data-source interval to 1 second causes the data to
stream in, but the graphs are still 1-minute resolution. Thanks in
advance!

Best Regards,
Jason

Federico

Rocks Cluster Group, San Diego Supercomputer Center, CA


Reply via email to