سؤال

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)?

هل كانت مفيدة؟

المحلول

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top