This commit is contained in:
david 2009-02-24 00:23:54 +00:00
parent a173fe6ce1
commit 486ff13e3a
6 changed files with 59 additions and 0 deletions

View file

@ -3402,6 +3402,23 @@ even if this option is not specified.
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>--stats-every <replaceable>time</replaceable></option> (Print periodic timing stats)
<indexterm><primary><option>--stats-every</option></primary></indexterm>
</term>
<listitem>
<para>
Periodically prints a timing status message after each
interval of <replaceable>time</replaceable>. The time is a
specification of the kind described in
<xref linkend="man-performance"/>; so for example, use
<command>--stats-every 10s</command> to get a status update
every 10 seconds. Updates are printed to interactive output
(the screen) and XML output.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>