Difference between revisions of "Systemd"
From Notes_Wiki
(Created page with "<yambe:breadcrumb>System_administration_tools|System Administration Tools</yambe:breadcrumb> =systemd= Newer versions of RPM based OS use systemd for service start/stop and e...") |
m |
||
Line 11: | Line 11: | ||
</pre> | </pre> | ||
and then read various service start-up times from blame.txt file. | and then read various service start-up times from blame.txt file. | ||
<yambe:breadcrumb>System_administration_tools|System Administration Tools</yambe:breadcrumb> |
Revision as of 09:18, 27 August 2018
<yambe:breadcrumb>System_administration_tools|System Administration Tools</yambe:breadcrumb>
systemd
Newer versions of RPM based OS use systemd for service start/stop and enable/disable on startup
Check service start-up time
Systemd makes it very easy to analyse which service is taking how much time during boot. To do this use:
systemd-analyze blame > blame.txt
and then read various service start-up times from blame.txt file.
<yambe:breadcrumb>System_administration_tools|System Administration Tools</yambe:breadcrumb>