Update systemctl.md; add page of systemd-analyze (#844)
This commit is contained in:

committed by
Waldir Pimenta

parent
87a46c30e7
commit
1bafef40fa
11
pages/linux/systemd-analyze.md
Normal file
11
pages/linux/systemd-analyze.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# systemd-analyze
|
||||
|
||||
> Show timing details about the boot process of units (services, mount points, devices, sockets).
|
||||
|
||||
- List time of each unit to start up:
|
||||
|
||||
`systemd-analyze blame`
|
||||
|
||||
- Print a tree of the time critical chain of units:
|
||||
|
||||
`systemd-analyze critical-chain`
|
Reference in New Issue
Block a user