Find boot-up time in linux 🐧
Posted on 18 Oct, 2020
We can achieve this using the systemd
service. Just run this
Demo:
The
graphical.target
specifies how long it took to reach to the log-in screen.
Other tricks
You can also plot service initializations in a SVG graph.
Check which service takes most of the time.
Last updated