Tree
- Tree:
814e19078005a3bacf898c0d65a77b53d63408a0
- Date:
- Message:
- Add .gitignore
.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)