systemd-analyze: add security example, generalize scope of the tool, add link to manual page (#7161)

beep
Ryan Lahfa 2021-10-23 21:16:31 +02:00 committed by GitHub
parent 7906944e89
commit 0106a44195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,8 @@
# systemd-analyze
> Analyze and debug system manager.
> Show timing details about the boot process of units (services, mount points, devices, sockets).
> More information: <https://manned.org/systemd-analyze>.
- List time of each unit to start up:
@ -17,3 +19,7 @@
- Plot a dependency graph and convert it to an SVG file:
`systemd-analyze dot | dot -T{{svg}} > {{path/to/file.svg}}`
- Show security scores of running units:
`systemd-analyze security`