[oracle@11g ~]$ time dd if=/dev/zero of=/home/oracle/ddTest bs=1k count=1024
1024 0 records in
1024 0 records out
1048576 bytes (1.0 MB) copied, 0.0261858 s, 40.0 MB/s

real 0m0.029s
user 0m0.009s
sys 0m0.017s
[oracle@11g ~]$ du -h ddTest 
1.0M ddTest

2、 測(cè)試磁盤的純讀取性能 dd if=/file of=/dev/null

[oracle@11g ~]$ time dd if=/dev/zero^Cf=/home/oracle/ddTest bs=1k count=1024
[oracle@11g ~]$ touch test1
[oracle@11g ~]$ time dd if=/home/oracle/test1 of=/dev/null bs=1k count=1024
0 0 records in
0 0 records out
0 bytes (0 B) copied, 0.000124694 s, 0.0 kB/s

real 0m0.001s
user 0m0.000s
sys 0m0.000s
[oracle@11g ~]$ du -h /home/oracle/test1
0 /home/oracle/test1

3、 測(cè)試磁盤的讀寫(xiě)性能 dd if=/file1 of=/file2 
[oracle@11g ~]$ time dd if=/home/oracle/test1 of=/home/oracle/test bs=1k count=1024 
0 0 records in
0 0 records out
0 bytes (0 B) copied, 0.000124904 s, 0.0 kB/s

real 0m0.002s
user 0m0.001s
sys 0m0.000s

更多關(guān)于云服務(wù)器域名注冊(cè),虛擬主機(jī)的問(wèn)題,請(qǐng)?jiān)L問(wèn)三五互聯(lián)官網(wǎng):m.shinetop.cn

贊(0)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享網(wǎng)絡(luò)內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。郵箱:3140448839@qq.com。本站原創(chuàng)內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明出處:三五互聯(lián)知識(shí)庫(kù) » DD測(cè)磁盤讀寫(xiě)性能

登錄

找回密碼

注冊(cè)