systemd-analyze
Analyze and debug system manager. Show timing details about the boot process of units (services, mount points, devices, sockets). More information: <https://www.freedesktop.org/software/systemd/man/systemd-analyze.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