how to know the IOPS and throughput of azure file share

Richkm 151 Reputation points
2021-08-11T10:41:10.497+00:00

hello,

I am uploading data to file share using azcopy..wants to know..

  1. how to extract IOPS for file share (standard ,not premium) so that i can know the performance of file share .
  2. what are the other performance i can able to get from log analytic related to azcopy operations on File share.
  3. some of applications are using same azure file share ..how to know the performance ( like iops and throughput)of application on file share.

i can able to finds transactions matrix log for file share.

Thanks
Richkm

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,645 questions
Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,420 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. deherman-MSFT 38,021 Reputation points Microsoft Employee Moderator
    2021-08-12T21:09:30.377+00:00

    @Richkm

    It is not currently possible to retrieve the exact IOPS for Azure Files standard using Azure Monitor. However, you can view the transactions sum and divide this number by 60 seconds to get the approximate IOPS value. For bandwidth you can add the ingress and egress and divide by 60 seconds to get your throughput per second. More information on these transaction metrics can be found here.

    If you are interested in testing performance you can use the benchmark feature of AzCopy. You can also create an alert for throttling on your File Share.

    To monitor IOPS of an individual application it would require monitoring from the client side.

    Hope this helps. Let me know if you have further questions or issues and I will do my best to assist.

    -------------------------------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.