{% extends "baseTemplate/index.html" %} {% load static %} {# CPU and memory detail, with the per-core bars and the history chart. #} {% block title %}CPU & RAM{% endblock %} {% block styles %} {% endblock %} {% block content %}

CPU & memory

{{ cpuModel }} · {{ cores }} threads{% if physicalCores %} on {{ physicalCores }} cores{% endif %}

psutil is not available in the panel virtualenv, so live sampling is disabled.
CPU
%
MHz
Memory
%
of
Swap
%
of
Load average
/ /
per core · up
CPU, memory and swap history
Per-core utilisation
cpu %

Per-core figures are unavailable.

Top processes
PIDProcessUser CPU %Memory
(%)
No process data available.
{% endblock %} {% block scripts %} {% endblock %}