CPU Usage relative to number of users? - ASP.Net Application

Posted by soldieraman on Stack Overflow See other posts from Stack Overflow or by soldieraman
Published on 2010-05-01T14:14:04Z Indexed on 2010/05/01 14:17 UTC
Read the original article Hit count: 224

Filed under:
|

My Asp.net application uses 25-30% of the CPU on a test server which has 600 MB Ram on it.

I can see the asp_wb process taking that much percentage of CPU.

This is when I am testing using one user.

How many users can the server afford then without falling over?

Is there a relationship between the CPU Usage and number of user aka if there are 2 users my application will sky rocket to 60% of memory usage?

Or does/Should/How does the server handle this?

© Stack Overflow or respective owner

Related posts about cpu-usage

Related posts about ASP.NET