Cara Test Mengetahui Kecepatan Hardisk Di Linux

Jika anda ingin mengetahui berapa kecepatan hardisk anda maka berikut ini adalah cara test kecepatan hardisk di linux.

Coba jalankan perintah berikut ini

hdparm -Tt /dev/sda

/dev/sda:
Timing cached reads:   12540 MB in  2.00 seconds = 6277.67 MB/sec
Timing buffered disk reads: 234 MB in  3.00 seconds =  77.98 MB/sec

Atau anda juga bisa menggunakan perintan “dd” untuk mendapatkan informasi kecepatan hardisk ketika melakukan penulisan data.

dd if=/dev/zero of=/tmp/output bs=8k count=256k; rm -f /tmp/output

10240+0 records in
10240+0 records out
83886080 bytes (84 MB) copied, 1.08009 s, 77.7 MB/s

Jika anda mempunyai hardisk berbeda yang telah di mount pada partisi tertentu, maka anda cukup merubah of=/tmp/output ke partisi tersebut.

Misalnya of=/secondary_hdd/output

Demikianlah cara test kecepatan hardisk di linux Selamat mencoba.

Leave a Reply

Your email address will not be published. Required fields are marked *

What is 2 + 12 ?
Please leave these two fields as-is:
IMPORTANT! To be able to proceed, you need to solve the following simple math (so we know that you are a human) :-)

 

Wordpress SEO Plugin by SEOPressor