check_oom_events
Check kernel logs for Linux Out-Of-Memory (OOM) Killer events to identify terminated processes, PIDs, and RSS memory usage. Set a limit to retrieve recent incidents.
Instructions
Inspect kernel logs for Linux Out-Of-Memory (OOM) Killer invocations.
Surfaces terminated processes, PIDs, and consumed RSS memory at time of termination.
Args: limit: Maximum number of recent OOM events to return (1 to 50, default 10).
Returns: JSON string with detected OOM incidents and diagnostic summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |