Duration: {{ "%.4f"|format(benchmark.record.duration) }} s {% if benchmark.process_stats %}

Process utilization

{% for (k, v) in benchmark.process_stats.items() %} {% endfor %}
Hostname Key Avg. CPU Max. RSS
{{ k[0] }} {{ k[1] }} {{ "%.2f"|format(v.avg_cpu) }} % {{ format_bytes(v.max_rss) }}
{% endif %} {% if node_utilization %}

Node utilization

{% for (hostname, data) in node_utilization.items() %} {% endfor %}
Hostname Avg. CPU Avg. memory
{{ hostname }} {{ "%.2f"|format(data["cpu"]) }} % {{ "%.2f"|format(data["memory"]) }} %
{% endif %} {% if benchmark.monitoring_report %} Cluster report {% endif %}