White Papers

25 BP1038| Best Practices and Guidelines for Integrating the Dell EqualLogic FS7600 and FS7610 into an Existing SAN
A Appendix – Vdbench script configuration
A.1 Vdbench script used for block client:
Note: The script was customized for each client to access a unique volume.
*******************************************************************
*
* 100% random, 70% read block I/O test.
*
hd=default,user=root,shell=vdbench
hd=b1
sd=default,size=99g,threads=8
sd=sd1,host=b1,lun=/dev/eql/b1,openflags=o_direct
wd=default
rd=rd1,sd=sd*,forseekpct=100,rdpct=70,forxfersize=(4k,8k,16k,32k,64k,128k,256k),
elapsed=600,interval=30,iorate=max,pause=60
**********************************************************************
A.2 Vdbench script used for NFS file client:
Note: The “anchordirectory must be unique for each client.
*******************************************************************
* 100% random, 70% read file I/O test.
*
hd=default
fsd=default,files=16,depth=2,width=3,size=50m
fsd=fsd1,anchor=/nas/nfs/client1
fwd=fwd1,fsd=fsd*,fileio=random,xfersizes=4k,rdpct=70,threads=8
fwd=fwd2,fsd=fsd*,fileio=random,xfersizes=8k,rdpct=70,threads=8
fwd=fwd3,fsd=fsd*,fileio=random,xfersizes=16k,rdpct=70,threads=8
fwd=fwd4,fsd=fsd*,fileio=random,xfersizes=32k,rdpct=70,threads=8
fwd=fwd5,fsd=fsd*,fileio=random,xfersizes=64k,rdpct=70,threads=8
fwd=fwd6,fsd=fsd*,fileio=random,xfersizes=128k,rdpct=70,threads=8
fwd=fwd7,fsd=fsd*,fileio=random,xfersizes=256k,rdpct=70,threads=8
rd=rd1,fwd=fwd1,elapsed=900,interval=30,fwdrate=max,format=no,pause=30,openflags
=fsync
rd=rd2,fwd=fwd2,elapsed=900,interval=30,fwdrate=max,format=no,pause=30,openflags
=fsync
rd=rd3,fwd=fwd3,elapsed=900,interval=30,fwdrate=max,format=no,pause=30,openflags
=fsync