0

I have a requirement to motiror what was the CPU usage and memory usage of the system when perticular request came.

Is it possible using IIS logs or any other method/tool to do so?

We dont want the usage of IIS process we want the usage of whole system at that time.

user396530
  • 21
  • 1
  • 1

1 Answers1

1

You can use windows performance monitor to record cpu and memory usage (using data collector sets). Then, you can check in your IIS logs at what time the request in question came in and look up the recorded data in the performance monitor data collector set.

I don't think there is a tool which automatically combines the IIS log with system performance data. There are tools which include IIS monitoring, but those usually won't break reports down to a single request. If you want to do some further research you can use my list of 40 windows server performance monitoring tools as a starting point.