mirror of
https://github.com/nmap/nmap.git
synced 2026-08-31 23:40:57 +00:00
Add the --stats-every option. See http://seclists.org/nmap-dev/2009/q1/0404.html.
This commit is contained in:
parent
a173fe6ce1
commit
486ff13e3a
6 changed files with 59 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue