Analyze Boot Performance with systemd-analyze
systemd comes with a tool for analyzing boot times, called systemd-analyze.
Read more: plocate(1), plocate-build(8), updatedb(8), updatedb.conf(5)
Update database
updatedbCheck current boot time
systemd-analyze timesystemd will show the boot time for the kernel, all of the user space processes and the total boot time.
List initialize time for all systemd units
systemd-analyze blameShow start times for all processes. This helps you find bottlenecks in your boot process.