summaryrefslogtreecommitdiff
path: root/source3/include/smb_perfcount.h
AgeCommit message (Collapse)AuthorFilesLines
2009-03-27s3: added per-client statistics to onefs perfcount moduleScott Urban1-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
2009-02-19S3: Make changes to perfcount API set for when a single request leads to ↵todd stecher1-1/+7
multiple replies (e.g. reply_echo). Change test and onefs modules to match new api set (thanks Volker!).
2009-02-09S3: New module interface for SMB message statistics gatheringtodd stecher1-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.