How to measure execution time of Azure stream analytixcs job at Edge device

ankita m 66 Reputation points
2022-02-18T18:13:09.427+00:00

Hello,

I am trying measure time for execution taken by ASA job on edge device, Could you please suggest the solution for exit time? I cannot use UDF function on edge solution.
For starting time I used System.Timestamp, which gives time before execution starts.
Query:
175954-image.png

timeCreated: 2022-02-17T20:01:38.4903950Z
System.Timestamp: 2022-02-17T20:01:38.4903950Z

What is timeCreated?

Data pipeline is:

SimulatedTemperatureSensor -> ASA Module -> Blobstorage

Thanks.

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
567 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
352 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde | MVP 32,011 Reputation points MVP
    2022-02-18T19:04:00.803+00:00

    Hello @ankita m ,

    to get insights about your Azure IoT Edge solution, host, and modules, check out this metrics collector module from Microsoft.

    Check out these visualizations.

    One of the views is:

    The Modules view shows how the individual modules on a device are performing.

    If this is not good enough for you, you can always try to compare the telemetry creation time and the output of your job using customer module logic and routing.


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.