there is some way or control panel where check the resource (cpu, ram, I/O load) of a managed VPS? I can find just the status of some service, but i can’t see the status of resources…
Hi there!
Not in the control panel, no. But you have SSH access and can use various commands to do this.
CPU usage and Load: either ‘uptime’ or ‘top’ will show you this.
RAM: ‘free -m’ will show you total RAM usage, as well as swap.
You must be Logged In to post an Answer.
Not a member yet? Sign Up Now »
Answer #1
Hi there!
Not in the control panel, no. But you have SSH access and can use various commands to do this.
CPU usage and Load: either ‘uptime’ or ‘top’ will show you this.
RAM: ‘free -m’ will show you total RAM usage, as well as swap.