What is the best way to track the total number of IIS requests have been served using Perfmon. I am wanting to track sover a time period the total number of requests served but Google and searching is failing me.
Am I best using, W3SVC_W3WP(_Total)\Requests / Sec counter, take the value every second and add it up to get a requests served over a minute value?