![]() |
FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
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_t * | value_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... | |
| vlib_counter_t** vlib_combined_counter_main_t::counters |
| u32 vlib_combined_counter_main_t::last_incremental_serialize_index |
| char* vlib_combined_counter_main_t::name |
| char* vlib_combined_counter_main_t::stat_segment_name |
| vlib_counter_t* vlib_combined_counter_main_t::value_at_last_serialize |