{% extends base_template|default:"base.htm" %} {% load static %} {% load handyhelper_tags %} {% block local_head %} {% include 'handyhelpers/component/chartjs_components.htm' %} {% endblock %} {% block content %}
{% if title or subtitle %}
{{ title }}
{{ subtitle|safe }}
{% endif %}
{{ physical_count }}
Physical
{{ logical_count }}
Logical
{{ stats.ctx_switches|byte_size }}
CTX Switches
{{ stats.interrupts|byte_size }}
Interrupts
{{ stats.soft_interrupts|byte_size }}
Soft Interrupts
{{ percent }}%
Overall Utilization
{{ load_avg_1 }}%
1 minute load average
{{ load_avg_5 }}%
5 minute load average
{{ load_avg_15 }}%
15 minute load average
{% include 'handyhelpers/component/bs5/modals.htm' %} {% endblock content %}