Filesystems

{% for p in partitions %}
{{ p.device }} {{ p.fstype }} {{ p.mounts_disp }} {{ p.used | humanize }} / {{ p.total | humanize }} ({{ p.pct | round(0) }}%)
{% else %}
no partitions found
{% endfor %}

Device I/O

{% for d in per_disk %} {% else %} {% endfor %}
DeviceReadWriteRead rateWrite rateReadsWrites
{{ d.device }} {{ d.read_bytes | humanize }} {{ d.write_bytes | humanize }} {{ d.read_rate | rate }} {{ d.write_rate | rate }} {{ d.reads }} {{ d.writes }}
no block devices