summaryrefslogtreecommitdiff
path: root/docs/manpages-3/smbd.8.xml
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2007-04-20 19:11:33 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:32 -0500
commit944e7b048f2741226b53dcca0bb7532bf53a61d5 (patch)
tree0a0d189585eac65c464f28f7c035747380068548 /docs/manpages-3/smbd.8.xml
parent7e40832f5cf05079563582fefd21ba147892fd76 (diff)
downloadsamba-944e7b048f2741226b53dcca0bb7532bf53a61d5.tar.gz
samba-944e7b048f2741226b53dcca0bb7532bf53a61d5.tar.bz2
samba-944e7b048f2741226b53dcca0bb7532bf53a61d5.zip
update manpage for profiling-level option
(This used to be commit 45d1ca3bd9831abd188ea8befec221ad61188493)
Diffstat (limited to 'docs/manpages-3/smbd.8.xml')
-rw-r--r--docs/manpages-3/smbd.8.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/manpages-3/smbd.8.xml b/docs/manpages-3/smbd.8.xml
index 3f5755c2da..302905b670 100644
--- a/docs/manpages-3/smbd.8.xml
+++ b/docs/manpages-3/smbd.8.xml
@@ -26,6 +26,7 @@
<arg choice="opt">-d &lt;debug level&gt;</arg>
<arg choice="opt">-l &lt;log directory&gt;</arg>
<arg choice="opt">-p &lt;port number(s)&gt;</arg>
+ <arg choice="opt">-P &lt;profiling level&gt;</arg>
<arg choice="opt">-O &lt;socket option&gt;</arg>
<arg choice="opt">-s &lt;configuration file&gt;</arg>
</cmdsynopsis>
@@ -133,15 +134,23 @@
</varlistentry>
<varlistentry>
- <term>-p &lt;port number(s)&gt;</term>
+ <term>-p|--port&lt;port number(s)&gt;</term>
<listitem><para><replaceable>port number(s)</replaceable> is a
space or comma-separated list of TCP ports smbd should listen on.
The default value is taken from the <smbconfoption name="ports"/> parameter in &smb.conf;</para>
<para>The default ports are 139 (used for SMB over NetBIOS over TCP)
and port 445 (used for plain SMB over TCP).
- </para></listitem>
+ </para></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>-P|--profiling-level&lt;profiling level&gt;</term>
+ <listitem><para><replaceable>profiling level</replaceable> is a
+ number specifying the level of profiling data to be collected.
+ 0 turns off profiling, 1 turns on counter profiling only,
+ 2 turns on complete profiling, and 3 resets all profiling data.
+ </para></listitem>
</varlistentry>
</variablelist>
</refsect1>