资源描述:
《iozone测试文件系统.doc》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、iozone测试文件系统IOzoneisafilesystembenchmarktool.Thebenchmarkgeneratesandmeasuresavarietyoffileoperations.Iozonehasbeenportedtomanymachinesandrunsundermanyoperatingsystems.BenchmarkFeatures:*ANSIICsource*POSIXasyncI/O*Mmap()fileI/O*NormalfileI/O*Singlestream
2、measurement*Multiplestreammeasurement*Distributedfileservermeasurements(Cluster)*POSIXpthreads*Multi-processmeasurement*Excelimportableoutputforgraphgeneration*Latencyplots*64bitcompatiblesource*Largefilecompatible*Stonewallinginthroughputteststoeliminat
3、estragglereffects*Processorcachesizeconfigurable*Selectablemeasurementswithfsync,O_SYNC*Buildsfor:AIX,BSDI,HP-UX,IRIX,FreeBSD,Linux,OpenBSD,NetBSD,OSFV3,OSFV4,OSFV5,SCOOpenServer,Solaris,MACOSX,Windows(95/98/Me/NT/2K/XP)他的定位非常明确是针对文件系统的性能测试的。和常用的IO性能测试工具
4、sysbench,fio,iometer不同,它主要是通过模拟用户访问文件模式的不同,典型的如下面的几种:(0=write/rewrite,1=read/re-read,2=random-read/write3=Read-backwards,4=Re-write-record,5=stride-read,6=fwrite/re-fwrite7=fread/Re-fread,8=random_mix,9=pwrite/Re-pwrite,10=pread/Re-pread11=pwritev/Re-pwr
5、itev,12=preadv/Re-preadv)来达到隔离访问文件系统的meta信息和data信息的不同的开销,从而反应文件系统的性能。Ubuntu下可以用apt-get-yinstalliozone安装就好。他有二种模式:1.测试吞吐量模式。2.测试文件系统对记录大小,文件大小不同组合的反应。以下是我用过的测试吞吐量模式的参数:iozone-t-l1-u16-L64-S8192-bfio.xls-R-M-s10G-r32k-I-T-C-j32-+p60参数解释-t->Throughputtest-s
6、10G->Filesizesetto18874368KB-M->Machine=Linuxmy174.cm42.6.18-164.el5#1SMPTueAug1815:51:48EDT2009-r->32kRecordSize32KB-I->O_DIRECTfeatureenabled-S8192->Processorcachesizesetto8192Kbytes.-L64->Processorcachelinesizesetto64bytes.-j32->Filestridesizesetto32*
7、recordsize.-l1->Minthread=1-u16->Maxthread=16-R->Excelchartgenerationenabled-bfio.xls->产生的二进制格式execl文件名-+p60->Percentreadinmixtestis60测试文件系统对记录大小,文件大小不同组合的反应时候的参数:TODO