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

Context switch information for the current process. More...

#include <process_metrics_collector.h>

Collaboration diagram for kcenon::monitoring::process_context_switch_info:
Collaboration graph

Public Attributes

uint64_t voluntary_switches {0}
 
uint64_t nonvoluntary_switches {0}
 
uint64_t total_switches {0}
 

Detailed Description

Context switch information for the current process.

Definition at line 92 of file process_metrics_collector.h.

Member Data Documentation

◆ nonvoluntary_switches

uint64_t kcenon::monitoring::process_context_switch_info::nonvoluntary_switches {0}

Definition at line 94 of file process_metrics_collector.h.

94{0};

◆ total_switches

uint64_t kcenon::monitoring::process_context_switch_info::total_switches {0}

Definition at line 95 of file process_metrics_collector.h.

95{0};

◆ voluntary_switches

uint64_t kcenon::monitoring::process_context_switch_info::voluntary_switches {0}

Definition at line 93 of file process_metrics_collector.h.

93{0};

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