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

This commit is contained in:
Ryan Lahfa
2021-10-23 21:16:31 +02:00
committed by GitHub
parent 7906944e89
commit 0106a44195

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`