mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 14:53:59 +02:00
systemd-analyze: add baseline command (#15535)
Update systemd-analyze.md
This commit is contained in:
parent
923a763a8d
commit
a42e26d793
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
> Show timing details about the boot process of units (services, mount points, devices, sockets).
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-analyze.html>.
|
||||
|
||||
- Print the last system startup time:
|
||||
|
||||
`systemd-analyze`
|
||||
|
||||
- List all running units, ordered by the time they took to initialize:
|
||||
|
||||
`systemd-analyze blame`
|
||||
|
|
Loading…
Add table
Reference in a new issue