stat: add diskutil aggregated sectors to normal output
authorVincent Fu <vincent.fu@samsung.com>
Fri, 14 Jul 2023 16:58:34 +0000 (12:58 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Fri, 14 Jul 2023 17:53:46 +0000 (13:53 -0400)
commitbb08a260413e54465f370523ae26a1bebb42308c
treec136b9f19dbf76ca4ee2691b2a532773181af70c
parentfc2501310842cc2cd11168074e8f69cf39699263
stat: add diskutil aggregated sectors to normal output

Since we are now collecting sectors in the disk utilization data we
should include them in the aggregated data as well.

I tested this with an LVM mirror. I also tested this on an mdadm mirror
but all the aggregated and slave data was zero.

Fixes: 75cbc26d500fc5f7e36f6203c9b8e08b9c6f007c ("diskutil: Report how
many sectors have been read and written")
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
stat.c