1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/ntvfs/nbench
Andrew Tridgell 1b71c60c36 fixed the label for search requests
(This used to be commit 8dbf08549e)
2004-03-09 02:01:42 +00:00
..
README added the "nbench" ntvfs backend. This is used to capture NBENCH load 2004-03-08 07:17:15 +00:00
vfs_nbench.c fixed the label for search requests 2004-03-09 02:01:42 +00:00

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