How to know if your hosting provider is overselling on your server?

by Yang Yang on April 14, 2009

in Hosting Tips & Deals,Linux Server Administration Tips

To check whether you are one of the victims that are dwelling on oversold web hosting servers, you need to have SSH access to your server. Now perform the following commands:

cat /proc/cpuinfo | grep processor | wc -l

Which will usually return the number of the CPUs of the current server:

2

Then, display the server load by

uptime

Which outputs a single line of information concerning the server load and how it is doing its jobs:

08:44:12 up 11:09, 2 users, load average: 1.91, 2.37, 2.09

Now you’ve got the data you need to calculate the server oversellingness.

Related Posts

{ 2 comments… read them below or add one }

Tzveeka April 15, 2009 at 4:14 am

This is great info,

However – overselling is usually encountered on shared hosting which you always never get SSH Access to.

This might be usefull with VPS though

Reply

Yang Yang February 26, 2010 at 5:20 pm

Thanks for your continuous contributions to this blog.

Reply

Leave a Comment

Previous post:

Next post: