-
Notifications
You must be signed in to change notification settings - Fork 317
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
Missing packet loss rate info #114
Comments
Seconded! Would be really great to see a different color on the plot for pings that timed out |
I'm afraid that |
I'm not sure that I follow -- # I disconnected and reconnected my connection in the middle of this ping session
g@tr repo (main *%) % ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: icmp_seq=0 ttl=114 time=3.687 ms
64 bytes from 8.8.8.8: icmp_seq=1 ttl=114 time=3.210 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=114 time=3.383 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=114 time=3.551 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=114 time=3.513 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=114 time=3.323 ms
64 bytes from 8.8.8.8: icmp_seq=6 ttl=114 time=3.397 ms
64 bytes from 8.8.8.8: icmp_seq=7 ttl=114 time=3.511 ms
64 bytes from 8.8.8.8: icmp_seq=8 ttl=114 time=3.240 ms
ping: sendto: No route to host
Request timeout for icmp_seq 9
ping: sendto: No route to host
Request timeout for icmp_seq 10
ping: sendto: No route to host
Request timeout for icmp_seq 11
ping: sendto: No route to host
[... snip ...]
Request timeout for icmp_seq 21
ping: sendto: No route to host
Request timeout for icmp_seq 22
ping: sendto: No route to host
Request timeout for icmp_seq 23
Request timeout for icmp_seq 24
64 bytes from 8.8.8.8: icmp_seq=25 ttl=114 time=4.090 ms
64 bytes from 8.8.8.8: icmp_seq=26 ttl=114 time=3.192 ms
64 bytes from 8.8.8.8: icmp_seq=27 ttl=114 time=3.433 ms
64 bytes from 8.8.8.8: icmp_seq=28 ttl=114 time=3.272 ms
64 bytes from 8.8.8.8: icmp_seq=29 ttl=114 time=3.199 ms |
Which version of
One problem with that is that it is localized depending on the locale. |
emm... You're right. It parses the output results of the https://github.com/orf/gping/blob/master/pinger/src/linux.rs#L12-L16 |
Yes this would be really cool. I only discovered the tool and I love it, as a network engineer the really big use-case I have for it is during maintenances to have one screen with an "at-a-glance" view of whether a set of servers/network devices are reachable. A clear visual indication of a particular target being down (no echo-reply received) would be really useful. Changing to a preset colour to represent this (red?) or altering how the line appears somehow could be good. But either way love gping excellent work! |
you could just check if the line starts with the ping size and/or ends with a sequence number, that should be language independent.
Japanese ping:
|
Possible to add the total summary output that the default ping produces when exiting gping (q) ? Quitting ping produces: |
ping result:
100 packets transmitted, 81 received, 19% packet loss, time 99425ms
gping missing info of packet loss
The text was updated successfully, but these errors were encountered: