Using Performance Monitor To Get IIS7 Response Turnaround Time
        Posted  
        
            by 
                alphadogg
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by alphadogg
        
        
        
        Published on 2012-09-18T02:02:15Z
        Indexed on 
            2012/09/18
            3:40 UTC
        
        
        Read the original article
        Hit count: 578
        
I have a MVC2 web application on W2KR2/IIS7 that I'd like to benchmark/monitor. Some XHR requests by a browser-based client are suddenly taking 8-10 sec when they used to take much less time (as per Chrome Developer Tool timings). The underlying SQL Server queries, using the same params, runs in 1.4s according to total execution time client statistics from SSMS.
I'm assuming that there are various counters that can specifically dissect time taken/waiting/processing between IIS7 itself and the web application? For example, can I check how long it takes to get a response from IIS7 app and DB? How about how long it takes to serve IIS7?
© Server Fault or respective owner