File | Date | Author | Commit |
---|---|---|---|
LICENSE | 2018-03-03 |
![]() |
[6c9c29] Initial commit |
README.md | 2018-03-04 |
![]() |
[772e59] Update README.md |
Limits CPU power to applications.
User defined rules consisting of condition and action to limit CPU for specific processes. Condition consists of:
* AND list of processes (wildcard supported)
* status of listed processes (running or not running)
* state of listed processes in case of running status (any state, foreground, background)
* optional status of internet connection
Action consists of:
* list of processes to limit CPU (wildcard supported)
* percentage CPU limit (per target process)
* or suspend target processes
* delay in seconds to apply action