How to check cloud performance in Azure

How to check cloud performance in 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  http://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. Make sure that "PowerShell" is selected.



2. Click on the    button and upload the provided script from your computer.
3. 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.



4. 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 same   button.



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


    • Related Articles

    • 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. To let Acura use a different image name for an existing deployment, you can do the following: 1. Rename the ...
    • 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: ...
    • List of log files locations

      Log files locations, by agent type: Agent type Log file location Windows replication agent %ProgramData%\Hystax\acura\LOG\repman.log %ProgramData%\Hystax\acura\LOG\hwragent.log.txt Linux replication agent /var/log/repman.log VMware replication agent ...
    • How to set volume exclusion for the Windows replication agent

      Task Set a volume exclusion for the Windows replication agent. Solution In case there are disks on the machines that are not needed for replication, they can be excluded by setting certain parameters in the cbt.conf configuration file: 1. Stop the ...
    • How to change network settings of an Acura instance in VMware

      Challenge Hystax Acura for VMware is deployed as a virtual machine to a source ESXi host. It uses DHCP for its NIC by default.  However, these default settings might not work in case the source VMware infrastructure doesn't have DHCP enabled or ...