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

Add uperf throughput-delta-pct stats to detect UDP drops #61

Closed

Conversation

HughNhan
Copy link
Contributor

@HughNhan HughNhan commented Jan 30, 2024

Problem description:
In UPERF stream, the primary metric is the Gbps , the time-series of Tx byte counts. When UDP, viewing Gbps alone we do not see packet loss, and therefore may miss the picture.

timestamp_ms:1701713174720.9150 name:Txn3 nr_bytes:0 nr_ops:110
-------------------------------------------------------------------------------
timestamp_ms:1701713174720.9255 name:Total nr_bytes:919244111872 nr_ops:1795398830
Netstat statistics for this run
-------------------------------------------------------------------------------
Nic       opkts/s     ipkts/s      obits/s      ibits/s
eth0     13951267           0    60.27Gb/s     28.25b/s
-------------------------------------------------------------------------------
Run Statistics
Hostname            Time       Data   Throughput   Operations      Errors
-------------------------------------------------------------------------------
10.131.0.220     122.32s    92.84GB     6.52Gb/s    194709184        0.00
master           122.32s   856.11GB    60.12Gb/s   1795398848        0.00
-------------------------------------------------------------------------------
Difference(%)     -0.00%     89.16%       89.16%      89.16%       0.00%  

Solution:
Collect the Throughput difference metric, and index them.

@HughNhan HughNhan closed this Jan 30, 2024
@HughNhan
Copy link
Contributor Author

Re-open the PR from the upstream repo branch instead of my fork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants