www.chinaphonearena.com

Full Version: Determine the maximum number of visitors your server can handle
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: XcW60cWDUU8ys62YoFryYH4zsD0TRTimhcU7Ucbo...OX=h310-rw]

More and more websites these days are database-generated. Use this calculator to determine the maximum number of visitors your server can handle, starting with the amount of time it needs to generate the most database-intensive page. The calculator assumes that your server takes 100% CPU for every page.
The calculator uses the following formula's:
Visitors per day = 86400 / (SecondsPerPage * PagesPerVisitor)
Visitors per month = 86400 * 30.41 / (SecondsPerPage * PagesPerVisitor)
Maximum simultaneous visitors = 60 / SecondsPerPage
Maximum number of pages per second = 1 / SecondsPerPage
Maximum number of pages per day = 86400 / SecondsPerPage
Maximum number of pages per month = 86400 * 30.41 / SecondsPerPage

Quote:[Only registered and activated users can see links Click here to register]