How many users are "many users"?

Posted by kemp on Server Fault See other posts from Server Fault or by kemp
Published on 2010-04-19T19:07:11Z Indexed on 2010/04/19 19:13 UTC
Read the original article Hit count: 391

Filed under:
|
|
|

I need to find a solution for a website which is struggling under load. The site gets ~500 simultaneous connections during peak time, and counts around 42k hits per day.

It's a wordpress based site bridged with a vbulletin forum with a lot of contents and a fairly complex structure which makes intensive use of the database. I already implemented code level full page caching (without this the server just crashes), and configured all other caching directives as well as combining css files and the like to limit http requests as much as possible.

I need to understand if there is more that can be done via software or if the load is just too much for the server to handle and it needs to be upgraded, because the server goes down occasionally during peak times.

Can't access the server now, but it's a dedicated CentOS machine (I think 4GB ram, can't say what CPU) running apache/mysql.

So back to the main question: how can I know when the users are just too many?

© Server Fault or respective owner

Related posts about webserver

Related posts about load