Blob
1 # apmtop2 Monitor power-consuption-related statistics on OpenBSD.4 ## Installation5 ```sh6 $ make7 # make install8 ```10 ## TODO11 - getopt(3)12 - Better error handling13 - Code looks a little ugly14 - Bonus: calculate the cpuspeed() multiple times, between calls to update(),15 and average the result, to make the measurments more precise16 (cpuspeed can jump a lot, even within 100ms)17 - Bonus: follow style(9)