<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <pre wrap="">Hi Wilfried,

We cannot display synchronized graphs at the last measurement time position because RRDs are updated only when the measurement data comes from the probe. Probes are allowed to send data not synchronous for all the measurements.

As it implemented currently, we stop the graph at the time stamp of the last measurement. We can do it using current time, in this case graphs will be aligned, but unreceived data will be displayed as a gray area, that's what we do not really want.

>From your email I can guess that you are fetching graphs for your own page.
In this case you can set the end time which ever you want:

<a class="moz-txt-link-freetext" href="http://atlas.ripe.net/atlas/rrd.png?prb_id=3&msm_id=1001&type=minutely&">http://atlas.ripe.net/atlas/rrd.png?prb_id=3&msm_id=1001&type=minutely&</a><b>end=now</b>

or even allow it to be, for example, 15 minutes older:

<a class="moz-txt-link-freetext" href="http://atlas.ripe.net/atlas/rrd.png?prb_id=3&msm_id=1001&type=minutely&">http://atlas.ripe.net/atlas/rrd.png?prb_id=3&msm_id=1001&type=minutely&</a><b>end=now-15min</b>

now is UTC

Best regards,

/vty
</pre>
    <br>
    <br>
    On 03/30/2011 04:06 PM, Wilfried Woeber, UniVie/ACOnet wrote:
    <blockquote cite="mid:4D9338FF.2090804@CC.UniVie.ac.at" type="cite">
      <pre wrap="">I just noticed that the various graphs for the "last 2 hours" display
seem to be based on different clocks or update cycles (delta = some 25m).

Should these graphs be "synchronised"?

>From a UI-perspective it would certainly be a bonus to have them aligned,
at least for one probe.

All the best,
Wilfried.

</pre>
    </blockquote>
    <br>
  </body>
</html>