I have a server that’s been acting strangely for the last few days. It intermittently gets slow to respond to ssh/http connections, and New Relic reports frequent interruptions to the data. But it never shows the load average, disk IO, or memory use going up. If nothing is happening, how can I find out why it’s slow?
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.
I find some digitalocean servers extremely slow others very fast … cut and paste this into a terminal then visit the final output link which shows results of the benchmark … very detail and great to compare between hosting providers
just execute above … here is direct link to benchmark code https://www.geekbench.com/download/linux/ … I have used that benchmark for years … its free and gives solid stats
This comment has been deleted
I just logged in to the server with SSH to get the IP and it took nearly 20s to do the login. Then when I ran a ping test the average was 113ms (I’m in Canada). It doesn’t look like there are any visible network issues. Given the delays in SSH connections and the gaps in the New Relic data I don’t think this is anything specific to HTTP requests or to my connection.