iostat

Report statistics for devices and partitions. More information: <https://manned.org/iostat>.

Debian Debian
RUN apt-get update && \ apt-get install -y sysstat
Ubuntu
RUN apt-get update && \ apt-get install -y sysstat
Alpine
RUN apk add sysstat
Arch Arch Linux
RUN pacman -S --noconfirm sysstat
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y sysstat
CentOS
RUN yum install -y sysstat
Fedora
RUN dnf install -y sysstat
Raspbian
RUN apt-get update && \ apt-get install -y sysstat
click the source code to copy install iostat on any operating system with command-not-found.com