Stated At:
{{ create_time|to_datetime }}
Command:
{{ cmdline|join:" " }}
{% if exe %}
{% endif %}
{% if cwd %}
Working Directory:
{{ cwd }}
{% endif %}
CPU Percent:
{{ cpu_percent }}%
Memory Percent:
{{ memory_percent|percentage }}
Thread Count:
{{ num_threads }}
Threads:
{% for thread in threads%}{{ thread }}
{% endfor %}