We chose another vds from NFO to run our website, in no small part because of the high level of performance we could achieve(Site/SQL entirely on SSD, Internap bandwidth), while still having tons of control. This wasn't a cheap approach, but we think it is worth it. We have a 2 core vds for our site.
Partially due to IPB performance issues, our site currently uses an avergae of 30% of each core, with common spikes to 80+% for each core(we have a lot of SQL traffic to game servers). I have even seen both cores pegged at 100%.
The load times on average are extremely good(near instant), even when CPU usage is high. Since we have high CPU utilization, we really don't have much breathing room for traffic spikes, is it time for an upgrade? Can web hosting perform fine at 70-90% CPU usage on average?
Thanks for any input.
EDIT: Site URL is http://gflclan.com/
The index loads sort of slow(and uses a lot of CPU). The articles there are causing it, and we will be hiding a large article to reduce the load time/usage. Browse the forum pages for a more realistic experience.
At what point should we upgrade?
- soja
- This is my homepage

- Posts: 2389
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Fri May 18, 2012 3:20 pm
At what point should we upgrade?
Not a NFO employee
Re: At what point should we upgrade?
Web hosting can run at high CPU usage numbers but it is not ideal. If you're averaging 70-90%, it might be time to upgrade. How is the memory consumption? Are you using APC (or PHP 5.5 with its cache enabled)?
Re: At what point should we upgrade?
Memory usage is low, 420MB used atm.
I actually have not thought about cache mehtods. I will look into that. We are using PHP 5.3.26 (we used cPanel to get everything running)
I actually have not thought about cache mehtods. I will look into that. We are using PHP 5.3.26 (we used cPanel to get everything running)
Not a NFO employee
Re: At what point should we upgrade?
cPanel might enable APC by default, but it's worth checking out -- it makes a noticeable difference under many workloads. Also worth checking out is MySQL, and its caching variables, if you're using it heavily. With spare memory, you will have some wiggle room.
Re: At what point should we upgrade?
Thanks I will check that out tomorrow.Edge100x wrote:cPanel might enable APC by default, but it's worth checking out -- it makes a noticeable difference under many workloads. Also worth checking out is MySQL, and its caching variables, if you're using it heavily. With spare memory, you will have some wiggle room.
Not a NFO employee
Re: At what point should we upgrade?
I haven't enabled any PHP caching, but we started using mysqls default my-large.cnf and we have seen a bump in memory usage and performance.
Cpanels my.cnf by default is practically empty, thanks John.
Cpanels my.cnf by default is practically empty, thanks John.
Not a NFO employee
