OOM killer in dmesg troubleshooting

Find OOM victims with human timestamps; -T avoids unreadable kernel ticks

dmesg -T | grep -iE 'killed process|out of memory' | tail
more troubleshooting all 32 commands →