It is slow to control. I cannot open programs easily and quickly. Desktop control is very slow, although it has 16 GB specifications and a 6 CPU, but in fact I see it as like 512 GB RAM due to the difficulty in controlling and performing the desktop what is problem ?? Please Help
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.
Hello, @i0zR
Have you tried checking the running processes on your droplet and also to monitor the server’s performance using
top
orhtop
?I will recommend you to check the currently running processes and see if the server is not under some high load or just some processes consuming more of the CPUs or the available RAM.
One of the most common tools for checking the resource utilization of processes is “top”. Top provides a simple, real-time table of your processes, with the largest consumers on top. The top portion has some system statistics, including load averages for the past minute, 5 minutes, and 15 minutes. It also shows memory and swap usage, and the count of various process states.
Although “top” is included in almost every distribution by default, an improved version, called “htop” is available for download from most repositories. Running htop, we can see that it has a similar output, but is colorized, and is more interactive.
You can check our existing tutorial on how to use top, netstat, du, & other tools to monitor server resources here:
https://www.digitalocean.com/community/tutorials/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources#process
Hope that this is helps! Regards, Alex