{% extends 'traffic/reporter/daily/names/name/index.html' %} {% block toolbar_timeofday %}class="active"{%endblock%} {% block subtab_content %}
List of request count per domain grouped by hour of the day. Click on each domain name to see the list of requests. Domain names with highest number of requests are highlighted.
# | First Level Domain | 00 | 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | Total | % |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{row.Index}} | {% if row.1 != 0 %}{{row.1}}{%endif%} | {% if row.2 != 0 %}{{row.2}}{%endif%} | {% if row.3 != 0 %}{{row.3}}{%endif%} | {% if row.4 != 0 %}{{row.4}}{%endif%} | {% if row.5 != 0 %}{{row.5}}{%endif%} | {% if row.6 != 0 %}{{row.6}}{%endif%} | {% if row.7 != 0 %}{{row.7}}{%endif%} | {% if row.8 != 0 %}{{row.8}}{%endif%} | {% if row.9 != 0 %}{{row.9}}{%endif%} | {% if row.10 != 0 %}{{row.10}}{%endif%} | {% if row.11 != 0 %}{{row.11}}{%endif%} | {% if row.12 != 0 %}{{row.12}}{%endif%} | {% if row.13 != 0 %}{{row.13}}{%endif%} | {% if row.14 != 0 %}{{row.14}}{%endif%} | {% if row.15 != 0 %}{{row.15}}{%endif%} | {% if row.16 != 0 %}{{row.16}}{%endif%} | {% if row.17 != 0 %}{{row.17}}{%endif%} | {% if row.18 != 0 %}{{row.18}}{%endif%} | {% if row.19 != 0 %}{{row.19}}{%endif%} | {% if row.20 != 0 %}{{row.20}}{%endif%} | {% if row.21 != 0 %}{{row.21}}{%endif%} | {% if row.22 != 0 %}{{row.22}}{%endif%} | {% if row.23 != 0 %}{{row.23}}{%endif%} | {% if row.24 != 0 %}{{row.24}}{%endif%} | {{row.per_day}} | {{row.per_day_percent}} |
No items found. | |||||||||||||||||||||||||||
# | First Level Domain | 00 | 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 |
List of downloads per domain grouped by hour of the day. Click on each domain name to see the list of requests. Domain names with highest number of bytes downloaded are highlighted.
# | First Level Domain | 00 | 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | Total | % |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{row.Index}} | {% if row.1 != 0 %}{{row.1|filesizeformat}}{%endif%} | {% if row.2 != 0 %}{{row.2|filesizeformat}}{%endif%} | {% if row.3 != 0 %}{{row.3|filesizeformat}}{%endif%} | {% if row.4 != 0 %}{{row.4|filesizeformat}}{%endif%} | {% if row.5 != 0 %}{{row.5|filesizeformat}}{%endif%} | {% if row.6 != 0 %}{{row.6|filesizeformat}}{%endif%} | {% if row.7 != 0 %}{{row.7|filesizeformat}}{%endif%} | {% if row.8 != 0 %}{{row.8|filesizeformat}}{%endif%} | {% if row.9 != 0 %}{{row.9|filesizeformat}}{%endif%} | {% if row.10 != 0 %}{{row.10|filesizeformat}}{%endif%} | {% if row.11 != 0 %}{{row.11|filesizeformat}}{%endif%} | {% if row.12 != 0 %}{{row.12|filesizeformat}}{%endif%} | {% if row.13 != 0 %}{{row.13|filesizeformat}}{%endif%} | {% if row.14 != 0 %}{{row.14|filesizeformat}}{%endif%} | {% if row.15 != 0 %}{{row.15|filesizeformat}}{%endif%} | {% if row.16 != 0 %}{{row.16|filesizeformat}}{%endif%} | {% if row.17 != 0 %}{{row.17|filesizeformat}}{%endif%} | {% if row.18 != 0 %}{{row.18|filesizeformat}}{%endif%} | {% if row.19 != 0 %}{{row.19|filesizeformat}}{%endif%} | {% if row.20 != 0 %}{{row.20|filesizeformat}}{%endif%} | {% if row.21 != 0 %}{{row.21|filesizeformat}}{%endif%} | {% if row.22 != 0 %}{{row.22|filesizeformat}}{%endif%} | {% if row.23 != 0 %}{{row.23|filesizeformat}}{%endif%} | {% if row.24 != 0 %}{{row.24|filesizeformat}}{%endif%} | {{row.per_day|filesizeformat}} | {{row.per_day_percent}} |
No items found. | |||||||||||||||||||||||||||
# | First Level Domain | 00 | 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 |
List of uploaded bytes per domain grouped by hour of the day. Click on each domain name to see the list of requests. Domain names with highest number of uploaded bytes are highlighted.
# | First Level Domain | 00 | 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | Total | % |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{row.Index}} | {% if row.1 != 0 %}{{row.1|filesizeformat}}{%endif%} | {% if row.2 != 0 %}{{row.2|filesizeformat}}{%endif%} | {% if row.3 != 0 %}{{row.3|filesizeformat}}{%endif%} | {% if row.4 != 0 %}{{row.4|filesizeformat}}{%endif%} | {% if row.5 != 0 %}{{row.5|filesizeformat}}{%endif%} | {% if row.6 != 0 %}{{row.6|filesizeformat}}{%endif%} | {% if row.7 != 0 %}{{row.7|filesizeformat}}{%endif%} | {% if row.8 != 0 %}{{row.8|filesizeformat}}{%endif%} | {% if row.9 != 0 %}{{row.9|filesizeformat}}{%endif%} | {% if row.10 != 0 %}{{row.10|filesizeformat}}{%endif%} | {% if row.11 != 0 %}{{row.11|filesizeformat}}{%endif%} | {% if row.12 != 0 %}{{row.12|filesizeformat}}{%endif%} | {% if row.13 != 0 %}{{row.13|filesizeformat}}{%endif%} | {% if row.14 != 0 %}{{row.14|filesizeformat}}{%endif%} | {% if row.15 != 0 %}{{row.15|filesizeformat}}{%endif%} | {% if row.16 != 0 %}{{row.16|filesizeformat}}{%endif%} | {% if row.17 != 0 %}{{row.17|filesizeformat}}{%endif%} | {% if row.18 != 0 %}{{row.18|filesizeformat}}{%endif%} | {% if row.19 != 0 %}{{row.19|filesizeformat}}{%endif%} | {% if row.20 != 0 %}{{row.20|filesizeformat}}{%endif%} | {% if row.21 != 0 %}{{row.21|filesizeformat}}{%endif%} | {% if row.22 != 0 %}{{row.22|filesizeformat}}{%endif%} | {% if row.23 != 0 %}{{row.23|filesizeformat}}{%endif%} | {% if row.24 != 0 %}{{row.24|filesizeformat}}{%endif%} | {{row.per_day|filesizeformat}} | {{row.per_day_percent}} |
No items found. | |||||||||||||||||||||||||||
# | First Level Domain | 00 | 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 |