From 54c51a66e3e31c70a641d7efac2d4b08c3007278 Mon Sep 17 00:00:00 2001 From: todd stecher Date: Sun, 8 Feb 2009 23:10:34 -0800 Subject: 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. --- docs-xml/smbdotconf/misc/perfcountmodule.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs-xml/smbdotconf/misc/perfcountmodule.xml (limited to 'docs-xml/smbdotconf/misc') diff --git a/docs-xml/smbdotconf/misc/perfcountmodule.xml b/docs-xml/smbdotconf/misc/perfcountmodule.xml new file mode 100644 index 00000000000..f22c3996420 --- /dev/null +++ b/docs-xml/smbdotconf/misc/perfcountmodule.xml @@ -0,0 +1,13 @@ + + + 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. + + + + -- cgit v1.2.1