Hello Ram,
First off, welcome to the LoadUI Community!I believe
this article with statistic references might shine some light on most of the metrics that can be found in a runner component.
As for the metrics on the report i believe the following might be correct:
Execution Metrics
CNT : Count, the number of requests
MIN : Minimum time taken in milliseconds, i.e the time the quickest request took
MAX : Maximum time taken in milliseconds, i.e the time the slowest request took
AVG : The average time taken in milliseconds
STD-DEV : Standard deviation of time taken in milliseconds.
Execution noteables
MS : Time taken in milliseconds for the top 5 requests
Time : At what time according to the local machines clock did the request occur
SIZE : Response size in bytes
I hope that shines some light on the matter.
Best regards,
Mikael