FD.io VPP  v17.10-9-gd594711
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...
 

Detailed Description

A collection of combined counters.

Definition at line 180 of file counter.h.

Field Documentation

vlib_counter_t** vlib_combined_counter_main_t::counters

Per-thread u64 non-atomic counter pairs.

Definition at line 182 of file counter.h.

u32 vlib_combined_counter_main_t::last_incremental_serialize_index

Last counter index serialized incrementally.

Definition at line 184 of file counter.h.

char* vlib_combined_counter_main_t::name

The counter collection's name.

Definition at line 185 of file counter.h.

vlib_counter_t* vlib_combined_counter_main_t::value_at_last_serialize

Counter values as of last serialize.

Definition at line 183 of file counter.h.


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