{% extends 'main_header.html' %} {% block body %}
Trigger On/Alive | Process Name | Trigger Frequency | Next Run In | Next Time Period | ||
---|---|---|---|---|---|---|
{% set value = "{ process_name: '" + row.process_name + "', timeperiod: 'NA' }" %} | {{ row.is_on }} / {{ row.is_alive }} | {{ row.process_name }} | {{ row.next_run_in }} | {{ row.next_timeperiod }} |
Process Name | Units Of Work | |
---|---|---|
{{ process_name }} | {%- for priority_entry in q.queue -%} {{ priority_entry.entry.timeperiod }} {%- if not loop.last -%} {{ ", " }} {%- endif -%} {%- endfor -%} | |
Empty | Empty |
Build Version | Uptime | Resident Memory | Virtual Memory | % CPU Core Load | Available Physical Memory | Available Virtual Memory |
---|---|---|---|---|---|---|
{{ scheduler_version() }} | {{ scheduler_uptime() }} | {{ details.footprint.memory_rss }} | {{ details.footprint.memory_vms }} | {{ details.footprint.cpu_utilization }} | {{ details.footprint.mem_virtual_free }} | {{ details.footprint.mem_swap_free }} |