This repository has been archived on 2024-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
cpuwatch/README.md
2023-11-08 08:48:42 +01:00

424 B

cpuwatch

Monitor CPU usage of a process matching a RegEx pattern

Usage of ./cpuwatch:
  -grace int
        Grace period in seconds after a notification is sent (default 300)
  -interval int
        Interval in seconds to check the processes (default 30)
  -regex string
        Regular expression to match process name
  -threshold float
        CPU usage threshold (default 66)