systemd-cgtop
Show the top control groups of the local Linux control group hierarchy, ordered by their CPU, memory, or disk I/O load. See also: top. More information: <https://www.freedesktop.org/software/systemd/man/systemd-cgtop.html>.
RUN apt-get update && \
apt-get install -y systemd
RUN apt-get update && \
apt-get install -y systemd
RUN pacman -S --noconfirm systemd
RUN apt-get update && \
apt-get install -y systemd
RUN yum install -y systemd
RUN dnf install -y systemd
RUN apt-get update && \
apt-get install -y systemd