watchdogd icon indicating copy to clipboard operation
watchdogd copied to clipboard

Advanced system monitor & process supervisor for Linux

Results 5 watchdogd issues
Sort by recently updated
recently updated
newest added

Some systems have multiple watchdogs, sometimes one per CPU core. Some device nodes only have the capability to report boot status, and some don't support anything but kick, e.g. gpio_wdt.c....

Hi For detecting thrashing I think it could be useful to monitor the memory pressure. > ``` > some avg10=0.00 avg60=0.00 avg300=0.00 total=0 > full avg10=0.00 avg60=0.00 avg300=0.00 total=0 >...

Hello, First, I want to thank you for this great library :) I mainly use it in a C application and I was looking for a way to get a...

It seems like it comes as a return from the `script_exit_status(g->pid);` check at the time when the script is still running. This is being called from `static void generic_cb(uev_t *w,...

I thought it would be useful to have a list of subscribed clients and get some status information about them. So I added a new supervisor cmd to log that...