Blob


1 # apmtop
2 Monitor power-consuption-related statistics on OpenBSD.
4 ## Installation
5 ```sh
6 $ make
7 # make install
8 ```
10 ## Keybindings
11 ```
12 q = quit
13 1-5 = hide/unhide panels
14 +/- = increase/decrease delay
15 SPACE = pause/resume
16 ```
18 ## TODO
19 - man page
20 - Better error handling
21 - Code looks a little ugly
22 - Add Farenheit mode, for people with a lot of freedom
23 - Bonus: calculate the cpuspeed() multiple times, between calls to update(),
24 and average the result, to make the measurments more precise
25 (cpuspeed can jump a lot, even within 100ms)
26 - Bonus: follow style(9)