Skip to main content

Monitoring & Metrics

Clustron DKV provides real-time visibility into store activity using built-in metrics.

This helps you:

  • Observe system behavior
  • Track performance
  • Debug issues
  • Understand load patterns

Command: Watch-DkvStoreMetrics​

Use this command to view live metrics for a store.

Syntax​

Watch-DkvStoreMetrics <StoreName>

Example​

Watch-DkvStoreMetrics TestStore

What You Will See​

The command displays live updates such as:

  • Requests per second
  • Read and write operations
  • Latency
  • Node activity

Metrics update continuously in real time.


How to Use Metrics​

Check if the Store is Active​

  • Metrics updating β†’ store is running
  • No activity β†’ store may be idle or stopped

Observe Load​

  • High request rates β†’ active workload
  • Sudden spikes β†’ bursts of activity

Identify Issues​

  • No updates β†’ connectivity issue
  • High latency β†’ possible bottleneck
  • Uneven activity β†’ imbalance across nodes

Monitoring Multiple Nodes​

In distributed setups:

  • Metrics reflect activity across the cluster
  • You can observe overall system behavior
  • Node-level activity may vary

When to Use This Command​

Use Watch-DkvStoreMetrics during:

  • Development and testing
  • Load validation
  • Troubleshooting
  • Production monitoring

Important Notes​

  • Metrics are real-time and continuously updated
  • Use this command in a dedicated terminal
  • Stop the command using Ctrl + C

Common Issues​

No Metrics Displayed​

  • Ensure the store is running
  • Verify you are connected to the manager

Metrics Not Updating​

  • Check client activity
  • Verify connectivity between nodes

What’s Next​

πŸ‘‰ Continue to Troubleshooting for common issues and solutions