1ORG.FREEDESKTOP.OOM1(5)      org.freedesktop.oom1      ORG.FREEDESKTOP.OOM1(5)
2
3
4

NAME

6       org.freedesktop.oom1 - The D-Bus interface of systemd-oomd
7

INTRODUCTION

9       systemd-oomd.service(8) is a system service which implements a
10       userspace out-of-memory (OOM) killer. This page describes the D-Bus
11       interface.
12

THE MANAGER OBJECT

14       The service exposes the following interfaces on the Manager object on
15       the bus:
16
17           node /org/freedesktop/oom1 {
18             interface org.freedesktop.oom1.Manager {
19               methods:
20                 DumpByFileDescriptor(out h fd);
21             };
22             interface org.freedesktop.DBus.Peer { ... };
23             interface org.freedesktop.DBus.Introspectable { ... };
24             interface org.freedesktop.DBus.Properties { ... };
25           };
26
27
28
29
30   Methods
31       ...
32

VERSIONING

34       These D-Bus interfaces follow the usual interface versioning
35       guidelines[1].
36

NOTES

38        1. the usual interface versioning guidelines
39           http://0pointer.de/blog/projects/versioning-dbus.html
40
41
42
43systemd 249                                            ORG.FREEDESKTOP.OOM1(5)
Impressum