-
Notifications
You must be signed in to change notification settings - Fork 36
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
add -I option for watch peak traffic, add --phy option for RDMA #11
base: master
Are you sure you want to change the base?
Conversation
Thank you for adding this! I was looking for a way to monitor RDMA traffic and this is working well. I'm using Mellanox NIC on Rocky 9.1 with inbox driver. |
Can you share your ib/net device name? |
Sure, it's called |
Thanks. |
Sorry, I don’t know what command you’re talking about. |
Just run the foll
nload --list-props
Elliott Balsley ***@***.***> 于2023年4月11日周二 22:14写道:
… Sorry, I don’t know what command you’re talking about.
—
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZ6PHRQ4S7GGLKUSW73NDTXAVRMTANCNFSM4VXJ3NWQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Ah ok here ya go. This is a dual-port Mellanox plus onboard NICs. |
Interesting to see this, because I have a similar implementation (for infiniband) that I did years ago in version 0.7.4. |
add -I option, show traffic stats of each interval instead of one second.
Which is useful for watch peak traffic.
add --phy option, show traffic stats of phy(nic) rx/tx bytes instead of rx/tx bytes.
Which is useful for RDMA card.