Click or drag to resize
CounterName Class
Performance counter names
Inheritance Hierarchy
SystemObject
  CMS.HealthMonitoringCounterName

Namespace: CMS.HealthMonitoring
Assembly: CMS.HealthMonitoring (in CMS.HealthMonitoring.dll) Version: 11.0.0
Syntax
C#
public static class CounterName

The CounterName type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberALL_EMAILS_IN_QUEUE
Key of counter 'E-mails in queue'.
Public fieldStatic memberALLOCATED_MEMORY
Key of counter 'Allocated memory'.
Public fieldStatic memberANONYMOUS_VISITORS
Key of counter 'Online users - anonymous'.
Public fieldStatic memberAUTHENTICATED_USERS
Key of counter 'Online users - authenticated'.
Public fieldStatic memberCACHE_EXPIRED_ITEMS_PER_SECOND
Key of counter 'Cache expired items/sec'
Public fieldStatic memberCACHE_REMOVED_ITEMS_PER_SECOND
Key of counter 'Cache removed items/sec'
Public fieldStatic memberCACHE_UNDERUSED_ITEMS_PER_SECOND
Key of counter 'Cache underused items/sec'
Public fieldStatic memberERROR_EMAILS_IN_QUEUE
Key of counter 'Error e-mails in queue'.
Public fieldStatic memberEVENTLOG_ERRORS
Key of counter 'Errors'.
Public fieldStatic memberEVENTLOG_WARNINGS
Key of counter 'Warnings'.
Public fieldStatic memberFILE_DOWNLOADS_AND_VIEWS_PER_SECOND
Key of counter 'File downloads/sec'
Public fieldStatic memberNON_PAGES_REQUESTS_PER_SECOND
Key of counter 'Non-page requests/sec'
Public fieldStatic memberNOT_FOUND_PAGES_PER_SECOND
Key of counter 'Pages not found/sec'
Public fieldStatic memberONLINE_USERS
Key of counter 'Online users - total'.
Public fieldStatic memberPENDING_REQUESTS_PER_SECOND
Key of counter 'Pending requests/sec'
Public fieldStatic memberROBOT_TXT_PER_SECOND
Key of counter 'Robots.txt views/sec'
Public fieldStatic memberRUNNING_SQL_QUERIES
Key of counter 'Running SQL queries'.
Public fieldStatic memberRUNNING_TASKS
Key of counter 'No. of running tasks'.
Public fieldStatic memberRUNNING_THREADS
Key of counter 'Running threads'.
Public fieldStatic memberTASKS_IN_QUEUE
Key of counter 'Scheduled tasks in queue'.
Public fieldStatic memberVIEW_OF_CONTENT_PAGES_PER_SECOND
Key of counter 'Content page views/sec'
Public fieldStatic memberVIEW_OF_SYSTEM_PAGES_PER_SECOND
Key of counter 'System page views/sec'
Top
See Also