{% load redis_metric_tags %} {% load fastapp_tags %}
Name | Running | Last up | RSS | Threads | Version |
---|---|---|---|---|---|
{{ process.name }} | {{ process.is_up }} | {{ process.running | date:"c"}} | {{ process.rss }} {% if process.is_up %} {% with process.name|replacer:"/,"|add:"-rss" as slug %} {% get_past_datetime 15 "m" as short_starttime %} {% metric_history slug "minutes" short_starttime %} {% endwith %} {% endif %} | {% regroup process.threads.all by health as thread_state %}{% for state in thread_state %} {{ state.grouper }} {{ state.list|length }} {% endfor %} | {{ process.version }} |