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

Browse Cache Statistics

Pre-Requisite

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

NCache Web Manager

  • Launch NCache Web Manager by browsing to http://localhost:8251 (Windows) or <server-ip>:8251 (Windows + Linux).

  • In the left navigation bar, click on Local Caches or Clustered Caches based on your requirement. This opens up a new page at <server-ip>:8251/. The page shows any existing local or clustered caches and additional details like Server and Server Platform.

Remove Cache Web

  • Select the cache and check the checkbox against the cache name.

    • Method 1: Click on the "..." button against the cache name. Click on Show statistics from the options.

      Show cache statistics

    • Mathod 2: Click on the Statistics Button from the toolbar.

  • A statistic window will pop open showing the cache statistics.

Cache statistics

  • In order to add counters for monitoring, click on the + sign against Performance Counters on the top of the page.

Perfmon for Bridge

  • From the category list select NCache. It shows all the present caches on the server node provided.

Shows Cache instances

  • Select the instance of the cache that needs to be monitored. A list of counters are displayed.

List of Cache Counters

  • Select the counters from the list and click on on Add Selected Counters. It shows a list of selected counters.

List of Selected Counters

  • Selected counters can then be added by clicking Display selected Counters.

See Also

Monitor Cluster Connectivity
Monitor Cache Clusters using NCache Email Alerts

Back to top Copyright © 2017 Alachisoft