https://bz.apache.org/bugzilla/show_bug.cgi?id=60156
Bug ID: 60156
Summary: TCPSampler : Latency is not measured for TCP Sampler
Product: JMeter
Version: 3.0
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
TCP Sampler results have always 0 as latency. It seems that .latencyEnd() is
not called anywhere in the TCPSampler or in its implementations.
I can't just create a new custom TCPSamplerImpl implementation because the
TCPClient interface doesn't specify a read method with the SampleResult passed
in to make it able to call 'latencyEnd' on it.
--
You are receiving this mail because:
You are the assignee for the bug.