diff options
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 |