Skip to content

Instantly share code, notes, and snippets.

@felickz
Created June 21, 2021 15:28
Show Gist options
  • Save felickz/10ced680776a9f546ebab63eb0102ed4 to your computer and use it in GitHub Desktop.
Save felickz/10ced680776a9f546ebab63eb0102ed4 to your computer and use it in GitHub Desktop.
.NET Perfmon Counters
\.NET CLR Exceptions(w3wp)\# of Exceps Thrown
\.NET CLR Exceptions(w3wp)\# of Exceps Thrown / sec
\.NET CLR Exceptions(w3wp)\# of Filters / sec
\.NET CLR Exceptions(w3wp)\# of Finallys / sec
\.NET CLR Exceptions(w3wp)\Throw To Catch Depth / sec
\.NET CLR LocksAndThreads(w3wp)\# of current logical Threads
\.NET CLR LocksAndThreads(w3wp)\# of current physical Threads
\.NET CLR LocksAndThreads(w3wp)\# of current recognized threads
\.NET CLR LocksAndThreads(w3wp)\# of total recognized threads
\.NET CLR LocksAndThreads(w3wp)\Contention Rate / sec
\.NET CLR LocksAndThreads(w3wp)\Current Queue Length
\.NET CLR LocksAndThreads(w3wp)\Queue Length / sec
\.NET CLR LocksAndThreads(w3wp)\Queue Length Peak
\.NET CLR LocksAndThreads(w3wp)\rate of recognized threads / sec
\.NET CLR LocksAndThreads(w3wp)\Total # of Contentions
\.NET CLR Memory(w3wp)\# Bytes in all Heaps
\.NET CLR Memory(w3wp)\# GC Handles
\.NET CLR Memory(w3wp)\# Gen 0 Collections
\.NET CLR Memory(w3wp)\# Gen 1 Collections
\.NET CLR Memory(w3wp)\# Gen 2 Collections
\.NET CLR Memory(w3wp)\# Induced GC
\.NET CLR Memory(w3wp)\# of Pinned Objects
\.NET CLR Memory(w3wp)\# of Sink Blocks in use
\.NET CLR Memory(w3wp)\# Total committed Bytes
\.NET CLR Memory(w3wp)\# Total reserved Bytes
\.NET CLR Memory(w3wp)\% Time in GC
\.NET CLR Memory(w3wp)\Allocated Bytes/sec
\.NET CLR Memory(w3wp)\Finalization Survivors
\.NET CLR Memory(w3wp)\Gen 0 heap size
\.NET CLR Memory(w3wp)\Gen 0 Promoted Bytes/Sec
\.NET CLR Memory(w3wp)\Gen 1 heap size
\.NET CLR Memory(w3wp)\Gen 1 Promoted Bytes/Sec
\.NET CLR Memory(w3wp)\Gen 2 heap size
\.NET CLR Memory(w3wp)\Large Object Heap size
\.NET CLR Memory(w3wp)\Promoted Finalization-Memory from Gen 0
\.NET CLR Memory(w3wp)\Promoted Finalization-Memory from Gen 1
\.NET CLR Memory(w3wp)\Promoted Memory from Gen 0
\.NET CLR Memory(w3wp)\Promoted Memory from Gen 1
\ASP.NET Applications(__Total__)\Anonymous Requests
\ASP.NET Applications(__Total__)\Request Events Raised/Sec
\ASP.NET Applications(__Total__)\Request Execution Time
\ASP.NET Applications(__Total__)\Request Wait Time
\ASP.NET Applications(__Total__)\Requests Failed
\ASP.NET Applications(__Total__)\Requests In Application Queue
\ASP.NET Applications(__Total__)\Requests Not Found
\ASP.NET Applications(__Total__)\Requests Timed Out
\ASP.NET Applications(__Total__)\Requests Total
\ASP.NET Applications(__Total__)\Requests/Sec
\ASP.NET Apps v4.0.30319(__Total__)\Anonymous Requests
\ASP.NET Apps v4.0.30319(__Total__)\Request Execution Time
\ASP.NET Apps v4.0.30319(__Total__)\Requests In Application Queue
\ASP.NET Apps v4.0.30319(__Total__)\Requests Total
\ASP.NET Apps v4.0.30319(__Total__)\Requests/Sec
\ASP.NET v4.0.30319\Application Restarts
\ASP.NET v4.0.30319\Request Execution Time
\ASP.NET v4.0.30319\Requests Current
\ASP.NET v4.0.30319\Requests Queued
\ASP.NET v4.0.30319\Worker Process Restarts
\Memory\Available MBytes
\Memory\Free System Page Table Entries
\Memory\Page Reads/sec
\Memory\Page Writes/sec
\Memory\% Committed Bytes In Use
\Process(w3wp)\% Privileged Time
\Process(w3wp)\% Processor Time
\Process(w3wp)\Private Bytes
\Process(w3wp)\Virtual Bytes
\Process(w3wp)\Thread Count
\Processor(_Total)\% Processor Time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment