Skip to Main Content

Hardware

Announcement

Testing banner

vdbench: wildcard for host is not allowed in FWD definition?

User_56VFNOct 24 2022 — edited Oct 24 2022

My param file:
--------------------------
hd=default,vdbench=c:\mnt\vdbench50407,shell=vdbench
hd=hd_win0,system=localhost,user=someuser
hd=hd_linux0,master=xxx,system=xxx,user=root,vdbench=/mnt/vdbench50407

fsd=default,openflags=directio,shared=yes,width=3,depth=1,files=5,sizes=8KB
fsd=fsd_win0,anchor=Z:\anchor
fsd=fsd_linux0,anchor=/mnt/anchor

fwd=default,xfersizes=8KB,fileio=random,threads=8
fwd=fwd1,fsd=fsd_win*,hd=hd_win0
fwd=fwd2,fsd=fsd_linux*,hd=hd_linux0

rd=rd1,fwd=(fwd*),fwdrate=max,format=restart,warmup=0,interval=1,elapsed=30,rdpct=20
--------------------------
And it can be parsed successfully . Just to be sure, instead of define one single host label in one fwd, can't we use it like this:
-------------
fwd=fwd1,fsd=fsd_win*,hd=hd_win*
fwd=fwd2,fsd=fsd_linux*,hd=hd_linux*
--------------
Because it's gonna be multi-host for both Windows and Linux. Or is there any other way to do so?

Comments
Post Details
Added on Oct 24 2022
0 comments
35 views