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

First cut at documentation for "numerical summary window" #78

Closed
richb-hanover opened this issue Sep 15, 2024 · 1 comment
Closed

First cut at documentation for "numerical summary window" #78

richb-hanover opened this issue Sep 15, 2024 · 1 comment

Comments

@richb-hanover
Copy link
Contributor

Numerical Summary Windows

The Crusader GUI displays charts showing Throughput, Latency, and Packet loss. The ⓘ symbol opens a window showing a numerical summary of the charted data.

Throughput

image
  • Download - Average throughput (total data received divided by the elapsed time) during the Download portion of the test
  • Upload - Average throughput during the Upload portion of the test
  • Bidirectional - Sum of the Download and Upload throughputs during the Bidirectional portion of the test. Also displays the Download and Upload throughputs.
  • Streams - number of TCP connections used in each direction
  • Stream Stagger - The delay between the start of each stream
  • Throughput sample interval - Interval between throughput measurements

Latency

image

Crusader smooths all the latency samples over a 400 msec window. The values shown below display the maximum of those smoothed values. This emphasizes the peaks of latency.

  • Download - Summarizes the round-trip latency during the Download portion of the test.
    Also displays the measured one-way delay for Download (from server to client)
    and Upload (client to server)
  • Upload - Summarizes the latency for the Upload portion of the test
  • Bidirectional - Summarizes the latency or the Bidirectional portion of the test
  • Idle latency - Measured latency when no traffic is present.
  • Latency sample interval - Interval between latency measurements

Packet loss

image
  • Download - Summarizes packet loss during the Download portion of the test
  • Upload - Summarizes packet loss during the Upload portion of the test
  • Bidirectional - Summarizes packet loss during the Bidirectional portion of the test
@richb-hanover
Copy link
Contributor Author

See PR #79

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

1 participant