summaryrefslogtreecommitdiffstats
path: root/source3/smbd/perfcount.c
Commit message (Collapse)AuthorAgeFilesLines
* S3: Dumb down debug spew in perfcount module codetodd stecher2009-02-191-4/+4
|
* Rename lp_smb_perfcount_module() to lp_perfcount_module() to match the ↵Volker Lendecke2009-02-141-1/+1
| | | | parameter name
* Make smb_load_perfcount_module staticVolker Lendecke2009-02-141-1/+1
|
* S3: New module interface for SMB message statistics gatheringtodd stecher2009-02-091-0/+192
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.