r20092: added a locking benchmark that should be good for benchmarking
authorAndrew Tridgell <tridge@samba.org>
Sat, 9 Dec 2006 03:16:17 +0000 (03:16 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:29:04 +0000 (14:29 -0500)
commit9944a67508ee437f6fd38bb2ce77ce1f5cbfac50
tree1be2c858706eb466f6a47b36eedb8d888519252b
parent5235e6518cd9d9f5edac9424a4cc43023dd96b7f
r20092: added a locking benchmark that should be good for benchmarking
communitcation in a CIFS clustered server. It tries to keep the
connections full by setting up the next lock as each lock is done.

The locking pattern is similar to the local filesystem ping pong test
in junkcode, forcing a communication between nodes on each request
(This used to be commit d57b9fb29860bd03cfa970bcc52ef45d17775638)
source4/torture/config.mk
source4/torture/raw/lockbench.c [new file with mode: 0644]
source4/torture/raw/raw.c