FD.io VPP  v21.06
Vector Packet Processing
vlib_combined_counter_main_t Struct Reference

A collection of combined counters. More...

+ Collaboration diagram for vlib_combined_counter_main_t:

Data Fields

vlib_counter_t ** counters
 Per-thread u64 non-atomic counter pairs. More...
 
char * name
 The counter collection's name. More...
 
char * stat_segment_name
 Name in stat segment directory. More...
 

Detailed Description

A collection of combined counters.

Definition at line 203 of file counter.h.

Field Documentation

◆ counters

vlib_counter_t** vlib_combined_counter_main_t::counters

Per-thread u64 non-atomic counter pairs.

Definition at line 205 of file counter.h.

◆ name

char* vlib_combined_counter_main_t::name

The counter collection's name.

Definition at line 206 of file counter.h.

◆ stat_segment_name

char* vlib_combined_counter_main_t::stat_segment_name

Name in stat segment directory.

Definition at line 207 of file counter.h.


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