How to interpret data using 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
How to continue using Acura after changing its public IP address
Challenge Acura requires a new public IP, and the replications should continue working as before. Solution This article covers the process from the start, so skip to #2 if you have already configured a new IP. #1 To change Acura's public IP: Go to ...
How to view log analytics using Kibana
Task How to view log analytics. Solution Use the Kibana service to view log analytics. It is available at: http://<Acura_IP>:30081/. User: kibana_user; password: LxY83mXr. If it’s the first launch of Kibana, follow these steps: Log in. Click “Explore ...
How to change network settings of an Agent in VMware
Challenge Hystax VMware Agent (HVRAgent) is deployed as a virtual machine to a source ESXi host. It uses DHCP for its single NIC by default. However, these default settings might not work in case the source VMware infrastructure doesn't have DHCP or ...
How to configure custom replication agent settings when adding a new customer in the 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 ...
How to change the disk label to disable the agent
Challenge The machine can't mount a disk and boot because a previous label is written in fstab. Cause This happens because the boot partition label was updated during the P2V conversion, but fstab entry points to the old label. Solution 1. Type your ...