# apmtop
Monitor power-consuption-related statistics on OpenBSD.
## Installation
```sh
$ make
# make install
```
## Keybindings
```
q = quit
1-5 = hide/unhide panels
+/- = increase/decrease delay
SPACE = pause/resume
```
## TODO
- man page
- Better error handling
- Code looks a little ugly
- Add Farenheit mode, for people with a lot of freedom
- 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)