Interpreting replication and performance data with Grafana
Task
How to interpret data using Grafana.
Solution
To access the Grafana dashboards log in at http://<ACURA_IP>:30082.
User: grafana_user; password: LxY83mXr.
On the Home Dashboard page find:
- the list of useful dashboards
- global replication speed and network utilization.
We’ve starred 3 dashboards for your usability. Find them on the left panel of the Home Dashboard: the stats for customers, devices, and snapshots. They include a set of panels:
- “Data Block Flow” measures replication speed, with a breakdown of block types
- “Network Utilization” measures real network traffic (currently only between Replication Agent and Acura, without Cloud Agent traffic)
- “Receiver Operation Breakdown” measures the percent of time the Receiver spent doing its operations. This is useful for finding bottlenecks:
- If the Receiver spends most of the time waiting for input, it means the Replication Agent can’t read or send fast enough.
- If the Receiver spent most of the time on storage processing, it means the Cloud Agent can’t receive or write fast enough.
- “Replication agent → Receiver Bandwidth optimization” metric measures how much network traffic was saved through compression and WAN optimization
- “Processing speed” measures the speed of individual Receiver and Replication Agent operations
- “Receiver threads” measure how many threads in the Receiver are active
Get the tooltip by hovering on the chart.
Related Articles
Custom settings for a replication agent when creating a new customer in ACP
Task When a replication agent is downloaded from the ACP, it is injected with the current network information vital for connecting to the Acura instance and discovering machines for the given customer. Depending on the actual layout, Acura may be ...
Checking cloud performance on Azure
Task Check the performance of Azure cloud platform if you have noticed considerable delays or failures in Cloud Site creation or replications. The following test is useful if you would like to see the actual timings of cloud operations like resource ...
Enabling debug logging for the Hystax VMware Replication Agent
Task Turn on debug logging to perform advanced troubleshooting of Hystax VMware Replication Agent (HVRAgent) Solution Go to the TUI and select the “Agent options” menu Choose the “Enable debug logging” option You can see the logs in agent TUI or in ...
Enabling debug logging for the Hystax Linux Replication Agent (HLRAgent)
Task Turn on debug logging to perform advanced troubleshooting of Hystax Linux Replication Agent (HLRAgent) Solution Stop the HLRAgent service with the following command: sudo service hlragent stop Enable debug logs, set the value ...
Enabling debug logs for the Hystax Windows Replication Agent (HWRAgent)
Task Turn on debug logging to perform advanced troubleshooting for Hystax Windows Replication Agent (HWRAgent). Solution HWRAgent is running as two separate processes - HWRAgent service and Replication Manager (Repman_x64.exe), so you need to turn on ...