Prerequisites for monitoring Windows Performance Counters: Click here
To create windows performance counters in Applications Manager, follow the steps given below:
Select New Monitor. Choose Windows Performance Counters.
Provide Name for Windows Performance Counter.
Enter the Description for the counter.
Enter the Polling Interval for the counter.
If you are adding a new monitor from an Admin Server, select a Managed Server.
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)
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