FD.io VPP  v19.08.1-401-g8e4ed521a
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...
 
vlib_counter_tvalue_at_last_serialize
 Counter values as of last serialize. More...
 
u32 last_incremental_serialize_index
 Last counter index serialized incrementally. 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 188 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 190 of file counter.h.

◆ last_incremental_serialize_index

u32 vlib_combined_counter_main_t::last_incremental_serialize_index

Last counter index serialized incrementally.

Definition at line 192 of file counter.h.

◆ name

char* vlib_combined_counter_main_t::name

The counter collection's name.

Definition at line 193 of file counter.h.

◆ stat_segment_name

char* vlib_combined_counter_main_t::stat_segment_name

Name in stat segment directory.

Definition at line 194 of file counter.h.

◆ value_at_last_serialize

vlib_counter_t* vlib_combined_counter_main_t::value_at_last_serialize

Counter values as of last serialize.

Definition at line 191 of file counter.h.


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