1
0
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:
todd stecher
2009-02-08 23:10:34 -08:00
committed by Tim Prouty
parent 98a4327b19
commit 54c51a66e3
19 changed files with 424 additions and 39 deletions

View 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>