1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/ntvfs/nbench
Andrew Bartlett 21f18d0205 s4-ntvfs: Cast getpid() result to unsigned int for GNU/Solaris build
Reviewed-by: Jeremy Allison <jra@samba.org>
2013-03-15 10:38:36 -07:00
..
README
vfs_nbench.c s4-ntvfs: Cast getpid() result to unsigned int for GNU/Solaris build 2013-03-15 10:38:36 -07: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 cifs
	cifs:server = myserver
	cifs:user = myuser
	cifs:password = mypass
	cifs:domain = MYDOMAIN
	cifs:share = bench