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

Public Attributes | |
| uint64_t | rx_buffer_size {0} |
| Receive buffer size. | |
| uint64_t | tx_buffer_size {0} |
| Transmit buffer size. | |
| uint64_t | rx_buffer_used {0} |
| Receive buffer used. | |
| uint64_t | tx_buffer_used {0} |
| Transmit buffer used. | |
| bool | available {false} |
| Whether info is available. | |
Platform socket buffer statistics.
Definition at line 103 of file platform_metrics_collector.h.
| bool kcenon::monitoring::platform_socket_info::available {false} |
Whether info is available.
Definition at line 108 of file platform_metrics_collector.h.
Referenced by display_socket_info().
| uint64_t kcenon::monitoring::platform_socket_info::rx_buffer_size {0} |
Receive buffer size.
Definition at line 104 of file platform_metrics_collector.h.
Referenced by display_socket_info().
| uint64_t kcenon::monitoring::platform_socket_info::rx_buffer_used {0} |
Receive buffer used.
Definition at line 106 of file platform_metrics_collector.h.
Referenced by display_socket_info().
| uint64_t kcenon::monitoring::platform_socket_info::tx_buffer_size {0} |
Transmit buffer size.
Definition at line 105 of file platform_metrics_collector.h.
Referenced by display_socket_info().
| uint64_t kcenon::monitoring::platform_socket_info::tx_buffer_used {0} |
Transmit buffer used.
Definition at line 107 of file platform_metrics_collector.h.
Referenced by display_socket_info().