blob: 9aaae9d7eedf839cad8ad691b5cb31768ef7408c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|