{% extends "xrdPopularity/baseXrd.html" %}
{% block css %}
{{ block.super }}
{% endblock css %}
{% block js_include %}
{{ block.super }}
{% endblock js_include %}
{% block subtitle %}
{% with "Access rates" as subTitlelabel %}
{{ block.super }}
{% endwith %}
{% endblock subtitle %}
{% block caption %}
{% with "Rate of files accessed per hour in the time range defined by [StartDate, EndDate]
The mean rate is evaluated on a time window of 1h
The different accesses are
inserttime_x_H : this monitors the rate of insertions in the DB from the MSG Broker. It's workflow related. Holes in this distribution do not mean that data are lost, because they are still cached in the MSG queue.
starttime_x_H: mean rate (over 1h) of opening files. This quantity depends on the actual rate of open files (in read mode) in EOS * the inefficiencies of the popularity chain (if any).
starttime_norepl_x_H: as starttime, but excludes the internal /replicate files.
starttime_repl_x_H: as starttime ONLY for the internal /replicate files.
endtime_x_H: as starttime, but for the close time" as captionlabel %}
{{ block.super }}
{% endwith %}
{% endblock caption %}
{% block body_content %}
{{ block.super }}
{% include 'includeInput.html' with datepicker="true" %}