@@ -731,7 +731,7 @@ ________________________________________________________-->
731
731
<!-- pgdoc-cn_start sig_en=dda16f720fbd9afbff8e9127dd98493f sig_cn_org=d9fae02bf3aef5530af7fd70acaeeddd source=15.7
732
732
<term><option>-−builtin</option>=<replaceable>scriptname[@weight]</replaceable></term>
733
733
________________________________________________________-->
734
- <term><option>--builtin</option>=<replaceable>脚本名称[@权重 ]</replaceable></term>
734
+ <term><option>--builtin</option>=<replaceable>scriptname[@weight ]</replaceable></term>
735
735
<!-- pgdoc-cn_end sig_en=dda16f720fbd9afbff8e9127dd98493f -->
736
736
<listitem>
737
737
<!-- pgdoc-cn_start sig_en=fa0c14c1692d03e3b88691298570e913 sig_cn_org=02a11ba52ff18b634c37685d26b6ffc2 source=15.7
@@ -851,7 +851,7 @@ ________________________________________________________-->
851
851
</para>
852
852
________________________________________________________-->
853
853
<para>
854
- 将从<replaceable>文件名 </replaceable>读取的事务脚本添加到要执行的脚本列表中。
854
+ 将从<replaceable>filename </replaceable>读取的事务脚本添加到要执行的脚本列表中。
855
855
</para>
856
856
<!-- pgdoc-cn_end sig_en=5bddcd7dfd0b203cb53eb8f78ffcb6e3 -->
857
857
<!-- pgdoc-cn_start sig_en=9406c01577ba15520913e08d3d3e2196 sig_cn_org=552511201fdba3bbc71f9115845c95f0 source=15.7
@@ -926,7 +926,7 @@ ________________________________________________________-->
926
926
</para>
927
927
________________________________________________________-->
928
928
<para>
929
- 持续时间超过<replaceable>limit</replaceable>毫秒的交易将被单独计数和报告,称为<firstterm>延迟 </firstterm>。
929
+ 持续时间超过<replaceable>limit</replaceable>毫秒的交易将被单独计数和报告,称为<firstterm>late </firstterm>。
930
930
</para>
931
931
<!-- pgdoc-cn_end sig_en=235337e289fdd63f1386d29f20a828be -->
932
932
<!-- pgdoc-cn_start sig_en=e06674482c432f825c140b1644b98496 sig_cn_org=545e9265f819788c472e46d8073e4a75 source=15.7
@@ -940,7 +940,7 @@ ________________________________________________________-->
940
940
________________________________________________________-->
941
941
<para>
942
942
当使用节流时(<option>--rate=...</option>),落后于计划时间超过<replaceable>limit</replaceable>毫秒的事务,
943
- 因此无法满足延迟限制,根本不会发送到服务器。它们被计数并单独报告为<firstterm>跳过 </firstterm>。
943
+ 因此无法满足延迟限制,根本不会发送到服务器。它们被计数并单独报告为<firstterm>skipped </firstterm>。
944
944
</para>
945
945
<!-- pgdoc-cn_end sig_en=e06674482c432f825c140b1644b98496 -->
946
946
<!-- pgdoc-cn_start sig_en=e00cbe420c2bffdd71a09383e49a33d0 sig_cn_org=e2edbf518bc66f9bd4ddb7461748cb5f source=15.7
@@ -4398,9 +4398,9 @@ ________________________________________________________-->
4398
4398
________________________________________________________-->
4399
4399
<para>
4400
4400
当同时使用<option>--rate</option>和<option>--latency-limit</option>时,
4401
- 跳过事务的<replaceable>时间 </replaceable>将被报告为<literal>skipped</literal>。
4402
- 如果事务以失败结束,其<replaceable>时间 </replaceable>将被报告为<literal>failed</literal>。
4403
- 如果您使用<option>--failures-detailed</option>选项,失败事务的<replaceable>时间 </replaceable>将被报告为<literal>serialization</literal>或<literal>deadlock</literal>,具体取决于失败类型(有关更多信息,请参见<xref linkend="failures-and-retries"/>)。
4401
+ 跳过事务的<replaceable>time </replaceable>将被报告为<literal>skipped</literal>。
4402
+ 如果事务以失败结束,其<replaceable>time </replaceable>将被报告为<literal>failed</literal>。
4403
+ 如果您使用<option>--failures-detailed</option>选项,失败事务的<replaceable>time </replaceable>将被报告为<literal>serialization</literal>或<literal>deadlock</literal>,具体取决于失败类型(有关更多信息,请参见<xref linkend="failures-and-retries"/>)。
4404
4404
</para>
4405
4405
<!-- pgdoc-cn_end sig_en=4e8d1be977ba9288dd3c262514fd6901 -->
4406
4406
@@ -4884,7 +4884,7 @@ ________________________________________________________-->
4884
4884
<itemizedlist>
4885
4885
<listitem>
4886
4886
<para>
4887
- <literal>延迟 </literal> — 每个语句的经过时间。<application>pgbench</application>报告该语句所有成功运行的平均值。
4887
+ <literal>latency </literal> — 每个语句的经过时间。<application>pgbench</application>报告该语句所有成功运行的平均值。
4888
4888
</para>
4889
4889
</listitem>
4890
4890
<listitem>
0 commit comments