Try Playground
Show / Hide Table of Contents

Monitor Bridge - WAN Replication

You can monitor the performance of your bridge and the caches it encompasses through the NCache Monitor or the Windows Event Viewer as explained in detail below.

Using the NCache Management Center for WAN Replication

Prerequisites

  • Please ensure that the time on your server machine and the machine where the NCache Management Center runs is synchronized with the World Clock Time.

  • Ensure that the NCache Service starts. If it does not, proceed with 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 the 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 NCacheSvc and choose the Restart option. Now your service will start running as an administrator.

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

> sudo systemctl start ncached

Bridges are used to synchronize caches across the WAN. These can be monitored using the NCache Monitor.

  • Launch the NCache Management Center by browsing to http://localhost:8251 or <server-ip>:8251 on Windows and Linux.

  • In the left navigation bar, click on Bridges. The page shows any existing bridges and additional details like Cache Name and Bridge Nodes.

Bridge NCache View Details

  • Click on the "..." button against the bridge name and click on Statistics.

Statistics option for bridge

  • A new statistic window is opened as a result showing the counter view.

  • Click on Add Counter at the top of the page.

Perfmon for Bridge

  • From the category list, select NCache Bridge. It shows you a list of instances.

  • Select your bridge instance. In the next window, a Select Counters box shows the list of the counters.

Instance selected Counters

  • Select the counters and then click on the Add Counters button. It will display the statistic window along with the added counters.

Statistic Window for Bridge

Using Windows Event Viewer

Bridge operations are also logged in the Windows Event Viewer such as a node joining a bridge or a cache connecting to the bridge. This is particularly useful as you can run custom batch scripts on an event in the Windows Event Viewer. So, if you want to perform a specific action like initiating a state transfer once the cache connects to the bridge, you can do so by calling the Start-BridgeStateTransfer PowerShell cmdlet in your script against that event ID.

See Also

Monitor Caches using NCache Monitor
Monitor Cluster Connectivity
Monitor Caches using the NCache Management Center
Troubleshooting NCache Monitoring

In This Article
  • Using the NCache Management Center for WAN Replication
    • Prerequisites
  • Using Windows Event Viewer
  • See Also

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Professional
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
© Copyright Alachisoft 2002 - 2025. All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top