Add DiskIOMeter for IO read/write usage

This commit is contained in:
Christian Göttsche
2020-09-13 19:46:34 +02:00
committed by cgzones
parent 6f387008cb
commit e518459981
19 changed files with 223 additions and 2 deletions

3
CRT.h
View File

@ -106,6 +106,9 @@ typedef enum ColorElements_ {
ZFS_OTHER,
ZFS_COMPRESSED,
ZFS_RATIO,
DISKIO_UTIL_HIGH,
DISKIO_READ,
DISKIO_WRITE,
LAST_COLORELEMENT
} ColorElements;