ps faux | grep watchdog should give you a hint of what's alive, although that won't tell you if it's hung or deadlocked (which was usually what happened).
That could only be diagnosed by watching the logs live (showlog -f), which pretty much means over SSH, since the UI needs to be free to be used 'normally'

.