- Description:
- Monitor power consumption related statistics on OpenBSD
- Owner:
- Last Change:
- Clone URL:
ssh://anon@stuerz.xyz:2269/apmtop.git
Commit Briefs
Fix `make install` (main, tags/0.3.1)
Add man page (tags/0.3)
Minor fixes
- Fix temperature reporting - Fix screen blinking on xterm Thanks to Omar Polo.
Minor changes (tags/0.2)
minor changes (tags/0.1)
Branches
Tree
.gitignore | commits | blame |
LICENSE | commits | blame |
Makefile | commits | blame |
README.md | commits | blame |
apmtop.1 | commits | blame |
apmtop.c | commits | blame |
README.md
# apmtop Monitor power-consuption-related statistics on OpenBSD. ## Installation ```sh $ make # make install ``` ## Keybindings ``` q = quit 1-5 = hide/unhide panels +/- = increase/decrease delay SPACE = pause/resume ``` ## TODO - man page - Better error handling - Code looks a little ugly - Add Farenheit mode, for people with a lot of freedom - Bonus: calculate the cpuspeed() multiple times, between calls to update(), and average the result, to make the measurments more precise (cpuspeed can jump a lot, even within 100ms) - Bonus: follow style(9)