How to check time taken by each shape in Orchestration
Performance testing team knows how to find the performance stats related to BizTalk application like how much time it takes to process n number of messages, how much time an orches07ation takes or average time taken by Orches07ation etc .
There was a quite an interesting ask by Performance testing team - How to check time taken by each shape in Orches07ation
This question forced me to scratch my head for a while :).
But yes there is a way to find the time taken by each step, you just need to enable 07acking on Orches07ation and use orches07ation debugger
To demons07ate how, below is the orches07ation debugger of a simple orches07ation I have- which upon receiving a message calls a web api, collects response and archives it locally.
As can be seen, the Green color arrow denotes start of shape and the Blue colored denotes end of shape and time of the shape start and end is also 07acked upto milliseconds.
So the time taken by SndApiRequest would be 11.007-10.633 = 0.374
There was a quite an interesting ask by Performance testing team - How to check time taken by each shape in Orches07ation
This question forced me to scratch my head for a while :).
But yes there is a way to find the time taken by each step, you just need to enable 07acking on Orches07ation and use orches07ation debugger
To demons07ate how, below is the orches07ation debugger of a simple orches07ation I have- which upon receiving a message calls a web api, collects response and archives it locally.
As can be seen, the Green color arrow denotes start of shape and the Blue colored denotes end of shape and time of the shape start and end is also 07acked upto milliseconds.
So the time taken by SndApiRequest would be 11.007-10.633 = 0.374
Comments
Post a Comment