FD.io VPP  v16.12-rc0-308-g931be3a
Vector Packet Processing
vlib_simple_counter_main_t Struct Reference

A collection of simple counters. More...

Data Fields

u16 ** minis
 Per-thread u16 non-atomic counters. More...
 
u64maxi
 Shared wide counters. More...
 
u64value_at_last_clear
 Counter values as of last clear. More...
 
u64value_at_last_serialize
 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 simple counters.

Definition at line 59 of file counter.h.

Field Documentation

u32 vlib_simple_counter_main_t::last_incremental_serialize_index

Last counter index serialized incrementally.

Definition at line 65 of file counter.h.

u64* vlib_simple_counter_main_t::maxi

Shared wide counters.

Definition at line 62 of file counter.h.

u16** vlib_simple_counter_main_t::minis

Per-thread u16 non-atomic counters.

Definition at line 61 of file counter.h.

char* vlib_simple_counter_main_t::name

The counter collection's name.

Definition at line 68 of file counter.h.

u64* vlib_simple_counter_main_t::value_at_last_clear

Counter values as of last clear.

Definition at line 63 of file counter.h.

u64* vlib_simple_counter_main_t::value_at_last_serialize

Values as of last serialize.

Definition at line 64 of file counter.h.


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