From 49fbe940a429c3d8807bacdfce03af834275257c Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Thu, 2 Sep 2021 16:37:13 +0200 Subject: core: Add new DBUS properties UnitsReloadStartTimestamp and UnitsLoadTimestampMontonic --- man/org.freedesktop.systemd1.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'man/org.freedesktop.systemd1.xml') diff --git a/man/org.freedesktop.systemd1.xml b/man/org.freedesktop.systemd1.xml index c9f71a6dca..c182d4137f 100644 --- a/man/org.freedesktop.systemd1.xml +++ b/man/org.freedesktop.systemd1.xml @@ -330,6 +330,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 = ...; @@ -977,6 +981,10 @@ node /org/freedesktop/systemd1 { + + + + @@ -1492,6 +1500,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. + UnitsLoadTimestamp and UnitsLoadTimestampMonotonic encode + CLOCK_REALTIME and CLOCK_MONOTONIC microseconds timestamps + (as described above). The timestamps are taken every time when the manager starts loading unit files. + + Similarly, the SecurityStartTimestamp, GeneratorsStartTimestamp and LoadUnitTimestamp (as well as their monotonic and stop counterparts) expose performance data for uploading the security policies to the -- cgit v1.2.3