{% if embed %}{% extends "base_blank_js.html" %}{% else %}{% extends "base.html" %}{% endif %} {% block copyright %} {% endblock %} {% block title %}System Statistics{% endblock %} {% block extra_head %} {% include "reports_inc_chart_head.html" %} {% if settings.DEBUG %} {% else %} {% endif %} {% endblock %} {% block body %} {% if embed %}
Close
{% endif %}

System statistics


  {% include "reports_inc_frequency.html" %}
 until 

{% set chart_axis = 'bytes' if data_type == '6' else 'percent' if data_type == '4' else 'int-positive-units' %} {% set chart_opts = ('chart_1', True, True, 'time', chart_axis) %} {% set chart_data_url = url_for('reports.datafeed_system') %} {% include "reports_inc_chart.html" %} {% endblock %}