azureazure-eventhubazure-stream-analyticsazure-data-lake-gen2

How do I check write speeds to a container? AZure DLS Gen 2


I'm doing some work to test the write speeds of different output serializations (Avro, Parquet etc) for a streaming use case. I can see the size of the files, but how can I check other metrics like speed/latency and other interesting comparative factors? I am also using Eventhubs and Stream Analytics, if these can offer a solution too.


Solution

  • For checking write speeds on Azure DLS Gen 2, you can go to your Azure Portal, under your storage account, navigate to the "Metrics" tab. This will show you various metrics, including the average ingress and egress rates, which can give you an idea of the write speeds. You can also customize what you want to see based on the various Metric namespace. enter image description here

    Reference document- MS Doc