Project

General

Profile

Actions

Bug #6722

open

dpdk: inconsistent stats reporting

Added by Victor Julien 3 months ago. Updated 3 months ago.

Status:
New
Priority:
Low
Assignee:
Target version:
Affected Versions:
Effort:
Difficulty:
Label:

Description

3 different ways to reflect thread/address/ports below. Would like to see a more unified way of outputting these:

Perf: dpdk: Port 0 (0000:01:00.0) - rx_good_packets: 367373375 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - rx_good_bytes: 450237095171 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - rx_missed_errors: 67662 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - rx_q0_packets: 10741694 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - rx_q0_bytes: 9902819512 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - rx_q1_packets: 42366326 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - rx_q1_bytes: 53165698770 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - rx_q2_packets: 17614502 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - rx_q2_bytes: 17219083421 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - rx_q3_packets: 105552595 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - rx_q3_bytes: 137410531720 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - rx_q4_packets: 117232677 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - rx_q4_bytes: 152260326507 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - rx_q5_packets: 73865581 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - rx_q5_bytes: 80278635241 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - rx_unicast_packets: 365806481 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - rx_unicast_bytes: 450076476718 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - rx_multicast_packets: 1479391 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - rx_multicast_bytes: 192219416 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - tx_multicast_packets: 142 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - tx_multicast_bytes: 9940 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - rx_broadcast_packets: 155207 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - rx_broadcast_bytes: 64066851 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - tx_phy_packets: 142 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - rx_phy_packets: 367441079 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - tx_phy_bytes: 10508 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - rx_phy_bytes: 451802527301 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: Port 0 (0000:01:00.0) - rx_out_of_buffer: 67662 [PrintDPDKPortXstats:source-dpdk.c:691]
Perf: dpdk: 0000:01:00.0: total RX stats: packets 367373375 bytes: 450237095171 missed: 67662 errors: 0 nombufs: 0 [ReceiveDPDKThreadExitStats:source-dpdk.c:718]
Perf: dpdk: (W#01-01:00.0) received packets 10741694 [ReceiveDPDKThreadExitStats:source-dpdk.c:728]
Perf: dpdk: (W#02-01:00.0) received packets 42366326 [ReceiveDPDKThreadExitStats:source-dpdk.c:728]
Perf: dpdk: (W#03-01:00.0) received packets 17614502 [ReceiveDPDKThreadExitStats:source-dpdk.c:728]
Perf: dpdk: (W#04-01:00.0) received packets 105552595 [ReceiveDPDKThreadExitStats:source-dpdk.c:728]
Perf: dpdk: (W#05-01:00.0) received packets 117232677 [ReceiveDPDKThreadExitStats:source-dpdk.c:728]
Perf: dpdk: (W#06-01:00.0) received packets 73865581 [ReceiveDPDKThreadExitStats:source-dpdk.c:728]

Actions #1

Updated by Victor Julien 3 months ago

  • Description updated (diff)
  • Assignee changed from OISF Dev to Lukas Sismis
  • Priority changed from Normal to Low
Actions

Also available in: Atom PDF