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

Ping times incorrect #40

Open
riban-bw opened this issue Mar 23, 2024 · 1 comment
Open

Ping times incorrect #40

riban-bw opened this issue Mar 23, 2024 · 1 comment

Comments

@riban-bw
Copy link

All the response times from using MultiPing on a set of remove hosts seem to be broadly the same and not the actual ping time of each server. For example the results are all approx. 5ms when the actual ping time to each host are 34ms, 50ms, etc.

This does not seem to be giving ping times that relate to the actual host ping times.

Running on Raspberry Pi 64-bit Debian 12 Bookworm.

@riban-bw
Copy link
Author

Update: I realised by debugging the code that the time is measured during a python loop (that may be slow) from when send() is called. Any delay between send and receive makes this fail. It would be better to be able to trigger both in the same call.

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