|
Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
|
Power consumption information. More...
#include <metrics_provider.h>

Public Attributes | |
| double | power_watts {0.0} |
| Current power consumption in watts. | |
| double | voltage_volts {0.0} |
| Voltage in volts. | |
| double | current_amps {0.0} |
| Current in amps. | |
| std::string | source |
| Power source (AC, battery, etc.) | |
| bool | available {false} |
| Whether info is available. | |
Power consumption information.
Definition at line 131 of file metrics_provider.h.
| bool kcenon::monitoring::platform::power_info::available {false} |
| double kcenon::monitoring::platform::power_info::current_amps {0.0} |
| double kcenon::monitoring::platform::power_info::power_watts {0.0} |
| std::string kcenon::monitoring::platform::power_info::source |
Power source (AC, battery, etc.)
Definition at line 135 of file metrics_provider.h.
| double kcenon::monitoring::platform::power_info::voltage_volts {0.0} |