Commit Graph
9 Commits
Author SHA1 Message Date
retoor bc6936c288 feat: adjust minimum threshold for lower limit validation in config parser 2024-12-11 20:06:49 +00:00
retoor aa6c324eba style: improve output formatting for cleaner and more readable display 2024-12-11 20:04:54 +00:00
retoor 309d06e850 style: improve output formatting for better readability and visual clarity 2024-12-11 20:04:49 +00:00
retoor f0dc744841 chore: bump minimum required Python version from 1.9 to 2.0 in setup.cfg 2024-12-11 19:58:01 +00:00
retoor 06671aef0e feat: push ps aux output to logs when system load exceeds threshold 2024-12-11 19:51:59 +00:00
retoor ae340a1888 feat: push ps aux output when system load exceeds threshold
Add logic to capture and push the output of `ps aux` command whenever the system load average surpasses a predefined high threshold. This enables real-time monitoring of process-level resource usage during peak load events.
2024-12-11 19:51:45 +00:00
retoor 43b6704cb5 feat: push ps aux output when system load exceeds threshold 2024-12-11 19:51:27 +00:00
retoor 00eac90468 fix: adjust delay value in retry logic to 500ms for improved responsiveness 2024-12-01 03:58:35 +00:00
retoor ee7e40bbca chore: initialize project structure with empty repository scaffold 2024-12-01 03:54:43 +00:00