mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
a1ed65e8ed
(This used to be commit be20b3164c
)
14 lines
370 B
Plaintext
14 lines
370 B
Plaintext
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 cifs
|
|
cifs:server = myserver
|
|
cifs:user = myuser
|
|
cifs:password = mypass
|
|
cifs:domain = MYDOMAIN
|
|
cifs:share = bench
|