Tree


.gitignorecommits | blame
LICENSEcommits | blame
Makefilecommits | blame
README.mdcommits | blame
apmtop.ccommits | blame

README.md

# apmtop
Monitor power-consuption-related statistics on OpenBSD.

## Installation
```sh
$ make
# make install
```

## TODO
- getopt(3)
- Better error handling
- Code looks a little ugly
- 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)