0

We are looking to run a Netapp instance in Azure Ireland. The first time our cloud architect tried it performance was terrible. We therefore want to run some performance tests but are hitting a brick wall.

I can traceroute to the Netapp instance but don't have access to a shell to even traceroute back to see what path the data is taking. I don't have any tools like iperf or even smokeping to see what the issues are in the data path (MTU? fragmentation? Too long a reverse path? Overloaded link in reverse path? etc) How do users debug performance issues when using Azure?

Thanks!

  • Could you elaborate about what performance indicators you find to be troublesome? Can you give us some more details from where you are connecting? – pacey Oct 02 '18 at 14:08
  • We have a 10Gb/sec connection and are only able to upload about 7GB in an hour or so. I'd like to do some performance debugging and find a lack of tools available to debug the underlying infrastructure. – Hank Nussbacher Oct 02 '18 at 16:01

1 Answers1

0

File sharing protocols like smb, cifs, and nfs are not optimized for high latency. They will probably have horrible throughput over your wan. These protocols are designed to be used from within the same network- test again from a server in the same azure datacenter and ideally network.

Basil
  • 8,851
  • 3
  • 38
  • 73
  • Strange then that Netapp and MS market it as a solution: https://www.netapp.com/us/cloud-marketplace/microsoft-azure.aspx https://cloud.netapp.com/storage-solutions-for-azure – Hank Nussbacher Oct 03 '18 at 11:14
  • Not at all strange. Everything they say is assuming you were accessing this from a local network. – Basil Oct 04 '18 at 12:43