@@ -1064,8 +1064,8 @@ f(x) = exp(-parameter * (x - min) / (max - min + 1)) / (1 - exp(-parameter))
1064
1064
function of the standard normal distribution, with mean <literal>mu</>
1065
1065
defined as <literal>(max + min) / 2.0</>, with
1066
1066
<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)
1069
1069
</literallayout>
1070
1070
then value <replaceable>i</> between <replaceable>min</> and
1071
1071
<replaceable>max</> inclusive is drawn with probability:
@@ -1158,22 +1158,22 @@ END;
1158
1158
<para>
1159
1159
Here is a snippet of the log file generated:
1160
1160
<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
1165
1165
</screen>
1166
1166
1167
1167
Another example with --rate=100 and --latency-limit=5 (note the additional
1168
1168
<replaceable>schedule_lag</> column):
1169
1169
<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
1177
1177
</screen>
1178
1178
In this example, transaction 82 was late, because its latency (6.173 ms) was
1179
1179
over the 5 ms limit. The next two transactions were skipped, because they
0 commit comments