Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
Loading...
Searching...
No Matches
kcenon::monitoring::platform::fd_info Struct Reference

File descriptor statistics. More...

#include <metrics_provider.h>

Collaboration diagram for kcenon::monitoring::platform::fd_info:
Collaboration graph

Public Attributes

uint64_t open_fds {0}
 Currently open file descriptors.
 
uint64_t max_fds {0}
 Maximum file descriptors allowed.
 
double usage_percent {0.0}
 FD usage percentage.
 
bool available {false}
 Whether info is available.
 

Detailed Description

File descriptor statistics.

Definition at line 65 of file metrics_provider.h.

Member Data Documentation

◆ available

bool kcenon::monitoring::platform::fd_info::available {false}

Whether info is available.

Definition at line 69 of file metrics_provider.h.

69{false};

◆ max_fds

uint64_t kcenon::monitoring::platform::fd_info::max_fds {0}

Maximum file descriptors allowed.

Definition at line 67 of file metrics_provider.h.

67{0};

◆ open_fds

uint64_t kcenon::monitoring::platform::fd_info::open_fds {0}

Currently open file descriptors.

Definition at line 66 of file metrics_provider.h.

66{0};

◆ usage_percent

double kcenon::monitoring::platform::fd_info::usage_percent {0.0}

FD usage percentage.

Definition at line 68 of file metrics_provider.h.

68{0.0};

The documentation for this struct was generated from the following file: