I am developing a social networking website for my client which is expected to cater for 2000 users at a time.
I want to know what parameters to take consideration so that I can estimate what is the maximum users server can handle at a time.
These are the parameters I have collected.
Size of page with maximum features:65KB (after gzip compression)
Ajax request :576 Bytes per 3 Sec
Server configuration
---------------------
6GB RAM and 15 CPU (4 cores)
Intel Dual Nehalem (5520) 1U System
I want a rough estimate of how much users at a time server can handle.
ab,siege,jmeter,httperf, etc - watch your memory and CPU during the test. Consider a lightweight server (e.g. nginx). – cyberx86 Jan 29 at 19:50