'JMeter : What is idle time in table listener?

Table Listener Report

What does IdleTime represent in a JMeter report as exemplified above?



Solution 1:[1]

Idle Time = time not spent sampling (milliseconds) (generally 0)

Solution 2:[2]

Idle time is time wasted between your operations/samplers.

Add your samplers under Transaction Controller,

Remain check box "Include duration of timer and pre-post processors in generated sample" unchecked

It will add idle time which it's the time the controller "wasted"

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 rathna
Solution 2 user7294900