X axis should count using time instead of number of pings
Open
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.

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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