Domanda

I'm trying to collect some performance metrics for IIS with a C# application. In particular I would like to get the time each request takes. Is there a performance counter for this? Or is this written into an IIS log file that I could parse (If so, is there a library for parsing this data)?

È stato utile?

Soluzione

By default, IIS logs every request to the LogFiles folder (C:\inetpub\logs\LogFiles)

Also by default, the last column in the log is the time taken for the request to complete.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top