Tree
- Tree:
dda15fd7406e8e6654ba361f6b556b8419f8dff6
- Date:
- Message:
- implement command-line argument parsing
.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 - apmtop.1 - 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)