mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 05:02:10 +02:00
11 lines
268 B
Markdown
11 lines
268 B
Markdown
# 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`
|