Commit Graph
6 Commits
Author SHA1 Message Date
retoor 9fc380f11d chore: bump minimum required Python version from 1.9 to 2.0 in setup.cfg 2024-12-11 19:58:01 +00:00
retoor 1bcb1741e9 feat: log ps aux output when system load exceeds configurable threshold 2024-12-11 19:51:59 +00:00
retoor b8278230dc feat: raise load threshold from 0.2 to 1.0 before triggering ps aux capture
Adjust the load average threshold in print_load() from 0.2 to 1.0, reducing false positives while still capturing process-level diagnostics during meaningful system load events.
2024-12-11 19:51:45 +00:00
retoor 7feb427d79 feat: add ps aux dump on high load in print_load when 1min avg exceeds 0.2 2024-12-11 19:51:27 +00:00
retoor eedf21df3c fix: increase sleep interval in main loop from 30s to 59s for dot.c 2024-12-01 03:58:35 +00:00
retoor 2c1778cf2c chore: add clang-format config, Makefile, and dot.c system monitor scaffold 2024-12-01 03:54:43 +00:00