My Server Is Slow or Unresponsive
My Server Is Slow or Unresponsive
- Check real-time metrics on the server detail page (CPU, RAM, Disk, Network).
- If resources are consistently maxed out, consider upgrading your plan.
- If disk I/O is high, check for runaway processes via SSH or VNC.
- Check if swap is being used heavily (
free -hvia SSH). High swap usage with low RAM suggests you need a larger plan. - Run
toporhtopto identify which process is consuming the most resources.