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

Public Attributes | |
| int64_t | uptime_seconds {0} |
| System uptime in seconds. | |
| int64_t | idle_seconds {0} |
| Total idle time in seconds. | |
| std::chrono::system_clock::time_point | boot_time |
| System boot time. | |
| bool | available {false} |
| Whether uptime info is available. | |
System uptime information.
Definition at line 41 of file metrics_provider.h.
| bool kcenon::monitoring::platform::uptime_info::available {false} |
| std::chrono::system_clock::time_point kcenon::monitoring::platform::uptime_info::boot_time |
System boot time.
Definition at line 44 of file metrics_provider.h.
| int64_t kcenon::monitoring::platform::uptime_info::idle_seconds {0} |
| int64_t kcenon::monitoring::platform::uptime_info::uptime_seconds {0} |