1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
| // 4K_seq_100%read messagescan=no // 指定多个主机,使用多个主机时用相同的用户实现免密链接是前提 // hd是统配符,如果不采用hd*则需要填写对应主机名 hd=default,vdbench=/temp/vdbench50406/,user=root,shell=ssh hd=host01,system=10.8.12.209 hd=host02,system=10.8.12.210 hd=host03,system=10.8.12.211 hd=host04,system=10.8.12.212 // 指定多个文件系统 fsd=default,depth=2,width=50,size=4k,files=1000,openflags=o_direct fsd=fsd1,anchor=/data01 fsd=fsd2,anchor=/data02 // 工作负载定义 fwd=default,xfersize=4k,fileio=sequential,fileselect=sequential,threads=2,openflags=o_direct fwd=fwd1,fsd=fsd1,host=host01 fwd=fwd2,fsd=fsd2,host=host01 fwd=fwd3,fsd=fsd3,host=host02 // 运行定义 rd=rd1,fwd=fwd*,fwdrate=max,operations=(read,write),rdpct=100,format=yes,elapsed=300,interval=1
// 8192K_random_70%read_30%write messagescan=no
hd=default,vdbench=/temp/vdbench50406/,user=root,shell=ssh hd=host01,system=10.8.12.209 hd=host02,system=10.8.12.210
fsd=default,depth=2,width=50,size=4k,files=1000,openflags=o_direct fsd=fsd1,anchor=/data01 fsd=fsd2,anchor=/data02
fwd=default,xfersize=8192k,fileio=random,fileselect=random,threads=2,openflags=o_direct fwd=fwd1,fsd=fsd1,host=host01 fwd=fwd2,fsd=fsd2,host=host01
rd=rd1,fwd=fwd*,fwdrate=max,operations=(read,write),rdpct=70,format=restart,elapsed=300,interval=1
|