{% if load_values %}

Load History

{{ sparkline_svg }}
peak: {{ load_peak|round(0)|int }} avg: {{ load_avg|round(1) }} cores: {{ cores }} samples: {{ load_values|length }}
{% for s in spikes[:3] %}
▲ spike peak {{ s.peak_load|round(0)|int }}x — {{ s.top_processes[:3]|map(attribute=1)|join(', ') }} {% if s.ongoing %}ONGOING{% endif %}
{% endfor %} {{ knowledge_card(['load_average']) }} {% endif %}