mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
54c51a66e3
This changelist allows for the addition of custom performance monitoring modules through smb.conf. Entrypoints in the main message processing code have been added to capture the command, subop, ioctl, identity and message size statistics.
14 lines
450 B
XML
14 lines
450 B
XML
<samba:parameter name="perfcount module"
|
|
context="G"
|
|
type="string"
|
|
advanced="1"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This parameter specifies the perfcount backend to be used when monitoring SMB
|
|
operations. Only one perfcount module may be used, and it must implement all of the
|
|
apis contained in the smb_perfcount_handler structure defined in smb.h.
|
|
</para>
|
|
</description>
|
|
|
|
</samba:parameter>
|