htop
Display dynamic real-time information about running processes. An enhanced version of top. More information: <https://htop.dev/>.
RUN apt-get update && \
apt-get install -y htop
RUN apt-get update && \
apt-get install -y htop
RUN apk add htop
RUN pacman -S --noconfirm htop
RUN apt-get update && \
apt-get install -y htop
RUN dnf install -y htop
RUN apt-get update && \
apt-get install -y htop