From 10fca8281663d45c08367f9d5e351c66b670d773 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 23 Sep 2010 10:33:32 -0500 Subject: Give more information about mirror check runs and frequency Show how many times the check has ran in the last 24 hours, as well as the average interval between checks. Signed-off-by: Dan McGee --- templates/mirrors/status.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/mirrors/status.html b/templates/mirrors/status.html index d89f2b4..03e4930 100644 --- a/templates/mirrors/status.html +++ b/templates/mirrors/status.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load mirror_status %} {% block title %}Arch Linux - Mirror Status{% endblock %} @@ -21,7 +22,7 @@ retrieved or contained data we didn't recognize, this column will show 'unknown'.
  • μ Delay: The calculated average mirroring delay; e.g. the - mean value of last check − last sync for each check of + mean value of last check − last sync for each check of this mirror URL.
  • μ Duration: The average (mean) time it took to connect and retrieve the lastsync file from the given URL. Note that this @@ -31,8 +32,8 @@ retrieval time. A high standard deviation can indicate an unstable or overloaded mirror.
  • Mirror Score: A very rough calculation for ranking - mirrors. It is currently calculated as hours delay + average - duration + standard deviation. Lower is better.
  • + mirrors. It is currently calculated as hours delay + average + duration + standard deviation. Lower is better.

    The final table on this page is an error log, which shows any errors that occurred while contacting mirrors. This only shows errors that @@ -43,7 +44,9 @@

  • Mirror Syncing Error Log
  • -

    The last mirror check ran at {{ last_check|date:'Y-m-d H:i' }} UTC.

    +

    The last mirror check ran at {{ last_check|date:'Y-m-d H:i' }} UTC. + Checks have ran {{ num_checks }} times in the last 24 hours at an average + interval of {{ check_frequency|duration }} (hh:mm).

    Out of Sync Mirrors

    -- cgit v1.2.3-24-g4f1b