centos下安装iometer对磁盘性能进行测试。
1.环境
centos6.5 64bit
iometer
2.下载编译
wget http://prdownloads.sourceforge.net/iometer/iometer-2006_07_27.common-src.zip?download
unzip iometer-2006_07_27.common-src.zip
cd iometer-2006_07_27.common-src/src
vi IOPerformance.h
将IOPerformance.h的100行:
#if defined(IOMTR_OS_LINUX) || defined(IOMTR_OSFAMILY_NETWARE) || defined(IOMTR_OS_SOLARIS)
修改为:
#if defined(IOMTR_OSFAMILY_NETWARE) || defined(IOMTR_OS_SOLARIS)
make -f Makefile-Linux.x86_64 all
3.iometer测试
linux中运行dynamo:
./dynamo -i 192.168.0.211 -m 192.168.0.15
执行dynamo -i windows_ip_address -m linux_ip_address
5、在windows下的iometer界面上,执行测试任务。
转载请注明:爱开源 » centos6.5 iometer安装测试文档