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

Support for Busybox's ping #46

Merged
merged 1 commit into from
Jan 22, 2022
Merged

Conversation

hugoh
Copy link
Contributor

@hugoh hugoh commented Jan 17, 2022

Busybox's ping doesn't show standard deviation:

/ # ping localhost
PING localhost (127.0.0.1): 56 data bytes
64 bytes from 127.0.0.1: seq=0 ttl=64 time=1.398 ms
64 bytes from 127.0.0.1: seq=1 ttl=64 time=0.204 ms
^C
--- localhost ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 0.204/0.801/1.398 ms

This patch updates the regular expression to handle it.

@highvolt-dev highvolt-dev merged commit 0f43526 into highvolt-dev:main Jan 22, 2022
@highvolt-dev
Copy link
Owner

Thank you so much for the PR, @hugoh - sorry for the delay in merging.

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.

2 participants