1
0
Fork 0
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:
Managor 2025-01-17 10:57:49 +02:00 committed by GitHub
parent 923a763a8d
commit a42e26d793
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`