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