diff options
Diffstat (limited to 'man/systemd-analyze.xml')
-rw-r--r-- | man/systemd-analyze.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index f81dcc324a..8ceeccb37a 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -139,6 +139,12 @@ <arg choice="plain">security</arg> <arg choice="plain" rep="repeat"><replaceable>UNIT</replaceable></arg> </cmdsynopsis> + <cmdsynopsis> + <command>systemd-analyze</command> + <arg choice="opt" rep="repeat">OPTIONS</arg> + <arg choice="plain">malloc</arg> + <arg choice="opt" rep="repeat"><replaceable>D-BUS SERVICE</replaceable></arg> + </cmdsynopsis> </refsynopsisdiv> <refsect1> @@ -272,6 +278,16 @@ Timestamp units-load-finish: Thu 2019-03-14 23:28:07 CET </refsect2> <refsect2> + <title><command>systemd-analyze malloc [<replaceable>D-Bus service</replaceable>…]</command></title> + + <para>This command can be used to request the output of the internal memory state (as returned by + <citerefentry><refentrytitle>malloc_info</refentrytitle><manvolnum>3</manvolnum></citerefentry>) of + a D-Bus service implementing this pattern. If no service is specified, the command will be sent to + <filename>org.freedesktop.systemd1</filename> (the system or user service manager). The output format + is subject to change without notice and should not be parsed by applications.</para> + </refsect2> + + <refsect2> <title><command>systemd-analyze plot</command></title> <para>This command prints either an SVG graphic, detailing which system services have been started at what |