Work on a client for generating a synthetic stream of NFS operations.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 3 Feb 2010 22:01:19 +0000 (14:01 -0800)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 3 Feb 2010 22:01:19 +0000 (14:01 -0800)
commite1b0a756fd5ee4c3959a82ba96a6f6e1b73e1049
tree8d67a759e3a4ac9e1c0ec367cf6fa2a2c2be5e68
parent01424657df6ec5e34eb328bef88301d6137a8032
Work on a client for generating a synthetic stream of NFS operations.

This should provide another means of testing performance in addition to the
kernel NFS client.
.gitignore
nfs3/CMakeLists.txt
nfs3/common.c [new file with mode: 0644]
nfs3/nfs3_prot.h
nfs3/rpc.c
nfs3/synclient.c [new file with mode: 0644]