Analyze system boot performance and service startup times.
systemd-analyze provides insight into system boot timing, service delays, and overall startup performance in systemd-based systems.
# Show total boot time systemd-analyze # Show time spent in kernel vs userspace systemd-analyze time
# List slowest services systemd-analyze blame # Show dependency tree systemd-analyze critical-chain # Generate SVG boot chart systemd-analyze plot > boot.svg