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

Confused by Latency numeric summary #76

Closed
richb-hanover opened this issue Sep 15, 2024 · 3 comments
Closed

Confused by Latency numeric summary #76

richb-hanover opened this issue Sep 15, 2024 · 3 comments

Comments

@richb-hanover
Copy link
Contributor

richb-hanover commented Sep 15, 2024

I was surprised to see the latency values shown in the numeric summary window. Using 648f15b, these are the differences from what I expected:

  • The latency chart shows virtually all the Up and Down samples at or below 35msec except or a few spikes. Round-trip latency is about 70msec
  • Yet the latency summary window shows numbers that are very different from the chart. For example, why is the round-trip upload latency shown as 99ms, and the down and up values shown as 44 and 55ms respectively, when the chart definitely shows lower values.
  • The Bidirectional latency is even more divergent - 249ms round-trip doesn't match the chart.

(I will note that the throughput and packet loss values are quite believable.)

I attach the corresponding .crr file. What other troubleshooting info could I collect? Thanks

image

Odd-Latency 2024-09-14 22.56.53.crr.zip

@Zoxc
Copy link
Owner

Zoxc commented Sep 15, 2024

Latency is smoothed using the average of a 400 ms window. The peak of that is the latency value displayed. This matches the edited screenshot, but the original still seems off. I assume you didn't save that one?

I wonder if latency summaries should be shown relative to idle like the Waveform test too.

@richb-hanover
Copy link
Contributor Author

I didn't save the original .crr file. Dang.

I think this can be handled by documentation... There's so much new in Crusader - we'll need to write up something to describe the contents of those windows.

I'll take a shot at the wording (below). Perhaps this turns into a separate "Understanding Crusader GUI" page on the repo.

@richb-hanover
Copy link
Contributor Author

See #78

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

No branches or pull requests

2 participants