Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: iavf port stats now work in BESS #263

Merged
merged 2 commits into from Apr 27, 2021
Merged

Fix: iavf port stats now work in BESS #263

merged 2 commits into from Apr 27, 2021

Conversation

krsna1729
Copy link
Member

 # HELP upf_bytes_count Shows the number of bytes received by the UPF port
 # TYPE upf_bytes_count counter
 upf_bytes_count{dir="rx",iface="Access"} 2.721340866076e+12
 upf_bytes_count{dir="rx",iface="Core"} 2.711668992744e+12
 upf_bytes_count{dir="tx",iface="Access"} 1.937074248052e+12
 upf_bytes_count{dir="tx",iface="Core"} 5.31949604808e+11

 # HELP upf_dropped_count Shows the number of packets dropped on receive by the UPF port
 # TYPE upf_dropped_count counter
 upf_dropped_count{dir="rx",iface="Access"} 2.084059945e+09
 upf_dropped_count{dir="rx",iface="Core"} 7.81396192e+08
 upf_dropped_count{dir="tx",iface="Access"} 0
 upf_dropped_count{dir="tx",iface="Core"} 0

 # HELP upf_packets_count Shows the number of packets received by the UPF port
 # TYPE upf_packets_count counter
 upf_packets_count{dir="rx",iface="Access"} 5.24598359e+08
 upf_packets_count{dir="rx",iface="Core"} 1.843303614e+09
 upf_packets_count{dir="tx",iface="Access"} 1.843260648e+09
 upf_packets_count{dir="tx",iface="Core"} 5.24610368e+08

Signed-off-by: Saikrishna Edupuganti saikrishna.edupuganti@intel.com

```
 # HELP upf_bytes_count Shows the number of bytes received by the UPF port
 # TYPE upf_bytes_count counter
 upf_bytes_count{dir="rx",iface="Access"} 2.721340866076e+12
 upf_bytes_count{dir="rx",iface="Core"} 2.711668992744e+12
 upf_bytes_count{dir="tx",iface="Access"} 1.937074248052e+12
 upf_bytes_count{dir="tx",iface="Core"} 5.31949604808e+11
 # HELP upf_dropped_count Shows the number of packets dropped on receive by the UPF port
 # TYPE upf_dropped_count counter
 upf_dropped_count{dir="rx",iface="Access"} 2.084059945e+09
 upf_dropped_count{dir="rx",iface="Core"} 7.81396192e+08
 upf_dropped_count{dir="tx",iface="Access"} 0
 upf_dropped_count{dir="tx",iface="Core"} 0
 # HELP upf_packets_count Shows the number of packets received by the UPF port
 # TYPE upf_packets_count counter
 upf_packets_count{dir="rx",iface="Access"} 5.24598359e+08
 upf_packets_count{dir="rx",iface="Core"} 1.843303614e+09
 upf_packets_count{dir="tx",iface="Access"} 1.843260648e+09
 upf_packets_count{dir="tx",iface="Core"} 5.24610368e+08
```

Signed-off-by: Saikrishna Edupuganti <saikrishna.edupuganti@intel.com>
@krsna1729 krsna1729 requested a review from deepaks2 April 22, 2021 02:46
@krsna1729
Copy link
Member Author

@deepaks2 can verify this with ice?

@krsna1729 krsna1729 changed the title Fix: ice/iavf port stats now work in BESS Fix: iavf port stats now work in BESS Apr 22, 2021
@krsna1729 krsna1729 merged commit e3f53d5 into master Apr 27, 2021
@krsna1729 krsna1729 deleted the bess-ice-stats branch April 27, 2021 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants