Out Of Memory Killed Container
Home > Select Project > Container > Out Of Memory Killed Container
Through the Out Of Memory Killed Container menu, you can quickly search for containers where Out Of Memory (OOM) occurred, and you can check changes in the memory usage (abrupt or gradual) at each time. This allows an objective determination of the eligible number of PODs and the memory thresholds.
Example of OOM occurrence
Out Of Memory occurs when the container's memory usage exceeds its limit, or the node on which the container is running encounters an out-of-memory condition. If the container exits with the code 137
, it indicates that SIGKILL
has been received by Out Of Memory.
Basic screen guide
-
You can select a time zone to view by clicking the time selector at the upper left. You can search for up to 2 days.
-
It provides the OOM killed containers in the list format. For more information, see the following guide.
OOM killed container information
The columns in Out Of Memory Killed Container are as follows:
Columns | Meaning |
---|---|
OomKilledAt | Time stamp where Out Of Memory Killed occurred |
name | Container name |
podName | Name of the Pod to which the container belongs |
containerId | Container ID |
created | Time stamp generated by the container |
command | Container's execution command |
imageName | Container's image name |
onodeName | Node name on which the container is running |
state | Container status |
memLimit | Container's memory limit size |
namespace | Name of the namespace to which the container's Pod belongs |
memory_workingset | Actual memory in use, excluding the memory disabled in the container |