• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Monitor Bridge Counters Using PerfMon Tool

Note

This feature is only available in NCache Enterprise Edition.

NCache publishes bridge counters in PerfMon under category NCache Bridge. This category has all the counters related to the bridge.

Prerequisites

Make sure NCache Service is started. If it is not started, do the following:

  • Windows Environment
  • Linux Environment

In PowerShell, enter the following command:

Start-Service -Name NCacheSvc

For .NET Core, make sure that you run NCache service as an administrator. Here are the steps to do so:

  • Open Services window and look for NCache in the list.
  • Right click on NCacheSvc from the list and choose Properties.
  • Go to the Log On tab and click on the Browse button.
  • In the object name field, type Administrator and click on the Check Names button.
  • It will pick the appropriate Administrator, then click OK.
  • Now, set a Password and click OK.
  • Right click on the NCache service and choose the Restart option. Now your service will start running as administrator.

In a terminal of your choice, type the following command:

> sudo systemctl start ncached

Follow these steps to monitor the NCache bridge counters through PerfMon tool:

  • Press WINDOWS + R keys on your keyboard OR click on the Windows start menu and then type PerfMon and press ENTER key.

  • PerfMon tool opens up; click on the Performance Monitor under Monitoring Tools.

  • Click on the cross (X) button to remove the default counter which is already added in it.

    cross Button to Remove Default Counter

    Then click on the plus (+) button to open the Add Counters dialog box.

    Plus Button to Add Counters dialog box

  • Using the vertical slider of available counters list box, scroll upward to find NCache Bridge category.

  • Click on the down arrowhead (icon) to expand the NCache Bridge category. All of its counters are listed under it. Select the required counters from this list like this:

    Name of the Bridge to be Monitored

  • All of the current running caches for which clients are running appear inside of Instances of selected objects list box.

  • Select the required instance or simply click on < All instances >, and click on the Add > > button.

  • All of the counters that were selected in step 5 for all the selected instance of caches appear in Added counters list box on the right side.

  • Click OK available at the bottom right of this dialog box. All of the selected counters will appear in PerfMon tool like this:

    Monitor Bridge Counters using PerfMon

See Also

Monitor Cache Server Counters Using Perf​Mon
Monitor Cache Client Counters Using Perf​Mon
Logging
Troubleshooting NCache Monitoring

Back to top Copyright © 2017 Alachisoft