Search code examples
jmeter

Can Jmeter be configured to report latency in microseconds or fractions of millisecond?


Is it anyway to configure jmeter to report latency in microseconds alt fractions of millisecond vs integer milliseconds?

Doing low latency benchmarking and when latency is sub ms it is reported as 0ms which impacts reported throughput aggregates etc.


Solution

  • As of JMeter 5.6 it's not possible so you either need to raise an enhancement request or implement it yourself and build JMeter

    Alternatively you can create your own JMeter plugin which will be running requests and report latency with micro or nano seconds precision.