IO測試工具之fio
linux使用FIO測試磁碟的iops
https://www.cnblogs.com/bulh/articles/12462111.html
Linux下磁碟IO讀寫測試工具-FIO詳解
https://blog.csdn.net/weixin_43860781/article/details/120937870
IO測試工具之fio詳解
https://www.cnblogs.com/raykuan/p/6914748.html
fio執行結果引數解讀
https://blog.csdn.net/qq_33909098/article/details/106720656
請注意:
1.請不要在系統盤上進行fio測試,避免損壞系統重要檔案.
2.fio測試建議在空閒的、未儲存重要資料的硬碟上進行,並在測試完後重新制作檔案系統。請不要在業務資料硬碟上測試,
避免底層檔案系統後設資料損壞導致資料損壞.
3.測試硬碟效能時,推薦直接測試裸盤(如vdb);測試檔案系統效能時,推薦指定具體檔案測試(如/data/file).
測試場景:
100%隨機,100%讀, 4K
fio -filename=/dev/sda4 -direct=1 -iodepth 1 -thread -rw=randread -ioengine=psync -bs=4k -size=1000G -num
jobs=50 -runtime=180 -group_reporting -name=rand_100read_4k
100%隨機,100%寫, 4K
fio -filename=/dev/sda4 -direct=1 -iodepth 1 -thread -rw=randwrite -ioengine=psync -bs=4k -size=1000G -num
jobs=30 -runtime=180 -group_reporting -name=rand_100write_4k
100%順序,100%讀 ,4K
fio -filename=/dev/sda4 -direct=1 -iodepth 1 -thread -rw=read -ioengine=psync -bs=4k -size=1000G -num
jobs=10 -runtime=180 -group_reporting -name=sqe_100read_4k
100%順序,100%寫 ,4K
fio -filename=/dev/sda4 -direct=1 -iodepth 1 -thread -rw=write -ioengine=psync -bs=4k -size=200G -num
jobs=5 -runtime=180 -group_reporting -name=sqe_100write_4k
100%隨機,70%讀,30%寫 4K
fio -filename=/dev/sda4 -direct=1 -iodepth 1 -thread -rw=randrw -rwmixread=70 -ioengine=psync -bs=4k -siz
e=1000G -numjobs=50 -runtime=180 -group_reporting -name=randrw_70read_4k
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31397003/viewspace-2693322/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- fio 命令 測試IO效能
- 壓力測試工具之FIO
- 使用 fio 工具測試 EBS 效能
- 硬碟測試工具fio用法總結硬碟
- 【Linux】fio測試磁碟Linux
- Oracle ORION IO 測試工具Oracle
- windows下測試IO效能的工具Windows
- linux 使用FIO測試磁碟iopsLinux
- fio效能測試-環境搭建,功能介紹,測試講解
- SM951 linux centos fio 速度測試LinuxCentOS
- 伺服器io測試工具-fio --轉發 https://blog.51cto.com/u_12993908/5275922伺服器HTTP
- windows平臺IO測試工具ATTO Disk BenchmarkWindows
- Orion - oracle提供的測試io效能的工具Oracle
- 【轉】Orion - oracle提供的測試io效能的工具Oracle
- 軟體測試工具之開源測試工具彙總
- 【工具】基準測試工具之sysbench
- linux之硬碟io測試_轉自oraclefans網Linux硬碟Oracle
- 【工具】基準測試工具之iozone
- Nginx效能測試工具之webbenchNginxWeb
- 壓力測試工具之mysqlslapMySql
- 【工具】基準測試工具之tpcc-mysqlMySql
- 安全測試工具之-BurpsuiteUI
- Nginx壓力測試工具之WebBenchNginxWeb
- mysql效能測試工具之sysbench薦MySql
- mysql效能測試工具之mysqlslap薦MySql
- 大資料測試學習筆記之測試工具集大資料筆記
- Windows IO 效能簡單測試Windows
- fio
- WUH721816AL硬碟fio測試不達標問題硬碟
- [測試工具]
- mysql效能測試工具之tpcc-mysql薦MySql
- 測試管理工具之 Testopia配置指南
- 介面測試工具
- 安全測試工具
- 【DNS】測試工具DNS
- 測試工具集合
- 效能測試工具
- dbms_resource_manager.calibrate_io測試資料庫IO效能資料庫