How to find the exact "Total Test Duration Time" in Jmeter?

I would like to know if there is a JMeter listener that displays the total runtime of the test.

Although this plugin shows elapsed time / total duration time along the x axis, it gives this value in seconds, but I need a value in milliseconds.

Please tell me how can I get the total duration / elapsed time of testing in milliseconds?

Thanks in advance.

+2
source share
2 answers

There is no short answer to the question (which was clarified on the basis of comments), AFAIK there is no listener that displays on the screen the total time during which the test worked in milliseconds.

, , . - - , . , , , - , , JMeter - .

GUI, beanshell, . , , TG . , .

+5
+1

Source: https://habr.com/ru/post/1688057/


All Articles