{% extends base_template|default:"handyhelpers/handyhelpers_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 CPUs ({{ logical_count }}) {% for cpu, data in cpu_data.items %} {{cpu}}', true);"> CPU:{{ cpu }} Percent:{{ data.percent }}% System:{{ data.time_percent.system }}% Idle:{{ data.time_percent.idle }}% Frequency:{{ data.frequency.current }} {% endfor %} {% include 'handyhelpers/component/bs5/modals.htm' %} {% endblock content %}