FD.io VPP  v19.04.3-1-gdfec10d13
Vector Packet Processing
vlib_node_stats_t Struct Reference

Data Fields

u64 calls
 
u64 vectors
 
u64 clocks
 
u64 suspends
 
u64 max_clock
 
u64 max_clock_n
 
u64 perf_counter0_ticks
 
u64 perf_counter1_ticks
 
u64 perf_counter_vectors
 

Detailed Description

Definition at line 229 of file node.h.

Field Documentation

◆ calls

u64 vlib_node_stats_t::calls

Definition at line 232 of file node.h.

◆ clocks

u64 vlib_node_stats_t::clocks

Definition at line 232 of file node.h.

◆ max_clock

u64 vlib_node_stats_t::max_clock

Definition at line 233 of file node.h.

◆ max_clock_n

u64 vlib_node_stats_t::max_clock_n

Definition at line 234 of file node.h.

◆ perf_counter0_ticks

u64 vlib_node_stats_t::perf_counter0_ticks

Definition at line 235 of file node.h.

◆ perf_counter1_ticks

u64 vlib_node_stats_t::perf_counter1_ticks

Definition at line 236 of file node.h.

◆ perf_counter_vectors

u64 vlib_node_stats_t::perf_counter_vectors

Definition at line 237 of file node.h.

◆ suspends

u64 vlib_node_stats_t::suspends

Definition at line 232 of file node.h.

◆ vectors

u64 vlib_node_stats_t::vectors

Definition at line 232 of file node.h.


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