Create a simple tool for measuring latencies of write operations
authorMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 17 Mar 2011 09:59:19 +0000 (02:59 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 17 Mar 2011 09:59:19 +0000 (02:59 -0700)
commit6eb7e0619fa4676193de37c55bc492efda954aac
treee3806e984021dcd30435d33d6d31ca939cfcd486
parente2abea9f32a95be38fe2178befaf7c0ce7083c48
Create a simple tool for measuring latencies of write operations

There is no explicit sync, but NFS has an implicit one on file close()
which should be good enough for benchmarking.
microbench/writebench.py [new file with mode: 0755]