IOR and mdtest - measure parallel file system I/O performance at both the POSIX and MPI-IO level.


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://www.nersc.gov/users/computational-systems/cori/nersc-8-procurement/trinity-nersc-8-rfp/nersc-8-trinity-benchmarks/ior/  

https://www.nersc.gov/users/computational-systems/cori/nersc-8-procurement/trinity-nersc-8-rfp/nersc-8-trinity-benchmarks/mdtest/ 

https://github.com/hpc/ior 

https://ior.readthedocs.io/en/latest/ 官方文檔

mdtest 工具已經變成了ior 工具的一部分了。我們可以安裝ior套件,並使用 其中mdtest命令來進行測試文件系統元數據的性能;該工具由美國洛斯阿拉莫斯國家實驗室(Los Alamos National Laboratory)開發並開源,具有較高的權威性;

安裝說明:

  1. 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.

  2. Run ./configure. For a full list of configuration options, use ./configure --help.

  3. Run make

  4. Optionally, run make install. The installation prefix can be changed via ./configure --prefix=... 

  5. 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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM