From b750101eb236130cf056c675997decbac904cc49 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:35:18 +0200 Subject: Adding upstream version 252.22. Signed-off-by: Daniel Baumann --- man/org.freedesktop.oom1.xml | 98 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 man/org.freedesktop.oom1.xml (limited to 'man/org.freedesktop.oom1.xml') diff --git a/man/org.freedesktop.oom1.xml b/man/org.freedesktop.oom1.xml new file mode 100644 index 0000000..c6b8c7f --- /dev/null +++ b/man/org.freedesktop.oom1.xml @@ -0,0 +1,98 @@ + + + + + + + org.freedesktop.oom1 + systemd + + + + org.freedesktop.oom1 + 5 + + + + org.freedesktop.oom1 + The D-Bus interface of systemd-oomd + + + + Introduction + + + systemd-oomd.service8 + is a system service which implements a userspace out-of-memory (OOM) killer. This page describes the + D-Bus interface. + + + + The Manager Object + + The service exposes the following interfaces on the Manager object on the bus: + + +node /org/freedesktop/oom1 { + interface org.freedesktop.oom1.Manager { + methods: + DumpByFileDescriptor(out h fd); + signals: + Killed(s cgroup, + s reason); + }; + interface org.freedesktop.DBus.Peer { ... }; + interface org.freedesktop.DBus.Introspectable { ... }; + interface org.freedesktop.DBus.Properties { ... }; +}; + + + + + + + + + + + + + + + + + + Methods + + Killed signal is sent when any cgroup is killed by oomd. + Note that more reasons will be added in the future, and the table below will be expanded accordingly. + + Killing reasons + + + + + + Reason + Description + + + + + memory-used + Application took too much memory and swap. + + + memory-pressure + Application took enough memory and swap to cause sufficient slowdown of other applications. + + + +
+
+
+ + +
-- cgit v1.2.3