{% extends "xrdPopularity/baseXrd.html"%} {% block js_include %} {{ block.super }} {% endblock js_include %} {% block subtitle %} {% with "User Popularity" as subTitlelabel %} {{ block.super }} {% endwith %} {% endblock subtitle %} {% block caption %} {% with "Popularity of user activity on DataTier in terms of # Accesses, CPU time, read MB per access in a specific time window" as captionlabel %} {{ block.super }} {% endwith %} {% endblock caption %} {% block body_content %} {{block.super}} {% include 'includeInput.html' with datepicker="true" datatier="true" dtlist=datatiers%}
UserName Accesses CPU Time ReadBytes/accesses
[N] [%] [h] [%] [MB] [%]
[MB] [%]
{% endblock body_content%} {% block js %} {% endblock js %}