How to interpret data using Grafana

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:
  1. the list of useful dashboards
  2. 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:
  1. Data Block Flow” measures replication speed, with a breakdown of block types

  1. Network Utilization” measures real network traffic (currently only between Replication Agent and Acura, without Cloud Agent traffic)

  1. Receiver Operation Breakdown” measures the percent of time the Receiver spent doing its operations. This is useful for finding bottlenecks:
    1. If the Receiver spends most of the time waiting for input, it means the Replication Agent can’t read or send fast enough.
    2. If the Receiver spent most of the time on storage processing, it means the Cloud Agent can’t receive or write fast enough.

  1. Replication agentReceiver Bandwidth optimization” metric measures how much network traffic was saved through compression and WAN optimization

  1. Processing speed” measures the speed of individual Receiver and Replication Agent operations

  1. 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 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 name of the cloud agent image

      Task Change the name of the cloud agent image Solution "Hystax_CATI" is the default Cloud Agent image name used while we deploy Hystax Acura. Sequence of steps on an already deployed Acura: Rename the Cloud Agent image. Create a new customer, ...
    • Consistent replication of Linux databases

      To get consistent state of running databases on Linux, e.g. MySQL, PostgreSQL, use pre-backup and post-backup scripts, located in /usr/bin/hlragent/scripts/. These scripts are automatically called during the replication process. To flush the data, ...