| Hostname | {{sos['hostname']}} |
version | {{sos['satversion']}} |
| Time zone | {{sos['timezone']}} |
Tuning | {{sos['tuning']}} |
| |
CPU | {{sos['cpu']}} |
| Memory |
{{sos['ram']}} |
|
| Top Dynflow steps per execution time |
| Exectime | Steps | Label |
{% for r in dynflow_total_exectime %}
| {{ "{:0,.0f}".format(r[0]) }} | {{ "{:0,.0f}".format(r[1]) }} | {{ r[2] }} |
{% endfor %}
|
| Top pulpcore Tasks per execution time |
| Exectime | Count | Name |
{% for r in pulp_total_exectime %}
| {{ "{:0,.0f}".format(r[1][0]) }} | {{ "{:0,.0f}".format(r[1][1]) }} | {{ r[0] }} |
{% endfor %}
|