测量IOP并与IOmeter比较

所以我必须使用IOmeter中使用的一些史前指标(不能在64位ubuntu环境下运行)产生IOP,

IOmeter中使用的设置是:

 16K block size, 75% read to 25% write ratio, with 80% random distribution. 

我将如何复制使用类似fio$other_tool

fio附带示例(在我的系统上的/usr/share/doc/fio/examples )。 IOmeter甚至有一个:

 jed@test$ cat /usr/share/doc/fio/examples/iometer-file-access-server # This job file tries to mimic the Intel IOMeter File Server Access Pattern [global] description=Emulation of Intel IOmeter File Server Access Pattern [iometer] bssplit=512/10:1k/5:2k/5:4k/60:8k/2:16k/4:32k/4:64k/10 rw=randrw rwmixread=80 direct=1 size=4g ioengine=libaio # IOMeter defines the server loads as the following: # iodepth=1 Linear # iodepth=4 Very Light # iodepth=8 Light # iodepth=64 Moderate # iodepth=256 Heavy iodepth=64 

如果你喜欢那里的设置,你可以运行

 fio /usr/share/doc/fio/examples/iometer-file-access-server 

如果你想要不同的设置,然后复制文件,编辑它,并享受。