Advertisement
Guest User

pmd-stats-show

a guest
Oct 6th, 2023
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.82 KB | Software | 0 0
  1. [root@compute-dpdk-1 ~]# ovs-appctl dpif-netdev/pmd-stats-clear && sleep 10 && ovs-appctl dpif-netdev/pmd-stats-show | egrep 'core_id (21|63):' -A10
  2. pmd thread numa_id 0 core_id 21:
  3.   packets received: 5904128
  4.   packet recirculations: 0
  5.   avg. datapath passes per packet: 1.00
  6.   emc hits: 5904127
  7.   smc hits: 0
  8.   megaflow hits: 0
  9.   avg. subtable lookups per megaflow hit: 0.00
  10.   miss with success upcall: 1
  11.   miss with failed upcall: 0
  12.   avg. packets per output batch: 32.00
  13. --
  14. pmd thread numa_id 0 core_id 63:
  15.   packets received: 26
  16.   packet recirculations: 0
  17.   avg. datapath passes per packet: 1.00
  18.   emc hits: 0
  19.   smc hits: 0
  20.   megaflow hits: 21
  21.   avg. subtable lookups per megaflow hit: 2.29
  22.   miss with success upcall: 5
  23.   miss with failed upcall: 0
  24.   avg. packets per output batch: 1.04
  25. [root@compute-dpdk-1 ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement