-
Type: New Feature
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
TIG 16 (06/24/16)
It'd be helpful when diagnosing out of memory errors to see which pids were killed by the oom killer on linux.
I believe something like:
dmesg | grep 'Out of memory: Kill process'
would work for detecting an oom kill, althought it would be useful to have the whole oom-killer log output. See: Understanding the Linux oom-killer's logs on stack overflow for what I'm talking about.
- is related to
-
SERVER-26349 Support running dmesg -T on platforms that require sudo
- Closed