FD.io VPP  v19.01.3-6-g70449b9b9
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_counter_ticks
 
u64 perf_counter_vectors
 

Detailed Description

Definition at line 255 of file node.h.

Field Documentation

◆ calls

u64 vlib_node_stats_t::calls

Definition at line 258 of file node.h.

◆ clocks

u64 vlib_node_stats_t::clocks

Definition at line 258 of file node.h.

◆ max_clock

u64 vlib_node_stats_t::max_clock

Definition at line 259 of file node.h.

◆ max_clock_n

u64 vlib_node_stats_t::max_clock_n

Definition at line 260 of file node.h.

◆ perf_counter_ticks

u64 vlib_node_stats_t::perf_counter_ticks

Definition at line 261 of file node.h.

◆ perf_counter_vectors

u64 vlib_node_stats_t::perf_counter_vectors

Definition at line 262 of file node.h.

◆ suspends

u64 vlib_node_stats_t::suspends

Definition at line 258 of file node.h.

◆ vectors

u64 vlib_node_stats_t::vectors

Definition at line 258 of file node.h.


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