summaryrefslogtreecommitdiff
path: root/docs/htmldocs
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2000-10-12 19:32:09 +0000
committerHerb Lewis <herb@samba.org>2000-10-12 19:32:09 +0000
commitd57dc01732e36832649377b2708d1747b0b54e00 (patch)
tree70f3ca03bd3844ad4e6d5735ce6b005ae7b6c7a7 /docs/htmldocs
parent53ce2f7012d55e200082fa7bc04b27d9dcfcf706 (diff)
downloadsamba-d57dc01732e36832649377b2708d1747b0b54e00.tar.gz
samba-d57dc01732e36832649377b2708d1747b0b54e00.tar.bz2
samba-d57dc01732e36832649377b2708d1747b0b54e00.zip
update man page for program changes
(This used to be commit 1ddfec32562f755f3f4ca4dde54af6a5a2e99978)
Diffstat (limited to 'docs/htmldocs')
-rw-r--r--docs/htmldocs/smbcontrol.1.html21
1 files changed, 16 insertions, 5 deletions
diff --git a/docs/htmldocs/smbcontrol.1.html b/docs/htmldocs/smbcontrol.1.html
index 65eff8b6a4..4ce05714c6 100644
--- a/docs/htmldocs/smbcontrol.1.html
+++ b/docs/htmldocs/smbcontrol.1.html
@@ -30,8 +30,9 @@
<h2>DESCRIPTION</h2>
<p><br>This program is part of the <strong>Samba</strong> suite.
-<p><br><strong>smbcontrol</strong> is a very small program, which sends messages to a <a href="smbd.8.html"><strong>smbd</strong></a>
-or a <a href="nmbd.8.html"><strong>nmbd</strong></a> daemon running on the system.
+<p><br><strong>smbcontrol</strong> is a very small program, which sends messages to an
+<a href="smbd.8.html"><strong>smbd</strong></a> or an <a href="nmbd.8.html"><strong>nmbd</strong></a> daemon
+running on the system.
<p><br><a name="OPTIONS"></a>
<h2>OPTIONS</h2>
@@ -39,9 +40,9 @@ or a <a href="nmbd.8.html"><strong>nmbd</strong></a> daemon running on the syste
<p><br><a name="minusi"></a>
<li><strong><strong>-i</strong></strong> Run interactively. Individual commands of the form
<a href="smbcontrol.1.html#destination">destination</a> <a href="smbcontrol.1.html#messagetype">message-type</a> <a href="smbcontrol.1.html#parameters">parameters</a>
-can be entered on STDIN. An empty command line will quit the program.
+can be entered on STDIN. An empty command line or a "q" will quit the program.
<p><br><a name="destination"></a>
-<li><strong><strong>destination</strong></strong> is one of "nmbd", "smbd" or a process ID
+<li><strong><strong>destination</strong></strong> is one of "nmbd", "smbd" or a process ID.
<p><br>The <strong>smbd</strong> destination causes the message to be "broadcast" to all
smbd daemons.
<p><br>The <strong>nmbd</strong> destination causes the message to be sent to the nmbd
@@ -49,7 +50,8 @@ daemon specified in the <strong>nmbd.pid</strong> file.
<p><br>If a single process ID is given, the message is sent to only that
process.
<p><br><a name="messagetype"></a>
-<li><strong><strong>message-type</strong></strong> is one of: debug, force-election, or ping.
+<li><strong><strong>message-type</strong></strong> is one of: debug, force-election, ping, profile,
+or debuglevel.
<p><br>The <strong>debug</strong> message-type allows the debug level to be set to the value
specified by the parameter. This can be sent to any of the destinations.
<p><br>The <strong>force-election</strong> message-type can only be sent to the <strong>nmbd</strong>
@@ -58,6 +60,15 @@ new browse master election.
<p><br>The <strong>ping</strong> message-type sends the number of "ping" messages specified
by the parameter and waits for the same number of
reply "pong" messages. This can be sent to any of the destinations.
+<p><br>The <strong>profile</strong> message-type sends a message to an smbd to change the profile
+settings based on the parameter. The parameter can be "on" to turn on
+profile stats collection, "off" to turn off profile stats collection, "count"
+to enable only collection of count stats (time stats are disabled), and
+"flush" to zero the current profile stats.
+This can be sent to any of the destinations.
+<p><br>The <strong>debuglevel</strong> message-type sends a "request debug level" message.
+The current debug level setting is returned by a
+"debuglevel" message. This can be sent to any of the destinations.
<p><br><a name="parameters"></a>
<li><strong><strong>parameters</strong></strong> is any parameters required for the message-type
<p><br></ul>