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: calculate and display jitter (#39) #937

Merged
merged 1 commit into from
Jan 21, 2024
Merged

Conversation

fujiapple852
Copy link
Owner

Closes #39 (by @trkelly23)

The first of three PRs adding the 4 jitter columns to the backend and TUI + JSON:

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  

This was referenced Jan 21, 2024
@fujiapple852 fujiapple852 force-pushed the feat-jitter branch 4 times, most recently from ba41841 to 1a0eede Compare January 21, 2024 04:05
@fujiapple852 fujiapple852 merged commit 7c3da55 into master Jan 21, 2024
17 checks passed
@fujiapple852 fujiapple852 deleted the feat-jitter branch January 21, 2024 04:10
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.

Calculate and display Jitter
2 participants