[NTLUG:Discuss] LAMP Server Benchmarks?

Chris Cox cjcox at acm.org
Wed Nov 5 22:32:07 CST 2003


NTLUG wrote:
> LAMP as in Linux/Apache/MySQL/PHP...
> 
> This is a diverse group so I'm hoping someone might have some knowledge
> on this...
> 
> I'm trying to figure out what size machine to get to support "X" number
> of users.  The site is a few PHP type forms, and dynamic pages, mysql
> queries to build parts, etc.  That being said, if I had a p3-500 512MB
> ram, how many consecutive users would that machine support - with each
> visit being a few minutes in length.

How dynamic is dynamic?

When you say few minutes... are you talking their browsing time (where
they stare at content)... or is that real compute time?

> 
> Obviously WebHosting companies would probably have the best information
> as far as this goes, but I'm looking for any ballpark figures to start
> with.

Guessing that the dynamic pages are generated quickly and wisely...
easily support well into the thousands (even tens of thousands).
Could be more limited by your pipe size in fact.

All depends how much data and what kinds of data/queries are coming
out of the MySQL database.  Could be some php issues as well.. depends
upon the complexity.. doesn't sound like there's much complexity
though.

> 
> Also if anyone knows of any good bechmark apps/suites that might help
> with this I would be interested in hearing about those as well.

:-) I think there are some tools you can use to create the
queries in a scripted form... but nothing automatic since
it depends upon knowledge of your site, etc.

> 
> thanks,





More information about the Discuss mailing list