Blob
1 # apmtop2 Monitor power-consuption-related statistics on OpenBSD.4 ## Installation5 ```sh6 $ make7 # make install8 ```10 ## Keybindings11 ```12 q = quit13 1-5 = hide/unhide panels14 +/- = increase/decrease delay15 SPACE = pause/resume16 ```18 ## TODO19 - man page20 - Better error handling21 - Code looks a little ugly22 - Add Farenheit mode, for people with a lot of freedom23 - Bonus: calculate the cpuspeed() multiple times, between calls to update(),24 and average the result, to make the measurments more precise25 (cpuspeed can jump a lot, even within 100ms)26 - Bonus: follow style(9)