Understanding iostat Options and Metrics on CentOS 8
Package Identification The iostat utility is part of the sysstat package: [root@centos8 ~]# whereis iostat iostat: /usr/bin/iostat /usr/share/man/man1/iostat.1.gz [root@centos8 ~]# rpm -qf /usr/bin/iostat sysstat-11.7.3-2.el8.x86_64 If not found, install it using: [root@blog ~]# yum install sysstat...