systemd-analyze Command Examples

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.

systemd-analyze blame

systemd-analyze critical-chain

systemd-analyze plot > {{path/to/file.svg}}

systemd-analyze dot | dot -T{{svg}} > {{path/to/file.svg}}

systemd-analyze security