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

[Feature Request] Add command line options to for a fixed Y axis scale #406

Open
Klaws-- opened this issue Dec 15, 2023 · 0 comments
Open

Comments

@Klaws--
Copy link

Klaws-- commented Dec 15, 2023

Currently, the Y axis (roundtrip time, milliseconds) is scaled dynamically, both minimum and maximum coordinates. That is, actually, pretty nice, but required reading of the Y coordinates to figure out how many milliseconds a "peak ping" took (or a look at the top line for the "max ping").

Proposal: a command line parameter, or two, to specify a fixed Y axis coordinate system.

Example:
gping google.com -min 8 -max 50
Minimum Y coordinate: 8 ms, maximum Y coordinate: 50 ms.
Naturally, if a plotted point exceeds these Y coordinates, the Y coordinate of the point must be capped to stay within the visible range (albeit at the minimum/maximum bottom/top location), so the user can determine whether pings got too slow or too fast (assuming pings can ever get too fast...).

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