Tree
- Tree:
e8d7167a44a5ab6b9f069c2da4c1cff73116e4dd
- Date:
- Message:
- Minor code unuglification
.gitignore | commits | blame |
LICENSE | commits | blame |
Makefile | commits | blame |
README.md | commits | blame |
apmtop.c | commits | blame |
README.md
# apmtop Monitor power-consuption-related statistics on OpenBSD. ## Installation ```sh $ make # make install ``` ## TODO - getopt(3) - Better error handling - Code looks a little ugly - 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)