summaryrefslogtreecommitdiffstats
path: root/docs/htmldocs
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2000-10-10 18:23:15 +0000
committerHerb Lewis <herb@samba.org>2000-10-10 18:23:15 +0000
commit19378f93db3641e6fdcc7f9b48373fa768cf0c07 (patch)
tree40973b0bbb02ec9beb8523c98ccc39a4e59e76b1 /docs/htmldocs
parentbcb0da1d66aa99cd35e67b24ee67dfa1a49438ba (diff)
downloadsamba-19378f93db3641e6fdcc7f9b48373fa768cf0c07.tar.gz
samba-19378f93db3641e6fdcc7f9b48373fa768cf0c07.tar.xz
samba-19378f93db3641e6fdcc7f9b48373fa768cf0c07.zip
smbcontrol.c add new profile commands
profile.h bump version number just in case. put stats in separate structure to make it easier to flush it. profile.c added new command to flush stats structure. changes for stats in separate structure. smbcontrol.1.yo smbcontrol.1.html smbcontrol.1 update man page packaging/Caldera/OpenLinux/samba3.spec.tmpl get rid of $Id string - this plays havoc with my autoupdate scripts.
Diffstat (limited to 'docs/htmldocs')
-rw-r--r--docs/htmldocs/smbcontrol.1.html15
1 files changed, 13 insertions, 2 deletions
diff --git a/docs/htmldocs/smbcontrol.1.html b/docs/htmldocs/smbcontrol.1.html
index 65eff8b6a44..90dfa1d9aae 100644
--- a/docs/htmldocs/smbcontrol.1.html
+++ b/docs/htmldocs/smbcontrol.1.html
@@ -41,7 +41,7 @@ or a <a href="nmbd.8.html"><strong>nmbd</strong></a> daemon running on the syste
<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.
<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 +49,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 +59,16 @@ 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 only be sent to a process ID.
+<p><br>The <strong>debuglevel</strong> message-type sends a "request debug level" message
+to the specified PID.
+The current debug level setting is returned by a
+"debuglevel" message. This can only be sent to a process ID.
<p><br><a name="parameters"></a>
<li><strong><strong>parameters</strong></strong> is any parameters required for the message-type
<p><br></ul>