How to check cloud performance in Azure

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 group creation, disk attachment, VM removal etc.

Solution

The test is performed using our script available at  https://cdn.hystax.com/Engineering/azure_bench.ps1

1. Log in to your Azure account and run a PowerShell terminal by clicking the   icon in the top navigation bar. 
Select "Upload" in the "Manage files" menu to upload the provided script from your computer.



2. Type ./azure_bench.ps1 in the CLI and press Enter to get a list of available regions.
The syntax allows inputting several regions separated by a comma and specifying a name of a .csv file to save test results. If there is no such file yet, a new one will be created.



3. Once you run the script for a chosen region, a testing sequence will be initiated. Its output in PowerShell will indicate how much time each operation has taken to complete. The .csv file containing these results can be downloaded using the "Download" button.



Info
Performance metrics may vary considerably depending on the selected region. Normally, a full test takes from 300 to 600 seconds to complete. 



    • Related Articles

    • 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 ...
    • Renaming the cloud agent image in Hystax Acura

      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, ...
    • Changing the volume type per device in the target cloud

      Task Devices need to be replicated with a different type of volume in the cloud. Solution This instruction applies to AWS, K2 Cloud, Flexible Engine, and OpenStack clouds. The solution is available only for unprotected devices. To change the disk ...
    • Achieving 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, ...
    • Continuing to use 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 ...