7 comments (7 comments)0 reactions (0 reactions)0 assignees (0 assignees)C4,073 forks (4,073 forks)batch import
enhancementgood first issuenew option
Repository metrics
- Stars
- 22,632 stars (22,632 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
Is it possible to get an application level stack trace on oomkill? Are there any examples of how I might write a script to do something like that?
Contributor guide
- Research direction
- Look into BPF tools in bcc for tracing OOM killer events. Check existing tools like 'oomkill' in bcc/tools/ for examples. Understand how to attach a BPF program to trace kill() or similar functions to capture process stack traces on OOM.
- Tech stack
- c
- Domain
- observabilityinfrastructure
- Issue type
- Feature
- Prerequisites
- Linux