Connect over SSH and use built-in Linux tools to see CPU, memory, and disk at a glance.
- CPU and memory live view:
topor the friendlierhtop(install withapt install htop). - Memory only:
free -h. - Disk space:
df -h; find big folders withdu -sh /*. - Disk I/O and load:
iostatanduptime(load averages).
The VPS control panel in your client area usually shows bandwidth and basic resource graphs too. If usage is consistently maxed out, you may need to optimize your apps or upgrade your plan. On managed plans, open a ticket and Toshost can help investigate high load.