FD.io VPP  v21.06
Vector Packet Processing
vlib_simple_counter_main_t Struct Reference

A collection of simple counters. More...

Data Fields

counter_t ** counters
 Per-thread u64 non-atomic counters. More...
 
char * name
 The counter collection's name. More...
 
char * stat_segment_name
 Name in stat segment directory. More...
 

Detailed Description

A collection of simple counters.

Definition at line 57 of file counter.h.

Field Documentation

◆ counters

counter_t** vlib_simple_counter_main_t::counters

Per-thread u64 non-atomic counters.

Definition at line 59 of file counter.h.

◆ name

char* vlib_simple_counter_main_t::name

The counter collection's name.

Definition at line 60 of file counter.h.

◆ stat_segment_name

char* vlib_simple_counter_main_t::stat_segment_name

Name in stat segment directory.

Definition at line 61 of file counter.h.


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