{% extends 'main_header.html' %} {% block body %}
Trigger On/Alive | Process Name | Trigger Frequency | Trigger Now | Next Run In | Next Timeperiod | |
---|---|---|---|---|---|---|
{% set value = "{ process_name: '" + row[2] + "', timeperiod: 'NA' }" %} | {{ row[0] }} / {{ row[1] }} | {{ row[2] }} | {{ row[4] }} | {{ row[5] }} |
Resident Memory | Virtual Memory | % CPU Core Load | Available Physical Memory | Available Virtual Memory |
---|---|---|---|---|
{{ details.footprint[0] }} | {{ details.footprint[1] }} | {{ details.footprint[2] }} | {{ details.footprint[3] }} | {{ details.footprint[4] }} |