Tree
- Tree:
760b35897fe197064cbf92e4d36fd43bc5ed88cc
- Date:
- Message:
- Minor changes
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)