source:
trunk/server/source4/ntvfs/nbench/README
Last change on this file was 414, checked in by , 16 years ago | |
---|---|
File size: 370 bytes |
Line | |
---|---|
1 | This module provides a way to capture file sharing loads for the |
2 | NBENCH benchmark client. It also servers as an example of a NTVFS |
3 | filter module. |
4 | |
5 | Here is an example config that passes through to the CIFS NTVFS backend. |
6 | |
7 | [bench] |
8 | ntvfs handler = nbench cifs |
9 | cifs:server = myserver |
10 | cifs:user = myuser |
11 | cifs:password = mypass |
12 | cifs:domain = MYDOMAIN |
13 | cifs:share = bench |
Note:
See TracBrowser
for help on using the repository browser.