1OOMCTL(1) oomctl OOMCTL(1)
2
3
4
6 oomctl - Analyze the state stored in systemd-oomd
7
9 oomctl [OPTIONS...] {COMMAND}
10
12 oomctl may be used to get information about the various contexts read
13 in by the systemd(1) userspace out-of-memory (OOM) killer, systemd-
14 oomd(8).
15
17 The following commands are understood:
18
19 dump
20 Show the current state of the cgroup(s) and system context(s)
21 stored by systemd-oomd.
22
24 The following options are understood:
25
26 -h, --help
27 Print a short help text and exit.
28
29 --version
30 Print a short version string and exit.
31
32 --no-pager
33 Do not pipe output into a pager.
34
36 On success, 0 is returned, a non-zero failure code otherwise.
37
39 systemd(1), systemd-oomd.service(8), oomd.conf(5)
40
41
42
43systemd 248 OOMCTL(1)