Report this

What is the reason for this report?

Really Slow VPN Speed on Ubuntu 14.04 Droplet?

Posted on November 3, 2014

I have an Ubuntu 14.04 droplet configured to manage several services, among them a VPN. The VPN works but it is often slow and will sometimes randomly disconnect me, is there a reason why? I’m using UFW by the way.



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.

run this, and give me the output (as root/sudo), please:

ps -eo pcpu,pid,user,args | sort -k 1 -r | head -6

also, this:

ps -eo pmem,pid,user,args | sort -k 1 -r | head -6

These will tell me the top 6 processes, based on CPU (first command) and RAM (second command). From there, I can help you investigate what’s causing the bottleneck further.

This comment has been deleted

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.