伺服器硬碟讀寫大檔案速度測試
針對伺服器硬碟速度讀寫測試,一般需要測試開啟cache和關閉cache的情況,這裡僅提供簡單的大檔案讀寫測試,從讀寫速度可以大概瞭解磁碟讀寫效能,具體測試內容如下:
兩伺服器硬碟讀寫測試:
首先要系統的磁碟對應的block size大小:tune2fs -l /dev/sda1 |grep 'Block size'
檢視系統頁大小: getconf PAGESIZE
系統1:
寫速度測試
date;dd if=/dev/zero of=/home/dbamob/tools/10GB bs=4096 count=2621440;date
Thu Oct 27 16:06:49 CST 2016
2621440+0 records in
2621440+0 records out
10737418240 bytes (11 GB) copied, 16.6973 s, 643 MB/s
Thu Oct 27 16:07:06 CST 2016
讀速度測試
date ;dd if=/home/dbamob/tools/10GB bs=4096 of=/dev/null;date
Thu Oct 27 16:08:39 CST 2016
2621440+0 records in
2621440+0 records out
10737418240 bytes (11 GB) copied, 13.8736 s, 774 MB/s
Thu Oct 27 16:08:53 CST 2016
系統2:
寫測試
date;dd if=/dev/zero of=/home/dbamob/tools/10GB bs=4096 count=2621440;date
Thu Oct 27 16:45:46 CST 2016
2621440+0 records in
2621440+0 records out
10737418240 bytes (11 GB) copied, 223.38 s, 48.1 MB/s
Thu Oct 27 16:49:29 CST 2016
讀測試
date ;dd if=/home/dbamob/tools/10GB bs=4096 of=/dev/null;date
Thu Oct 27 16:51:54 CST 2016
2621440+0 records in
2621440+0 records out
10737418240 bytes (11 GB) copied, 137.562 s, 78.1 MB/s
Thu Oct 27 16:54:11 CST 2016
兩伺服器硬碟讀寫測試:
首先要系統的磁碟對應的block size大小:tune2fs -l /dev/sda1 |grep 'Block size'
檢視系統頁大小: getconf PAGESIZE
系統1:
寫速度測試
date;dd if=/dev/zero of=/home/dbamob/tools/10GB bs=4096 count=2621440;date
Thu Oct 27 16:06:49 CST 2016
2621440+0 records in
2621440+0 records out
10737418240 bytes (11 GB) copied, 16.6973 s, 643 MB/s
Thu Oct 27 16:07:06 CST 2016
讀速度測試
date ;dd if=/home/dbamob/tools/10GB bs=4096 of=/dev/null;date
Thu Oct 27 16:08:39 CST 2016
2621440+0 records in
2621440+0 records out
10737418240 bytes (11 GB) copied, 13.8736 s, 774 MB/s
Thu Oct 27 16:08:53 CST 2016
系統2:
寫測試
date;dd if=/dev/zero of=/home/dbamob/tools/10GB bs=4096 count=2621440;date
Thu Oct 27 16:45:46 CST 2016
2621440+0 records in
2621440+0 records out
10737418240 bytes (11 GB) copied, 223.38 s, 48.1 MB/s
Thu Oct 27 16:49:29 CST 2016
讀測試
date ;dd if=/home/dbamob/tools/10GB bs=4096 of=/dev/null;date
Thu Oct 27 16:51:54 CST 2016
2621440+0 records in
2621440+0 records out
10737418240 bytes (11 GB) copied, 137.562 s, 78.1 MB/s
Thu Oct 27 16:54:11 CST 2016
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/27067062/viewspace-2127230/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- hdparm 測試硬碟讀寫速度I/O硬碟
- Linux系統硬碟讀寫測試Linux硬碟
- linux dd 測試硬碟的讀寫效能Linux硬碟
- 如何測試伺服器的速度伺服器
- 伺服器的速度如何測試伺服器
- 【LINUX】正確的使用dd進行磁碟讀寫速度測試Linux
- 檔案讀寫
- 西部資料藍盤組raid1後讀寫速度測試AI
- 效能測試: 編寫一個 Locust 檔案
- 如何測試伺服器的訪問速度伺服器
- 檔案排版(文字檔案讀寫)
- Mac如何讀寫NTFS硬碟?NTFSTool讓Mac讀寫NTFS硬碟Mac硬碟
- Golang 讀、寫檔案Golang
- keras讀寫檔案Keras
- perl 讀寫檔案
- 檔案讀寫IO
- 檔案的讀寫
- Python 不寫硬碟上傳檔案Python硬碟
- 怎麼測試伺服器的訪問速度伺服器
- 「Python」:檔案讀寫Python
- Python——檔案讀寫Python
- Python 讀寫檔案Python
- C++檔案讀寫C++
- 普通檔案的讀寫
- 【Java】讀寫文字檔案Java
- c fopen檔案讀寫
- 讀寫iOS XML檔案iOSXML
- Python讀寫檔案Python
- C++讀寫檔案C++
- 檔案上傳的單元測試怎麼寫?
- VBA建立文字檔案、讀寫文字檔案
- 檔案操作之按照行讀寫檔案
- 新手如何測試伺服器的速度?有哪些方法伺服器
- linux下如何使用檔案來模擬硬碟進行ASM測試Linux硬碟ASM
- 【MYSQL備庫恢復速度測試 半同步速度測試】MySql
- MacBook讀寫行動硬碟Mac硬碟
- Windows10系統下檢視硬碟讀寫速度的方法【圖文教程】Windows硬碟
- Perl讀寫檔案&字串操作字串