Skip to content

Commit f44c1da

Browse files
authored
update structure
1 parent cc82e8f commit f44c1da

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

support/developer/webapps/iis/site-behavior-performance/slow-page-response-hangs.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -377,11 +377,9 @@ When you analyze W3SVC logs, there are a couple of goals.
377377

378378
The time-taken is logged in milliseconds. 1000 milliseconds = 1 second. When looking for requests that take more than 30 seconds to complete, look for time-taken values that are greater than 30,000 milliseconds.
379379

380-
#### Helpful tools to analyze W3SVC logs
380+
There are two tools to analyze W3SVC logs, [Excel](#analyze-a-single-w3svc-log-using-excel) and [Log Parser 2.2](#analyze-multiple-w3svc-logs-using-log-parser).
381381

382-
There are two tools to analyze W3SVC logs, Excel and Log Parser 2.2.
383-
384-
##### Analyze a single W3SVC log using Excel
382+
#### Analyze a single W3SVC log using Excel
385383

386384
To analyze a single W3SVC log using Excel, follow these steps:
387385

@@ -396,7 +394,7 @@ To analyze a single W3SVC log using Excel, follow these steps:
396394

397395
Now, you can use the filters for time-taken to identify all the requests greater than the desired number of seconds.
398396

399-
##### Analyze multiple W3SVC logs using Log Parser
397+
#### Analyze multiple W3SVC logs using Log Parser
400398

401399
If you have multiple logs to analyze or a single log file that is too large to be opened by Excel, consider using [Log Parser 2.2 (Microsoft Download Center)](https://www.microsoft.com/download/details.aspx?id=24659&lc=1033&msockid=1ba22fab7f2c669415273d557e9b670c). It's a powerful tool that allows you to run SQL styled queries to extract data from various types of log files, including W3SVC logs.
402400

0 commit comments

Comments
 (0)