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

#include <system_resource_collector.h>

Collaboration diagram for kcenon::monitoring::system_resources::process_metrics:
Collaboration graph

Public Attributes

size_t count {0}
 
size_t thread_count {0}
 
size_t handle_count {0}
 
size_t open_file_descriptors {0}
 

Detailed Description

Process-related metrics

Definition at line 164 of file system_resource_collector.h.

Member Data Documentation

◆ count

size_t kcenon::monitoring::system_resources::process_metrics::count {0}
Examples
system_collectors_example.cpp.

Definition at line 165 of file system_resource_collector.h.

165{0};

Referenced by display_system_metrics().

◆ handle_count

size_t kcenon::monitoring::system_resources::process_metrics::handle_count {0}
Examples
system_collectors_example.cpp.

Definition at line 167 of file system_resource_collector.h.

167{0};

Referenced by display_system_metrics().

◆ open_file_descriptors

size_t kcenon::monitoring::system_resources::process_metrics::open_file_descriptors {0}
Examples
system_collectors_example.cpp.

Definition at line 168 of file system_resource_collector.h.

168{0};

Referenced by display_system_metrics().

◆ thread_count

size_t kcenon::monitoring::system_resources::process_metrics::thread_count {0}
Examples
system_collectors_example.cpp.

Definition at line 166 of file system_resource_collector.h.

166{0};

Referenced by display_system_metrics().


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