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
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.
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 change the volume type for each device in the cloud
Task Devices need to be replicated with a different type of volume in the cloud. Solution If devices need to be replicated with a different type, change the volume type for each device accordingly. This action is available for unprotected devices ...
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 ...