This parallel program performs writes and reads to/from files under several sets of conditions and reports the resulting throughput rates.
IOR 設計用於測量POSIX和MPI-IO級別的並行文件系統的I/O的性能;mdtest 被設計用於測試文件系統的元數據性能並生成測試報告;
官方網站:
https://ior.readthedocs.io/en/latest/ 官方文檔
mdtest 工具已經變成了ior 工具的一部分了。我們可以安裝ior套件,並使用 其中mdtest命令來進行測試文件系統元數據的性能;該工具由美國洛斯阿拉莫斯國家實驗室(Los Alamos National Laboratory)開發並開源,具有較高的權威性;
安裝說明:
-
If
configure
is missing from the top level directory, you probably retrieved this code directly from the repository. Run./bootstrap
to generate the configure script. Alternatively, download an official IOR release which includes the configure script. -
Run
./configure
. For a full list of configuration options, use./configure --help
. -
Run
make
-
Optionally, run
make install
. The installation prefix can be changed via./configure --prefix=...
- fedora 系統 需要安裝 openmpi 和 openmpi-devel rpm 包來進行配置環境並記得在 .bash_profile 中進行配置環境變量;具體環境變量配置如下列截圖所示:
使用說明:
https://ior.readthedocs.io/en/latest/userDoc/tutorial.html
參考鏈接:
https://yq.aliyun.com/articles/649319
mdtest 使用教程借鑒:
https://www.jianshu.com/p/f7f4e24eb870
保持更新,更多的文件系統和存儲系統相關。請關注 cnblogs.com/xuyaowen