Commit Graph

4 Commits

Author SHA1 Message Date
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
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
eedf21df3c fix: increase sleep interval in main loop from 30s to 59s for dot.c 2024-12-01 03:58:35 +00:00
2c1778cf2c chore: add clang-format config, Makefile, and dot.c system monitor scaffold 2024-12-01 03:54:43 +00:00