mirror of
https://github.com/samba-team/samba.git
synced 2025-11-30 20:23:49 +03:00
S3: New module interface for SMB message statistics gathering
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.
This commit is contained in:
13
docs-xml/smbdotconf/misc/perfcountmodule.xml
Normal file
13
docs-xml/smbdotconf/misc/perfcountmodule.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user