How to add perfmon counters in Windows

How to view perfmon counters in Windows?

To monitor specific Windows performance (perfmon) counters with Site24x7's plugin integration, you need to get the names of the performance counters from the Windows Performance Monitor on your server. 

Follow the steps below to get the names of the performance counters:
  1. Open the Run command window and run the following command:
    perfmon



    The Performance Monitor Window will open.

  2. In the left pane of Performance Monitor window, select Performance Monitor under the Monitoring Tools folder. A graph-like area will appear.


  3. To add perfmon counters, click the green + icon. Alternatively, you can right-click in the graph area and select Add Counters.



  4. From the list of available counters, select the specific counters you want to add for monitoring (e.g., .NET CLR Exceptions, Battery Status, Bluetooth Device, etc.) and click Add >>. Then click OK to apply the changes. Your selected performance counters will be added.



  5. From the list of added counters that appear below the graph, select an added counter you want to monitor and double-click it.


    A Performance Monitor Properties dialog box will appear.

  6. The Performance Monitor Properties dialog box lists the names of all the added counters. Ensure that you use the exact names of the relevant counters while installing the plugin.
    For example, \Battery Status(ACPI\PNP0C0A\1_0)\Charge Rate is the name of the Battery Status Charge Rate performance counter, as shown below.

Once you have the names of the counters, you can proceed adding the names in the .cfg file of the Site24x7 Windows performance counter monitoring plugin integration by following the steps in this link.

    • Related Articles

    • How to troubleshoot my Windows PowerShell Plugin?

      By default, the Site24x7 monitoring Windows agent will run as a SYSTEM user. In case, if you would like to verify if the plugin script is giving the output properly as SYSTEM user, follow these steps: Download PsExec from this link and extract the ...
    • Install and configure an Oracle plugin in Windows

      Prerequisites Ensure that the Site24x7 Windows server monitoring agent is installed in the system where the Oracle instance is running. Ensure python3 is installed in the system and add it to the Windows path. Refer to the link below for adding ...
    • How to check if a perfmon counter is present?

      Please follow the below steps: Open the server machine in which there is an issue Start > Run and then type perfmon In the perfmon window, expand Monitoring Tools under Performance and select Performance Monitor Now, click on the (+) icon (green ...
    • Troubleshooting steps in case of performance counter test failure or value mismatch

      From the Site24x7 web client, go to Network > Network Device . Click on the desired device name and go to the Performance Counters tab. Click Test on the desired performance counter.  Copy the Device Identifier/OID from the Test Performance Counter ...
    • How do I add the Dell iDRAC plugin for Windows?

      Prerequisites Install the latest version of the Net-SNMP package. Follow these steps to install and configure it. Install Python 3.6. Plugin Installation Create a folder named idrac. Download the files from our GitHub repository and place them in the ...