source: trunk/server/source4/ntvfs/nbench/README

Last change on this file was 414, checked in by Herwig Bauernfeind, 16 years ago

Samba 3.5.0: Initial import

File size: 370 bytes
Line 
1This module provides a way to capture file sharing loads for the
2NBENCH benchmark client. It also servers as an example of a NTVFS
3filter module.
4
5Here 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.