[PREV]
{{host}} {{start_time}}
[NEXT]
Stats
CPU Utilization:
{{cpu_percent}} %
Mem Utilization:
{{mem_percent}} %
Processes
CPU Time
PID
NAME
User
System
{% for ps in ps_list %}
{{ps.pid}}
{{ps.name}}
{{ps.user}}
{{ps.system}}
{% endfor %}