使用iometer測試

2021-09-06 15:45:09 字數 1033 閱讀 8312

對國產機進行測試

雙擊安裝即可。

2.ubuntu下配置: 

編譯安裝 

unzip iometer-2006_07_27.common-src.zip\?download 

cd iometer-2006_07_27.common-src/src 

cp makefile-linux.x86_64 makefile 

make all(有必要的話需要先安裝g++編譯器:sudo apt-get install build-essential)

會出現錯誤:

ioperformance.h:101:21: error: stropts.h: no such file or directory

make: *** [pulsar.o] error 1

修改:查詢了半天原因終於發現提示錯誤中:ioperformance.h:101:21: error: stropts.h: no such file or directory這是stream支援,聽說早期linux支援。所以需要在安裝路徑:iometer-2008-06-22-rc2/src中找到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)  

儲存配置,重新編譯一切ok。

在linux下執行: 

./dynamo  -i 客戶端ip(windows) -m 伺服器ip(linux) 

./dynamo -i 192.168.1.116 -m 192.168.1.115

3.開始測試

先執行windows端的iometer控制端,再執行ubuntu端的iometer客戶端,就可以在windows控制端設計各種測試規格來進行測試。

硬碟效能測試之使用工具IO meter

max throughput 檔案尺寸為 64kb 100 讀取操作,隨機率為 0 用於檢測磁碟系統的最大吞吐量 max io 檔案尺寸為 512b 100 讀取操作,隨機率為 0 用於檢測磁碟系統的最大 io能力 fielserver 檔案尺寸從 0.5kb 到64kb 不等,80 讀取操作,隨機...

Iometer做效能測試幾點tips

iometer是一款功能非常強大的 io測試軟體,除了可以測試本地硬碟 效能之外,還能模擬測試網路伺服器效能。下面記錄下使用該款工具的幾點小技巧 1 該款軟體包括以下兩個主程式iometer.exe和dynamo.exe 2 iometer.exe主要用於測試單機硬碟效能,dynamo主要用於測試網...

硬碟測試軟體IOMETER安裝配置指南

iometer是業界廣泛使用的io效能測試軟體。通過使用不同的iometer設定值來呈現檔案伺服器 選擇範圍為512bytes到64kb 和 伺服器 選擇512bytes到512kb作為i o 範圍 的相應負載。在實際測試過程中可以使用iometer進行如下測量 max io file server...