orf / orf/gping

X axis should count using time instead of number of pings

Open
#94 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
12.7k
Forks
366
Avg merge
7d 7h
Merged PRs (30d)
1

Description

After leaving gping running for a many minutes, we end up with this because X axis is indexed by the order of pings instead of the time at which the ping is sent.

image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file or test is named in the issue. Start by locating the code that builds the graph's X-axis labels or positions and trace how ping samples are timestamped. Done means the axis represents elapsed time between pings rather than the order of ping results, including after gping runs for many minutes.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli, data-visualization
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.