Blob


1 # apmtop
2 Monitor power-consuption-related statistics on OpenBSD.
4 ## Installation
5 ```sh
6 $ make
7 # make install
8 ```
10 ## TODO
11 - getopt(3)
12 - Better error handling
13 - Code looks a little ugly
14 - Bonus: calculate the cpuspeed() multiple times, between calls to update(),
15 and average the result, to make the measurments more precise
16 (cpuspeed can jump a lot, even within 100ms)
17 - Bonus: follow style(9)