Lines Matching refs:OOM
4 oomkill is a simple program that traces the Linux out-of-memory (OOM) killer,
5 and shows basic details on one line per OOM kill:
9 21:03:39 Triggered by PID 3297 ("ntpd"), OOM kill of PID 22516 ("perl"), 3850642 pages, loadavg: 0.…
10 21:03:48 Triggered by PID 22517 ("perl"), OOM kill of PID 22517 ("perl"), 3850642 pages, loadavg: 0…
12 The first line shows that PID 22516, with process name "perl", was OOM killed
13 when it reached 3850642 pages (usually 4 Kbytes per page). This OOM kill
17 The system log (dmesg) shows pages of details and system context about an OOM
19 changing over time. I've seen OOM kills where I wanted to know if the system
21 workload that triggered the OOM event. oomkill provides some context: at the
29 the time of the OOM kill.
33 consuming process that exhausts system memory and is OOM killed: