]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/systemd-run: --wait shows more than CPU accounting data
authorMike Yuan <me@yhndnzj.com>
Wed, 14 May 2025 16:47:16 +0000 (18:47 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 28 May 2025 18:16:16 +0000 (19:16 +0100)
(cherry picked from commit 72594d6771a68fbb7d5ebe1d004f4d942a1fac97)
(cherry picked from commit b7acbc464b38e1bee42a993b1bd0346d8e5c186f)

man/systemd-run.xml

index 27a4af71bc528768d0b14489f5a43f35480abb2a..978c42dd12e2093b96ebf2a558c8f734a87b10ea 100644 (file)
         start request for the transient unit is verified, enqueued, and waited for. Subsequently the invoked unit is
         monitored, and it is waited until it is deactivated again (most likely because the specified command
         completed). On exit, terse information about the unit's runtime is shown, including total runtime (as well as
-        CPU usage, if <option>--property=CPUAccounting=1</option> was set) and the exit code and status of the main
-        process. This output may be suppressed with <option>--quiet</option>. This option may not be combined with
-        <option>--no-block</option>, <option>--scope</option> or the various path, socket, or timer options.</para>
+        CPU, memory, IO, and IP accounting data, if the corresponding cgroup accounting settings are enabled)
+        and the exit code and status of the main process. This output may be suppressed with <option>--quiet</option>.
+        This option may not be combined with <option>--no-block</option>, <option>--scope</option> or the various
+        path, socket, or timer options.</para>
 
         <xi:include href="version-info.xml" xpointer="v232"/></listitem>
       </varlistentry>