2 d2618eef 2024-01-11 benni .\" Copyright (c) 2023 Benjamin Stürz
4 d2618eef 2024-01-11 benni .\" Permission to use, copy, modify, and distribute this software for any
5 d2618eef 2024-01-11 benni .\" purpose with or without fee is hereby granted, provided that the above
6 d2618eef 2024-01-11 benni .\" copyright notice and this permission notice appear in all copies.
8 d2618eef 2024-01-11 benni .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 d2618eef 2024-01-11 benni .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 d2618eef 2024-01-11 benni .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11 d2618eef 2024-01-11 benni .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 d2618eef 2024-01-11 benni .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 d2618eef 2024-01-11 benni .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14 d2618eef 2024-01-11 benni .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 d2618eef 2024-01-11 benni .Dd $Mdocdate$
17 d2618eef 2024-01-11 benni .Dt APMTOP 1
21 d2618eef 2024-01-11 benni .Nd monitor power-usage-related statistics
22 d2618eef 2024-01-11 benni .Sh SYNOPSIS
24 d2618eef 2024-01-11 benni .Op Fl d Ar delay
26 d2618eef 2024-01-11 benni .Sh DESCRIPTION
28 d2618eef 2024-01-11 benni is a little utility useful for monitoring power-usage-related statistics.
30 d2618eef 2024-01-11 benni .Sy Note: This program is still in development and will change.
32 d2618eef 2024-01-11 benni The options are as follows:
33 d2618eef 2024-01-11 benni .Bl -tag -width -Ds
34 d2618eef 2024-01-11 benni .It Fl d Ar delay
35 d2618eef 2024-01-11 benni The refresh delay in tenths of seconds. (default: 10)
37 d2618eef 2024-01-11 benni Print the version of apmtop(1) and exit.
40 d2618eef 2024-01-11 benni .Bl -tag -width 8n
41 d2618eef 2024-01-11 benni The keybindings are as follows:
43 d2618eef 2024-01-11 benni Quit the program.
45 d2618eef 2024-01-11 benni Show/hide panes 1 through 5.
47 d2618eef 2024-01-11 benni Increase/decrease delay.
48 d2618eef 2024-01-11 benni .It Ar (space)
49 d2618eef 2024-01-11 benni Pause/resume measuring.
52 d2618eef 2024-01-11 benni .Bl -bullet
54 d2618eef 2024-01-11 benni Fancier graphs using Unicode characters.
56 d2618eef 2024-01-11 benni Being able to specify which sensors to use,
58 d2618eef 2024-01-11 benni or just show all sensors.
60 d2618eef 2024-01-11 benni Show a warning instead of showing -1 (or similar), when a sensor is missing.
62 d2618eef 2024-01-11 benni Show something, when min=max.
64 d2618eef 2024-01-11 benni Put an empty line before the keybindings-subsection.
66 d2618eef 2024-01-11 benni .Sh EXIT STATUS
68 d2618eef 2024-01-11 benni .Sh SEE ALSO
69 d2618eef 2024-01-11 benni .Xr apm 8 ,
70 d2618eef 2024-01-11 benni .Xr sysctl 8 ,
72 d2618eef 2024-01-11 benni .Sh COMPATIBILITY
73 d2618eef 2024-01-11 benni OpenBSD does not support all kinds of temperature/power/battery sensors.
74 d2618eef 2024-01-11 benni So, make sure that you actually have the sensors you want to measure.
75 d2618eef 2024-01-11 benni This can be done, by comparing apmtop's graphs with the output of the following command:
77 d2618eef 2024-01-11 benni .Dl $ sysctl hw.sensors
79 d2618eef 2024-01-11 benni If you still think, that apmtop(1) shows incorrect data,
80 d2618eef 2024-01-11 benni please contact the maintainer.
81 d2618eef 2024-01-11 benni .Sh AUTHORS
82 d2618eef 2024-01-11 benni .An Benjamin Stürz Aq Mt benni@stuerz.xyz