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

Monitor NCache Using Windows PerfMon Tool

NCache publishes its performance counters through PerfMon. You can monitor NCache counters for a specific cache on any Windows machine using Windows PerfMon tool.

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

In This Section

Monitoring Cache Server Counters using PerfMon
Explains how to view and monitor all the counters related to cache server through PerfMon tool.

Monitoring Cache Client Counters using PerfMon
Explains how to view and monitor all the counters related to cache client through PerfMon tool.

Monitoring Bridge Counters using PerfMon
Explains how to view and monitor all the counters related to bridge through PerfMon tool.

Back to top Copyright © 2017 Alachisoft