Linux自带了一个watchdog的实现,用于监视系统的运行,包括一个内核watchdogmodule和一个用户空间的watchdog程序。内核watchdog模块通过/dev/watchdog这个字符设备与用户空间通信。