Skip to content

Instantly share code, notes, and snippets.

@nmackenzie
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmackenzie/8a2b7ebe8b057c1c4022 to your computer and use it in GitHub Desktop.
Save nmackenzie/8a2b7ebe8b057c1c4022 to your computer and use it in GitHub Desktop.
<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