7 comments (7 comments)0 reactions (0 reactions)0 assignees (0 assignees)C4,065 forks (4,065 forks)batch import
enhancementgood first issuenew option
Repository metrics
- Stars
- 22,620 stars (22,620 stars)
- PR merge metrics
- Avg merge 12d 6h (Avg merge 12d 6h)12 merged PRs in 30d (12 merged PRs in 30d)
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