Difference between revisions of "Plugin:Battery"
From collectd Wiki
Lekensteyn (talk | contribs) (note sysfs support) |
m (Add manpage link to battery plugin page) |
||
Line 7: | Line 7: | ||
| Copyright=''2006–2014'' Florian octo Forster<br>''2008'' Michał Mirosław<br>''2014'' Andy Parkins | | Copyright=''2006–2014'' Florian octo Forster<br>''2008'' Michał Mirosław<br>''2014'' Andy Parkins | ||
| License={{GPLv2}} | | License={{GPLv2}} | ||
− | | Manpage= | + | | Manpage={{Manpage|collectd.conf|5|plugin_amqp}} |
}} | }} | ||
The '''Battery plugin''' collects the battery's charge, the drawn current and the battery's voltage. Right now the plugin works with ACPI- and PMU-batteries under Linux and under Mac OS X. | The '''Battery plugin''' collects the battery's charge, the drawn current and the battery's voltage. Right now the plugin works with ACPI- and PMU-batteries under Linux and under Mac OS X. |
Latest revision as of 20:14, 12 March 2020
Battery plugin | |
---|---|
Type: | read |
Callbacks: | init, read |
Status: | supported |
First version: | 3.7 |
Copyright: | 2006–2014 Florian octo Forster 2008 Michał Mirosław 2014 Andy Parkins |
License: | GPLv2 |
Manpage: | collectd.conf(5) |
List of Plugins |
The Battery plugin collects the battery's charge, the drawn current and the battery's voltage. Right now the plugin works with ACPI- and PMU-batteries under Linux and under Mac OS X.
Example graphs
Dependencies
- Linux uses one of these sources (first match):
- sysfs filesystem with
/sys/class/power_supply
(available since collectd 5.4.2). - proc filesystem with
/proc/acpi/battery
- proc filesystem with
/proc/pmu
.
- sysfs filesystem with
- Mac OS X
-
IOKit
(Part of Mac OS X.)
-