diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-12-07 18:47:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 18:47:25 +0100 |
commit | f333ed27fac2472ef5ab0d6fb980eea8353ced8d (patch) | |
tree | 0946f3908ba20ba79032fbb5e2dc02bb827a0e3b /man/org.freedesktop.systemd1.xml | |
parent | bpf: refactor skeleton generation (diff) | |
parent | core: Indicate the time when the manager started loading units the last time (diff) | |
download | systemd-f333ed27fac2472ef5ab0d6fb980eea8353ced8d.tar.xz systemd-f333ed27fac2472ef5ab0d6fb980eea8353ced8d.zip |
Merge pull request #20476 from jamacku/new-feature-reloaded-stamp
core: indicate the time when units were loaded
Diffstat (limited to 'man/org.freedesktop.systemd1.xml')
-rw-r--r-- | man/org.freedesktop.systemd1.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man/org.freedesktop.systemd1.xml b/man/org.freedesktop.systemd1.xml index 5e1ed8c7e5..be4c1282f5 100644 --- a/man/org.freedesktop.systemd1.xml +++ b/man/org.freedesktop.systemd1.xml @@ -334,6 +334,10 @@ node /org/freedesktop/systemd1 { @org.freedesktop.DBus.Property.EmitsChangedSignal("const") readonly t UnitsLoadFinishTimestampMonotonic = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("const") + readonly t UnitsLoadTimestamp = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("const") + readonly t UnitsLoadTimestampMonotonic = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("const") readonly t InitRDSecurityStartTimestamp = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("const") readonly t InitRDSecurityStartTimestampMonotonic = ...; @@ -983,6 +987,10 @@ node /org/freedesktop/systemd1 { <variablelist class="dbus-property" generated="True" extra-ref="UnitsLoadFinishTimestampMonotonic"/> + <variablelist class="dbus-property" generated="True" extra-ref="UnitsLoadTimestamp"/> + + <variablelist class="dbus-property" generated="True" extra-ref="UnitsLoadTimestampMonotonic"/> + <variablelist class="dbus-property" generated="True" extra-ref="InitRDSecurityStartTimestamp"/> <variablelist class="dbus-property" generated="True" extra-ref="InitRDSecurityStartTimestampMonotonic"/> @@ -1505,6 +1513,11 @@ node /org/freedesktop/systemd1 { boot loader or initrd implementation. In these cases the respective pairs of timestamps are both 0, indicating that no data is available.</para> + <para><varname>UnitsLoadTimestamp</varname> and <varname>UnitsLoadTimestampMonotonic</varname> encode + <constant>CLOCK_REALTIME</constant> and <constant>CLOCK_MONOTONIC</constant> microseconds timestamps + (as described above). The timestamps are taken every time when the manager starts loading unit files. + </para> + <para>Similarly, the <varname>SecurityStartTimestamp</varname>, <varname>GeneratorsStartTimestamp</varname> and <varname>LoadUnitTimestamp</varname> (as well as their monotonic and stop counterparts) expose performance data for uploading the security policies to the |