It will notify you before the battery is draining too fast like a prophet.
The monitor will collect the cpu usage information, if the median of cpu usage is bigger than threshold during the sliding window time, it will send a notification to you about the process id and command name, so you can kill the process.
- macos mail app high cpu usage
- forget to close the benchmark process
- notify when the process is draining too fast
- silent time for compiling
- kill the process manually
- downloaded the latest version from release page
- unzip the package
- click
dmonitor-x.x.x.dmg
to install. - open the app and set for unidentified developer
- turn on the monitor in the menu bar
Linux | macOS | Win |
---|---|---|
❓ | ✅ | ℹ️ |
✅ = Working
ℹ️ = Not Accurate
❓ = Should Work
❌ = Not Working
- electron.js
- node.js >= 16
- nvm to manager node version
- open a issue if it does not exist
- fork the repo
- create the branch like
feature/issue#1_xxxx
orbugfix/issue#1_xxx
- pull request if you finished it.