diff options
author | Volker Lendecke <vl@samba.org> | 2014-10-09 12:56:28 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-11-19 20:51:37 +0100 |
commit | 66173dd987e2105ab91551e452c1682021f12144 (patch) | |
tree | c7ff62f3a784116a5f7939cae90fed32d6e46c26 /docs-xml | |
parent | cfb12b11ce9290ba9922353d2f461691718ceb11 (diff) | |
download | samba-66173dd987e2105ab91551e452c1682021f12144.tar.gz |
param: add "smbd profiling level" option
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/misc/smbdprofilinglevel.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/misc/smbdprofilinglevel.xml b/docs-xml/smbdotconf/misc/smbdprofilinglevel.xml new file mode 100644 index 00000000000..d92e5dc3021 --- /dev/null +++ b/docs-xml/smbdotconf/misc/smbdprofilinglevel.xml @@ -0,0 +1,16 @@ +<samba:parameter name="smbd profiling level" + context="G" + type="enum" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> +<description> + <para> + This parameter allows the administrator to enable profiling support. + </para> + <para> + Possible values are <constant>off</constant>, + <constant>count</constant> and <constant>on</constant>. + </para> +</description> +<value type="default">off</value> +<value type="example">on</value> +</samba:parameter> |