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

#include <system_resource_collector.h>

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

Public Attributes

uint64_t total {0}
 
uint64_t per_sec {0}
 
uint64_t voluntary {0}
 
uint64_t nonvoluntary {0}
 

Detailed Description

Context switch metrics

Definition at line 174 of file system_resource_collector.h.

Member Data Documentation

◆ nonvoluntary

uint64_t kcenon::monitoring::system_resources::context_switch_metrics::nonvoluntary {0}
Examples
system_collectors_example.cpp.

Definition at line 178 of file system_resource_collector.h.

178{0};

Referenced by display_system_metrics().

◆ per_sec

uint64_t kcenon::monitoring::system_resources::context_switch_metrics::per_sec {0}
Examples
system_collectors_example.cpp.

Definition at line 176 of file system_resource_collector.h.

176{0};

Referenced by display_system_metrics().

◆ total

uint64_t kcenon::monitoring::system_resources::context_switch_metrics::total {0}
Examples
system_collectors_example.cpp.

Definition at line 175 of file system_resource_collector.h.

175{0};

Referenced by display_system_metrics().

◆ voluntary

uint64_t kcenon::monitoring::system_resources::context_switch_metrics::voluntary {0}
Examples
system_collectors_example.cpp.

Definition at line 177 of file system_resource_collector.h.

177{0};

Referenced by display_system_metrics().


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