By peterbucher
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!
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.