summaryrefslogtreecommitdiffstats
path: root/source3/modules/perfcount_onefs.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* s3: Remove smbd_server_fd()Volker Lendecke2010-08-291-14/+17
| | | | | | | | | This breaks the perfcol_onefs() build. Tim, Steve, this use of smbd_server_fd is replacable by calls into substitute.c. I don't have a onefs environment around to build a fix, so I've decided to insert an #error, making it not compile. The fix should be pretty obvious, you can get the socket data via "%I" and "%i" substitutions.
* s3-perfcount: update to use new DLIST macrosAndrew Tridgell2010-02-101-1/+1
| | | | (cherry picked from commit a13b507f2d8be7f90c8872094cd0732926a6fcbb)
* s3: added per-client statistics to onefs perfcount moduleScott Urban2009-03-271-14/+38
| | | | | | * 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-13/+51
| | | | | | multiple replies (e.g. reply_echo). Change test and onefs modules to match new api set (thanks Volker!).
* S3 OneFS: Add in Isilon specific performance counter moduletodd stecher2009-02-091-0/+415