Open up the Windows "Task Manager" and goto the "Processes" tab. You will see a column with "CPU", this is how much CPU a process (or "program", although one program may spawn many processes) is using.
It is (nearly) exactly the same on Unix-based servers. A process (such as your web server) will consume CPU cycles. You cannot calculate CPU usage simply by the amount of members/etc..
|