diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-03-08 07:17:15 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2004-03-08 07:17:15 +0000 |
commit | b53aad11d59b32d70ac189525795446f47ad8cd2 (patch) | |
tree | 120de99409460613f50b37a0ffa5562de6832802 /source4/ntvfs/nbench/README | |
parent | ab615698ad385b3ec9c8bde9100dde9f8e5a7b20 (diff) | |
download | samba-b53aad11d59b32d70ac189525795446f47ad8cd2.tar.gz samba-b53aad11d59b32d70ac189525795446f47ad8cd2.tar.bz2 samba-b53aad11d59b32d70ac189525795446f47ad8cd2.zip |
added the "nbench" ntvfs backend. This is used to capture NBENCH load
files, and also serves as an example of how to write a NTVFS filter
module for Samba4.
(This used to be commit 04f8996dd32d92c5df1b6b1b27c6e71e99bc77da)
Diffstat (limited to 'source4/ntvfs/nbench/README')
-rw-r--r-- | source4/ntvfs/nbench/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/source4/ntvfs/nbench/README b/source4/ntvfs/nbench/README new file mode 100644 index 0000000000..9aaae9d7ee --- /dev/null +++ b/source4/ntvfs/nbench/README @@ -0,0 +1,14 @@ +This module provides a way to capture file sharing loads for the +NBENCH benchmark client. It also servers as an example of a NTVFS +filter module. + +Here is an example config that passes through to the CIFS NTVFS backend. + +[bench] + ntvfs handler = nbench + nbench:passthru = cifs + cifs:server = myserver + cifs:user = myuser + cifs:password = mypass + cifs:domain = MYDOMAIN + cifs:share = bench |