mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
63e3c75374
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
18 lines
559 B
XML
18 lines
559 B
XML
<samba:parameter name="smbd profiling level"
|
|
context="G"
|
|
type="enum"
|
|
enumlist="enum_smbd_profiling_level"
|
|
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>
|