FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
thread data More...
Data Fields | |
u32 | id |
u8 | name [64] |
u8 | type [64] |
u32 | pid |
u32 | cpu_id |
u32 | core |
u32 | cpu_socket |
thread data
id | - thread index |
name | - thread name i.e. vpp_main or vpp_wk_0 |
type | - thread type i.e. workers or stats |
pid | - thread Process Id |
cpu_id | - thread pinned to cpu. "CPUs or Logical cores are the number of physical cores times the number of threads that can run on each core through the use of hyperthreading." (from unix.stackexchange.com) |
core | - thread pinned to actual physical core. |
cpu_socket | - thread is running on which cpu socket. |