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

feat display jitter values #935

Closed

Conversation

trkelly23
Copy link
Collaborator

The first of three PRs adding the 4 jitter columns to the backend and TUI + JSON
Fixed clippy warnings to pass PR tests
Optional columns Jttr, Javg, Jmax & Jinta

  1. The current jitter i.e. round-trip difference with the last round-trip ('Jttr')
  2. The average jitter time for all probes at this hop ('Javg')
  3. The best round-trip jitter time for all probes at this hop ('Jmax')
  4. The smoothed jitter value for all probes at this hop ('Jint')

Testing by running with the optional jitter columns or specify JSON output.

cargo run -- -u --tui-custom-columns="THOLSRAVBWjgxi" freebsd.org

JSON output:

cargo run -- -u -m json freebsd.org  

@trkelly23 trkelly23 force-pushed the feat-display-jitter-values branch 3 times, most recently from 9d6a9a1 to ad66d8d Compare January 20, 2024 18:25
Fixed clippy warnings to pass PR tests
@trkelly23 trkelly23 force-pushed the feat-display-jitter-values branch from ad66d8d to de864ad Compare January 20, 2024 18:33
@fujiapple852
Copy link
Owner

Superseded by #937

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

Successfully merging this pull request may close these issues.

2 participants