Windows Performance Counters


Prerequisites for monitoring Windows Performance Counters: Click here

To create windows performance counters in Applications Manager, follow the steps given below:

  1. Select New Monitor. Choose Windows Performance Counters.

  2. Provide Name for Windows Performance Counter.

  3. Enter the Description for the counter.

  4. Enter the Polling Interval for the counter.

  5. If you are adding a new monitor from an Admin Server, select a Managed Server.

  6. Select the Host Name from the combo box or you can create a new host (by giving the new host name / IP address, username and password of the host)

Note: Windows Performance Counters are currently supported for Windows 7, Windows 8, Windows 10, Windows 11, Windows Server 2000, 2003, 2008, 2012, 2016, 2019 and 2022.

Applications Manager uses WMI (Windows Management Instrumentation) for monitoring Windows Performance Counters. WMI gives preinstalled performance counter classes; each class describes an object in performance libraries.

For eg., the object that appears in the Perfmon System Monitor named NetworkInterface is represented in WMI by the Win32_PerfRawData_Tcpip_NetworkInterface class for raw data 
Win32_PerfFormattedData_Tcpip_NetworkInterface class for pre-calculated, or "cooked" data.

Currently Applications Manager supports monitoring the counters of classes derived from Win32_PerfFormattedData


Some of the WMI Performance classes for Performance Objects that are present in Perfmon are 
Processor -Win32_PerfFormattedData_PerfOS_Processor 
Browser -Win32_PerfFormattedData_PerfNet_Browser 
PagingFile -Win32_PerfFormattedData_PerfOS_PagingFile 
Memory -Win32_PerfFormattedData_PerfOS_Memory 
Server -Win32_PerfFormattedData_PerfNet_Server


Some classes can only have one instance of it, they are called "Singleton Classes".

After creating Windows Performance Counters, You will see the WMI Monitor details page showing availability and other details.Availability tab, gives the Availability history for the past 24 hours or 30 days. Performance tab gives the Health Status and events for the past 24 hours or 30 days. List view enables you to perform bulk admin configurations. Click on the individual monitors listed, to view the following information. The windows performance counter values can be added and monitored as attribues. The overall ability to configure thresholds on attributes and taking corrective actions are supported out-of-the-box.

Adding Attributes

  • Click on Add Attributes link.
  • This will take you to the list of WMI Performance Classes. You can choose the classes whose attributes you want to monitor.
  • Click on Show Attributes; the list of WMI classes selected along with their attributes and instances are displayed. Select the attributes and instances. The attributes would then be added for monitoring.
  • You can configure thresholds and alarms for the attributes. At a class level, you can configure alarms for Health, which inturn depends on the attributes it comprises of.