Monitor with NCache Monitor Built-In Dashboard
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.
Monitor Cache Counters
There are two major categories of performance counters; Server counters and Client counters.
In order to monitor cache counters, follow the steps below:
Launch NCache Web Manager by browsing to
http://localhost:8251
(Windows) or<server-ip>:8251
(Windows + Linux).From the left navigation bar, click on the Clustered Caches or Local Caches based on your requirement.
- Click on the "..." button on the right corner against the cache name and click on Monitor Cluster. Make sure that the cache is already running.
- NCache Monitor will be opened in a new tab. By default, it has three dashboards opened.
Important
All the default dashboards are non-editable. It means no counter or graph can be added or removed from default dashboards.
Server Dashboard
It contains Cluster Health, Event Logs along with some mostly required cache counter graphs like, CPU Usage, Network Usage, Cache Size, Request/sec Graph and Memory Usage etc. Server Dashboard is generally a graphical view dashboard.
Client Dashboard
This built-in dashboard displays different client side counters. Few of the counters display the NCache client system resource usage info like NCache Client CPU, NCache Client Memory, NCache Client Network. This dashboard also shows the NCache client specific information, e.g., NCache Client Request Queue, NCache Client Read Operations/sec, NCache Client Write Operations.
Report Dashboard
This view shows counters in numeric form rather than graphs. It contains two portions, each for Server Report View and Client Report View. Both portions contain respective counters.
See Also
Monitor with Custom Dashboard
Monitor Caches using NCache Monitor
Cache Counters
Monitor Cluster Connectivity