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

Public Attributes | |
| int64_t | uptime_seconds {0} |
| System uptime in seconds. | |
| int64_t | idle_seconds {0} |
| Total idle time in seconds. | |
| int64_t | boot_timestamp {0} |
| Unix timestamp of last boot. | |
| bool | available {false} |
| Whether uptime info is available. | |
Platform uptime information.
Definition at line 63 of file platform_metrics_collector.h.
| bool kcenon::monitoring::platform_uptime::available {false} |
Whether uptime info is available.
Definition at line 67 of file platform_metrics_collector.h.
Referenced by display_uptime_metrics().
| int64_t kcenon::monitoring::platform_uptime::boot_timestamp {0} |
Unix timestamp of last boot.
Definition at line 66 of file platform_metrics_collector.h.
Referenced by display_uptime_metrics().
| int64_t kcenon::monitoring::platform_uptime::idle_seconds {0} |
Total idle time in seconds.
Definition at line 65 of file platform_metrics_collector.h.
Referenced by display_uptime_metrics().
| int64_t kcenon::monitoring::platform_uptime::uptime_seconds {0} |
System uptime in seconds.
Definition at line 64 of file platform_metrics_collector.h.
Referenced by display_uptime_metrics().