@@ -1064,8 +1064,8 @@ f(x) = exp(-parameter * (x - min) / (max - min + 1)) / (1 - exp(-parameter))
10641064 function of the standard normal distribution, with mean <literal>mu</>
10651065 defined as <literal>(max + min) / 2.0</>, with
10661066<literallayout>
1067- f(x) = PHI(2.0 * parameter * (x - mu) / (max - min + 1)) /
1068- (2.0 * PHI(parameter) - 1)
1067+ f(x) = PHI(2.0 * parameter * (x - mu) / (max - min + 1)) /
1068+ (2.0 * PHI(parameter) - 1)
10691069</literallayout>
10701070 then value <replaceable>i</> between <replaceable>min</> and
10711071 <replaceable>max</> inclusive is drawn with probability:
@@ -1158,22 +1158,22 @@ END;
11581158 <para>
11591159 Here is a snippet of the log file generated:
11601160<screen>
1161- 0 199 2241 0 1175850568 995598
1162- 0 200 2465 0 1175850568 998079
1163- 0 201 2513 0 1175850569 608
1164- 0 202 2038 0 1175850569 2663
1161+ 0 199 2241 0 1175850568 995598
1162+ 0 200 2465 0 1175850568 998079
1163+ 0 201 2513 0 1175850569 608
1164+ 0 202 2038 0 1175850569 2663
11651165</screen>
11661166
11671167 Another example with --rate=100 and --latency-limit=5 (note the additional
11681168 <replaceable>schedule_lag</> column):
11691169<screen>
1170- 0 81 4621 0 1412881037 912698 3005
1171- 0 82 6173 0 1412881037 914578 4304
1172- 0 83 skipped 0 1412881037 914578 5217
1173- 0 83 skipped 0 1412881037 914578 5099
1174- 0 83 4722 0 1412881037 916203 3108
1175- 0 84 4142 0 1412881037 918023 2333
1176- 0 85 2465 0 1412881037 919759 740
1170+ 0 81 4621 0 1412881037 912698 3005
1171+ 0 82 6173 0 1412881037 914578 4304
1172+ 0 83 skipped 0 1412881037 914578 5217
1173+ 0 83 skipped 0 1412881037 914578 5099
1174+ 0 83 4722 0 1412881037 916203 3108
1175+ 0 84 4142 0 1412881037 918023 2333
1176+ 0 85 2465 0 1412881037 919759 740
11771177</screen>
11781178 In this example, transaction 82 was late, because its latency (6.173 ms) was
11791179 over the 5 ms limit. The next two transactions were skipped, because they
0 commit comments