Identify Spiking Kernel Threads
Learn how to identify spiking kernel threads.
We’ve already seen how to identify spiking user threads. In this lesson, we’ll learn how to identify spiking kernel threads.
Loading the core dump
We’ll start by loading the core dump:
crash dump.202206251950 ../KSym/vmlinux-5.10.0-10-amd64
The above command will output the following to the terminal:
Checking stack traces
Since this is a manual dump, we check stack traces on all CPUs.
...