File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ usage(void)
369369 " -N, --skip-some-updates skip updates of pgbench_tellers and pgbench_branches\n"
370370 " -P, --progress=NUM show thread progress report every NUM seconds\n"
371371 " -r, --report-latencies report average latency per command\n"
372- " -R, --rate=SPEC target rate in transactions per second\n"
372+ " -R, --rate=NUM target rate in transactions per second\n"
373373 " -s, --scale=NUM report this scale factor in output\n"
374374 " -S, --select-only perform SELECT-only transactions\n"
375375 " -t, --transactions number of transactions each client runs "
Original file line number Diff line number Diff line change @@ -429,7 +429,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
429429 </para>
430430 <para>
431431 The rate is targeted by starting transactions along a
432- Poisson-distributed schedule time line. The expected finish time
432+ Poisson-distributed schedule time line. The expected start time
433433 schedule moves forward based on when the client first started, not
434434 when the previous transaction ended. That approach means that when
435435 transactions go past their original scheduled end time, it is
You can’t perform that action at this time.
0 commit comments