Difficult to understand the Gaussian Random Timer?

Chetan picture Chetan · Jul 12, 2013 · Viewed 13.3k times · Source

I have read the Gaussian Random Timer info in jmeter user manual but it is difficult to understand. any one have idea related to this please explain with example highly appreciated. Thanks in advance.

Answer

AndreiO picture AndreiO · Oct 16, 2013

The Gaussian Random Timer has a random deviation (based on Gauss curve distribution) around the constant delay offset.

For example:

  • Deviation: 100 ms
  • Constant Delay Offset: 300 ms

The delay will vary between 200 ms (300 - 100) and 400 ms (300 + 100) based on Gauss distribution for about 68% of the cases.