-2

I have below questions related to Azure.

  1. How can we check the latency between two virtual machine on Azure network as ICMP is not allowed there. I have an Linux VM and one Windows Server 2016 VM with SQL standard.

  2. How can we check the network performance on Azure.Like to check the alloted bandwidth to a VM.

Regards, Yugdeep

1 Answers1

1

In Azure, we can't use ICMP to test the network, we can use tcping to test it. if we use tcping, we should open port 80. enter image description here

Also we can use third party tools to test it.

Linux we can use iperf3, windows we can use Ntttcp.

Here a article talk about how to test it, and have a report about the result, please refer to it.

Jason Ye
  • 13,710
  • 2
  • 16
  • 25
  • Just checking in to see if the information provided was helpful. Please let me know if you would like further assistance. – Jason Ye Jun 06 '17 at 05:07