htop

Display dynamic real-time information about running processes. An enhanced version of top. More information: <https://htop.dev/>.

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