pidstat
Show system resource usage, including CPU, memory, IO etc. More information: <https://manned.org/pidstat>.
RUN apt-get update && \
apt-get install -y sysstat
RUN apt-get update && \
apt-get install -y sysstat
RUN apk add sysstat
RUN pacman -S --noconfirm sysstat
RUN apt-get update && \
apt-get install -y sysstat
RUN yum install -y sysstat
RUN dnf install -y sysstat
RUN apt-get update && \
apt-get install -y sysstat