2 c440ada7 2024-01-04 benni Monitor power-consuption-related statistics on OpenBSD.
4 c440ada7 2024-01-04 benni ## Installation
7 c440ada7 2024-01-04 benni # make install
10 048144dd 2024-01-04 benni ## Keybindings
13 048144dd 2024-01-04 benni 1-5 = hide/unhide panels
14 048144dd 2024-01-04 benni +/- = increase/decrease delay
15 048144dd 2024-01-04 benni SPACE = pause/resume
20 c440ada7 2024-01-04 benni - Better error handling
21 c440ada7 2024-01-04 benni - Code looks a little ugly
22 048144dd 2024-01-04 benni - Add Farenheit mode, for people with a lot of freedom
23 c440ada7 2024-01-04 benni - Bonus: calculate the cpuspeed() multiple times, between calls to update(),
24 c440ada7 2024-01-04 benni and average the result, to make the measurments more precise
25 c440ada7 2024-01-04 benni (cpuspeed can jump a lot, even within 100ms)
26 c440ada7 2024-01-04 benni - Bonus: follow style(9)