ASP .NET poor performance. Memory going unused??
From: Gabriel (gabielex_at_hotmail.com)
Date: 02/25/04
- Next message: Jerry Pisk: "Re: ASP .NET poor performance. Memory going unused??"
- Previous message: beau: "Re: Windows Forms Perfomance degradation"
- Next in thread: Jerry Pisk: "Re: ASP .NET poor performance. Memory going unused??"
- Reply: Jerry Pisk: "Re: ASP .NET poor performance. Memory going unused??"
- Messages sorted by: [ date ] [ thread ]
Date: 25 Feb 2004 11:30:19 -0800
I'm running system tests against a Windows 2003 server installed in a
Xeon with two processors (2.5GHz approx. each) and 1 Gb of RAM (Not
running web garden though). The test basically consists on a simple
navigation which loads one page, which generates six http requests.
I'm running the same test on three differente scenarios with 1, 150
and 300 concurrent users. I'm using OpenSTA and the Windows
performance monitor to carry out and monitor the results.
I'm getting a very poor response times average, for such a simple
test. Checking the performance monitor counters noticed the following:
The %processor time peak varies depending on the scenario (6, 54 and
66 respectively) whereas the System Threads and available memory
counters don't. The threads counter is 560 (490-500 before running the
test) and the minimum available memory is around 616Mb for all the
tests. Shouldn't be the number of threads higher and the minimum
amount of free memory at a time quite lower? This means to me the iis
is not fully using the system resources at all. Is this assumption
correct?
I was checking some documentation and was wondering whether this could
be a problem with the thread pools, memory and queues configuration in
the machine.config file. More exaclty, something to do with the
ProcessModel and httpRuntime attributes. I'll try messing with these
values to see if I get different results, though I'm quite blind on
this and the docs I've read are quite confusing and ambigous.
Any help on this would be very much appreciated.
Cheers and thanks in advance,
Gabriel.
- Next message: Jerry Pisk: "Re: ASP .NET poor performance. Memory going unused??"
- Previous message: beau: "Re: Windows Forms Perfomance degradation"
- Next in thread: Jerry Pisk: "Re: ASP .NET poor performance. Memory going unused??"
- Reply: Jerry Pisk: "Re: ASP .NET poor performance. Memory going unused??"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|