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

some problems in experiments #3

Open
ykxian opened this issue Apr 24, 2024 · 7 comments
Open

some problems in experiments #3

ykxian opened this issue Apr 24, 2024 · 7 comments

Comments

@ykxian
Copy link

ykxian commented Apr 24, 2024

Hi @pfandzelter I encountered some problems after repeating the experiment several times.
1.
image
I performed the following operations on the host with Docker installed, and now it seems to be running normally.

sudo apt-get purge docker-ce docker-ce-cli containerd.io docker-compose-plugin
sudo apt-get autoremove
sudo iptables -F
sudo iptables -t nat -F
sudo systemctl restart NetworkManager
sudo systemctl restart systemd-networkd
sudo rm -rf /var/lib/docker
sudo rm -rf /etc/docker
sudo rm -rf /usr/libexec/docker
sudo rm -rf /var/run/docker.sock
sudo groupdel docker

I'm not sure which commands were effective or if they would be helpful to you.

  1. The number of packets received is less than expected.
    image
    image
    image

  2. The actual latency is very high. After stabilizing, the latency is approximately 4 seconds.
    image
    image
    image

  3. When interrupted, this code does not work, causing the subsequent code not to execute.
    onewaymeasurement.py
    image

I am not sure if questions 2 and 3 are related to my equipment or network environment. Even if I don't use the host with Docker installed, the experiment results are still the same.
Thank you!

@pfandzelter
Copy link
Member

Hi again, thanks for continuing to try this. I found a bug in Celestial in an unrelated experiment that caused the bandwidth to be only 1/1000th of what it should be. Maybe it's related to this. I will try it out on my setup

@ykxian
Copy link
Author

ykxian commented Apr 27, 2024

Indeed, it is related to this. I increased the bandwidth by a thousand times, and the results improved significantly.

@ykxian
Copy link
Author

ykxian commented Apr 27, 2024

image
image

@pfandzelter
Copy link
Member

That looks much better! I have merged the fixes for Celestial and will shortly update this repository. I have made minor changes to the HTTP API to now reflect the units of information, e.g. delay_us. Not having units caused the previous bug...

@ykxian
Copy link
Author

ykxian commented May 1, 2024

Thanks again! It works well now. The latency fluctuation is somewhat large.
image
image

@ykxian
Copy link
Author

ykxian commented May 5, 2024

Sometimes there is negative latency.
image

@ykxian
Copy link
Author

ykxian commented May 5, 2024

I synchronized the time on three servers, and now it's working well.

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

2 participants