1、安装vdbench所需环境
yum -y install java
#安装jdk(没有网络可以配本地镜像源)
将vdbench压缩包导入环境
https://www.oracle.com/technetwork/cn/server-storage/vdbench-downloads-1901681-zhs.html
此网站可以下载vdbench软件包 --需要注册Oracle账号
yum -y install unzip
#安装zip解压工具
unzip vdbench504.zip -d /root/vdbench504
#解压到指定路径
yum -y install csh
#安装csh环境
hd=default,vdbench=/root/vdbench504/,user=root,shell=ssh
hd=hd_1,system=node14
fsd=fsd_1,anchor=/mnt/yrfs/100m_0709_1,depth=8,width=4,files=100,size=(1k,20,4k,20,8k,15,16k,15,32k,15,64k,15),shared=yes
fwd=format,threads=16,xfersize=4k
fwd=fwd_1,fsd=fsd_1,host=hd_1,xfersize=16k,fileio=random,fileselect=random,operation=create,threads=16,openflags=o_direct
rd=rd1,fwd=(fwd*),fwdrate=max,format=restart,elapsed=10,interval=5
system值修改为主机名
等价于
最终生成的文件总数为 宽度的 深度次方 乘以 文件数
网友评论