summaryrefslogtreecommitdiffstats
path: root/source3/include/smb_perfcount.h
Commit message (Collapse)AuthorAgeFilesLines
* s3: added per-client statistics to onefs perfcount moduleScott Urban2009-03-271-8/+0
| | | | | | * we now track, uid, remote ip, and local ip per CIFS operation * removed perfcount_set_client() from perfcount interface as it's unecessary
* S3: Make changes to perfcount API set for when a single request leads to ↵todd stecher2009-02-191-1/+7
| | | | | | multiple replies (e.g. reply_echo). Change test and onefs modules to match new api set (thanks Volker!).
* S3: New module interface for SMB message statistics gatheringtodd stecher2009-02-091-0/+106
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.