Sign In
PerfWorld.com
ASP.NET Performance Tuning, Coding Standards, Guidelines, Best Practices, and Other Buzzwords
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Blog Home
Email Blog Author
Share this
RSS for posts
Atom
RSS for comments
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ASP.NET
IIS
Performance Counters
Powershell
Precompile
Archive
Archives
January 2010
(2)
June 2009
(1)
February 2009
(1)
January 2009
(5)
What are the basic performance counters that I should care about to measure the performance of my ASP.NET web site?
MSDN Blogs
>
PerfWorld.com
>
What are the basic performance counters that I should care about to measure the performance of my ASP.NET web site?
What are the basic performance counters that I should care about to measure the performance of my ASP.NET web site?
Reuben Frost
20 Jan 2009 6:30 PM
Comments
0
Review the
ASP.NET Applications\Requests/Sec
counter to determine how fast you are able to process work per second. Higher is better.
Revew the
ASP.NET Applications\Request Execution Time
counter to determine how fast a page takes to execute. Lower is better.
Review the
ASP.NET Applications\Requests In Application Queue
counter to determine if any requests are waiting at the application level. Lower is better.
Review the
ASP.NET Applications\Errors Total/Sec
counter to determine if you have a high rate off errors. If so, fix the errors and check this counter again. Lower is better.
0 Comments
Performance Counters
,
ASP.NET
Blog - Comment List MSDN TechNet
Comments
Loading...
Leave a Comment
Name
Comment
Please add 7 and 3 and type the answer here:
Post