{% load handyhelper_tags %}
PID:
{{ pid }}
PPID:
{{ ppid }}
Name:
{{ name }}
Status:
{{ status }}
Stated At:
{{ create_time|to_datetime }}
Username:
{{ username }}
Command:
{{ cmdline|join:" " }}
{% if exe %}
Executable:
{{ exe }}
{% endif %} {% if cwd %}
Working Directory:
{{ cwd }}
{% endif %}
CPU:
{{ cpu_num }}
CPU Percent:
{{ cpu_percent }}%
Memory Percent:
{{ memory_percent|percentage }}
Thread Count:
{{ num_threads }}
Threads:
{% for thread in threads%}{{ thread }}
{% endfor %}