cadvisor/utils/oomparser
Euan Kemp fe722c7b02 oomparser: don't get stuck for certain processes
The oomparser logic would end up stuck, unable to detect the end of a
given oom trace, for any process with a name that didn't match \w+.

This includes processes like 'python3.4' due to the '.', or
'docker-containerd' due to the '-'.

This fix was included in pr #1544 last year, but since that PR seems
dead it seems like a good idea to break this more important fix out.

I've updated the tests such that they would have caught this issue.
2017-08-01 16:21:31 -07:00
..
oomexample adding systemd oomparser functionality 2015-03-24 12:33:57 -07:00
containerOomExampleLog.txt Added a test file for oomparser 2015-01-30 10:24:08 -08:00
oomparser_test.go oomparser: don't get stuck for certain processes 2017-08-01 16:21:31 -07:00
oomparser.go oomparser: don't get stuck for certain processes 2017-08-01 16:21:31 -07:00
systemOomExampleLog.txt Added a test file for oomparser 2015-01-30 10:24:08 -08:00