A collection of simple counters.
More...
A collection of simple counters.
Definition at line 57 of file counter.h.
◆ counters
counter_t** vlib_simple_counter_main_t::counters |
Per-thread u64 non-atomic counters.
Definition at line 59 of file counter.h.
◆ last_incremental_serialize_index
u32 vlib_simple_counter_main_t::last_incremental_serialize_index |
Last counter index serialized incrementally.
Definition at line 61 of file counter.h.
◆ name
char* vlib_simple_counter_main_t::name |
The counter collection's name.
Definition at line 64 of file counter.h.
◆ stat_segment_name
char* vlib_simple_counter_main_t::stat_segment_name |
Name in stat segment directory.
Definition at line 65 of file counter.h.
◆ value_at_last_serialize
counter_t* vlib_simple_counter_main_t::value_at_last_serialize |
Values as of last serialize.
Definition at line 60 of file counter.h.
The documentation for this struct was generated from the following file: