Last active
August 29, 2015 14:03
-
-
Save nmackenzie/8a2b7ebe8b057c1c4022 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<PerformanceCounters bufferQuotaInMB="512" scheduledTransferPeriod="PT2M"> | |
<PerformanceCounterConfiguration counterSpecifier= | |
"\Processor(_Total)\% Processor Time" sampleRate="PT30S" /> | |
<PerformanceCounterConfiguration counterSpecifier= | |
"\Memory\Available MBytes" sampleRate="PT30S" /> | |
<PerformanceCounterConfiguration counterSpecifier= | |
"\Memory\Committed MBytes" sampleRate="PT30S" /> | |
<PerformanceCounterConfiguration counterSpecifier= | |
"\Web Service(_Total)\ISAPI Extension Requests/sec" sampleRate="PT1M" /> | |
<PerformanceCounterConfiguration counterSpecifier= | |
"\Web Service(_Total)\Bytes Total/Sec" sampleRate="PT1M" /> | |
<PerformanceCounterConfiguration counterSpecifier= | |
"\ASP.NET Applications(__Total__)\Requests/Sec" sampleRate="PT1M" /> | |
<PerformanceCounterConfiguration counterSpecifier= | |
"\ASP.NET Applications(__Total__)\Errors Total/Sec" sampleRate="PT1M" /> | |
<PerformanceCounterConfiguration counterSpecifier= | |
"\ASP.NET\Requests Queued" sampleRate="PT1M" /> | |
<PerformanceCounterConfiguration counterSpecifier= | |
"\ASP.NET\Requests Rejected" sampleRate="PT1M" /> | |
</PerformanceCounters> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment