c1626ef222
feat: lower loadavg threshold from 2.0 to 1.0 for triggering process listing in print_load
2024-12-11 20:06:49 +00:00
0508e85d30
style: reformat output spacing and alignment for improved readability
2024-12-11 20:04:54 +00:00
1377688ae0
style: replace raw ps aux with filtered and sorted process list in print_load
2024-12-11 20:04:49 +00:00
9fc380f11d
chore: bump minimum required Python version from 1.9 to 2.0 in setup.cfg
2024-12-11 19:58:01 +00:00
1bcb1741e9
feat: log ps aux output when system load exceeds configurable threshold
2024-12-11 19:51:59 +00:00
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