02-08-04 01:46 PM
Niklas,
The first thing we need to get out of the way is the fact that the PerfMon
ASP.NET Requests/Second only count requests for .aspx files, while the ACT
requests per second counts not just ASP.NET. So if your script requests
static content, such as GIFs, JPGs, .css, .js, .htc , etc; then the numbers
will differ.
Secondly, the ACT requests per second is based on the number of valid
responses it receives during a test run, divided out by the time in which
it received them. ACT does not count re-directs, which sometimes causes
ACT RPS to be lower than RPS from the IIS perfmon objects.
One thing you can do to validate numbers is set up a test ro run for X
seconds. look in the IIS log to make sure the number of requests is the
same as what ACT reports and divide that by X seconds.
Does this answer your question? Thank you for using Microsoft Newsgroups!
Andrés Naranjo [MSFT]
Microsoft DS Communities Team
This posting is provided "AS IS" with no warranties, and confers no rights.
Please reply to newsgroups only.
[ Post a follow-up to this message ]
|