Monitor Caches Using Web Monitor
Clustered caches can be monitored to view performance counters using NCache Web Monitor. There are two types of dashboards provided by NCache.
Graphical View Dashboards In graphical dashboards, counters are shown in the form of graphs with respect to time. Counter value will be plotted along Y-Axis and time on X-Axis. Graphical dashboards are helpful in the scenarios where you want to monitor cache for some specific time.
Report View Dashboards In report view dashboards, counters are shown in the form of numeric values. Report view dashboards are helpful in the scenarios when you want to monitor instantaneous performance of NCache.
Pre-Requisite
- Please make sure that the time of your server machine and the machine where NCache Web Mnager is running is synced with the World Clock Time.
- Make sure NCache Service is started. If it is not started, do the following:
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 This Section
Monitor with Built-In Dashboard
Describes how counters for server and client can be monitored using built-in dashboard in NCache Monitor.
Monitor with Custom Dashboard
Describes how NCache's various features including client, server and sessions can be monitored by creating custom dashboard in NCache Monitor.