What is the best values for "worker" if you have very very high traffic? Like 500M page views per day?

I want to test my server with that much traffic but how can i setup to handle that much traffic and how can i make this test?

Thanks

link|improve this question
@ashwin Thanks for the link. But what values should I set for maxclient, minspare, maxspere and etc.? – blacksun Dec 25 '11 at 16:56
feedback

closed as not constructive by Rilindo, Iain, Shane Madden, ErikA, Ward Dec 26 '11 at 3:25

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

ab is tool from apache for benchmarking your setup. It can simulate hits. Read more from http://httpd.apache.org/docs/2.2/programs/ab.html

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.