How to check cpu/memory from server?

lapidus

Newbie
Joined
May 6, 2010
Messages
47
Reaction score
2
Can somebody tell me how to check CPU/memory for my server online or in same Cpanel?

I not have VPS, just shared hosting and i want to see how much my server have CPU/memory,i am affraid to my site not fall down.(512mb crash)
 
web host manager would be the easiest way I think... dont think you get access to WHM on shared hosting though
 
The only thing you can do is click on service status bottom left in Cpanel
 
Still can't find how to check CPU/memory from my server . hm
 
Pay for decent hosting that offers a Unix shell, then you can use all sorts of performance monitoring tools -- like `top` for example.
 
Can somebody tell me how to check CPU/memory for my server online or in same Cpanel?

I not have VPS, just shared hosting and i want to see how much my server have CPU/memory,i am affraid to my site not fall down.(512mb crash)
There is little reason to concern yourself with such unless you are running into issues with your web site speed.

You have no control over your shared hosting environment and even if you could see how much resources the machine has, that has nothing to do with how much resources they will allow YOU to use.

It is shared hosting, they will only allow you to use X before they ask you to upgrade.
 
As previously mentioned, SSH support would be useful - then you could directly run "cat /proc/cpu/...." to see everything. That's mostly useful on real hardware, and not virtual one, though.

OTOH, you CAN also read out most of these things from a PHP script, if you really wanted to ...

- adultonly
 
Back
Top