I’ve noticed my ssh terminal response slowly. Here’s what I got when I ping the droplet ip. Any Idea what might go wrong?
64 bytes from *.*.*.*: icmp_seq=0 ttl=54 time=42.996 ms
64 bytes from *.*.*.*: icmp_seq=1 ttl=54 time=42.584 ms
64 bytes from *.*.*.*: icmp_seq=2 ttl=54 time=36.191 ms
Request timeout for icmp_seq 3
Request timeout for icmp_seq 4
64 bytes from *.*.*.*: icmp_seq=5 ttl=54 time=39.269 ms
64 bytes from *.*.*.*: icmp_seq=6 ttl=54 time=42.454 ms
Request timeout for icmp_seq 7
Request timeout for icmp_seq 8
64 bytes from *.*.*.*: icmp_seq=9 ttl=54 time=36.082 ms
64 bytes from *.*.*.*: icmp_seq=10 ttl=54 time=39.255 ms
Request timeout for icmp_seq 11
Request timeout for icmp_seq 12
64 bytes from *.*.*.*: icmp_seq=13 ttl=54 time=35.998 ms
Request timeout for icmp_seq 14
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hi @wahyucnugraha,
There are a lot of possibilities from your Droplet experiencing issues to your Network Connection being slow. What I’ll recommend checking is trying to use traceroute to your droplet’s IP address
If it reaches your droplet, it should be good.
Additionally, I’ll recommend trying to ping another IP/Domain.com from the same region as your current droplet. If you still experience these delays, I’ll recommend contacting your ISP about some Network connectivity.
Regards, KDSys