Hostname{{sos['hostname']}} version{{sos['satversion']}}
Time zone{{sos['timezone']}} Tuning{{sos['tuning']}}
CPU{{sos['cpu']}}
Memory
{{sos['ram']}}
{% for r in dynflow_total_exectime %} {% endfor %}
Top Dynflow steps per execution time
ExectimeStepsLabel
{{ "{:0,.0f}".format(r[0]) }}{{ "{:0,.0f}".format(r[1]) }}{{ r[2] }}
{% for r in pulp_total_exectime %} {% endfor %}
Top pulpcore Tasks per execution time
ExectimeCountName
{{ "{:0,.0f}".format(r[1][0]) }}{{ "{:0,.0f}".format(r[1][1]) }}{{ r[0] }}
{% for t in rows %} {% if t[5] == "pending" and t[4] == "scheduled"%} {% else %} {% endif %} {% endfor %}
ForemanDynflow
Task actionTask idPlan uuid Task started_atTask ended_at Task stateTask result
{% if t[0] and t[0]|length %} {{t[8]}} {% else %} {{t[8]}} {% endif %} {{t[1]}} {{t[2]}}{{t[2]}}{{t[6][:-7]}} {{t[7][:-7]}} {{t[4]}} {% if t[5]=="error" %}{{t[5]}} {% elif t[5] in ["warning", "pending", "skipped"] %}{{t[5]}} {% else %}{{t[5]}} {% endif %}