blob: 4de200b60258616e196b3b3f5c1e6b9b87f5751f (
plain)
1
2
3
4
5
6
7
|
nDPI throughput
===============
{% for host in groups['compute'] %}
{% set dpi_metrics=hostvars[host].dpi_metrics %}
{{ (hostvars[host].ansible_hostname, "{} / {}".format(dpi_metrics.dpi_pps[0], dpi_metrics.dpi_bps[0]))|justify }}
{% endfor %}
|