diff options
author | Günther Deschner <gd@samba.org> | 2013-11-15 12:11:21 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-11-19 09:52:41 +0100 |
commit | 5f606e7e9ccd11949ae78a0a44f47be578116f89 (patch) | |
tree | 4047034fc75da16c30004e5292c232b6c4d47f98 /docs-xml/manpages/smbstatus.1.xml | |
parent | 7c473ac293a44896181d9d2619b922815433c77d (diff) | |
download | samba-5f606e7e9ccd11949ae78a0a44f47be578116f89.tar.gz |
docs: mention -R|--profile-rates in smbstatus manpage.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'docs-xml/manpages/smbstatus.1.xml')
-rw-r--r-- | docs-xml/manpages/smbstatus.1.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/docs-xml/manpages/smbstatus.1.xml b/docs-xml/manpages/smbstatus.1.xml index 126d0b2e7b4..d4213b65aeb 100644 --- a/docs-xml/manpages/smbstatus.1.xml +++ b/docs-xml/manpages/smbstatus.1.xml @@ -32,6 +32,7 @@ <arg choice="opt">-s <configuration file></arg> <arg choice="opt">-u <username></arg> <arg choice="opt">-n|--numeric</arg> + <arg choice="opt">-R|--profile-rates</arg> </cmdsynopsis> </refsynopsisdiv> @@ -51,12 +52,19 @@ <variablelist> <varlistentry> <term>-P|--profile</term> - <listitem><para>If samba has been compiled with the - profiling option, print only the contents of the profiling + <listitem><para>If samba has been compiled with the + profiling option, print only the contents of the profiling shared memory area.</para></listitem> </varlistentry> <varlistentry> + <term>-R|--profile-rates</term> + <listitem><para>If samba has been compiled with the + profiling option, print the contents of the profiling + shared memory area and the call rates.</para></listitem> + </varlistentry> + + <varlistentry> <term>-b|--brief</term> <listitem><para>gives brief output.</para></listitem> </varlistentry> |