Verification
To confirm the successful loading of the NMI watchdog based on PMC (PMU) after activation, run the following command within the VM:
1 | dmesg | grep "NMI watchdog" |
The output varies based on the watchdog type:
- For a successfully loaded SDEI watchdog, the following information is displayed:
1SDEI NMI watchdog: SDEI Watchdog registered successfully
- In virtualized environments, the SDEI watchdog is loaded by default but will fail. The following information is displayed:
SDEI NMI watchdog: Disable SDEI NMI Watchdog in VM
- For a successfully loaded NMI watchdog based on PMC (PMU), which is the sole viable option in virtualized environments, the following information is displayed:
1NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Parent topic: Usage