avatar

Çaylak My BASH Blogs

news, diary, journal, whatever
Post Archive | Contact | Defter

dd ile disk okuma/yazma testi

January 15, 2023 - 23:38:15 — CaylakPenguen

Yazma hızı testi

dd if=/dev/zero of=1Gb.txt bs=1024 count=1048576
# Okuma hızı testi
dd if=1Gb.txt of=/dev/zero bs=1024
Yazma testi
[root@happy-wilson xenforo]# dd if=/dev/zero of=1Gb.txt bs=1024 count=1048576
1048576+0 records in
1048576+0 records out
1073741824 bytes (1.1 GB) copied, 1.76662 s, 608 MB/s

Okuma testi

[root@happy-wilson xenforo]# dd if=1Gb.txt of=/dev/zero bs=1024
1048576+0 records in
1048576+0 records out
1073741824 bytes (1.1 GB) copied, 0.857493 s, 1.3 GB/s
[root@happy-wilson xenforo]#

Kaynak site: https://www.murat.ws/dd-ile-disk-okuma-yazma-testi/

Tags: dd

Comments? Tweet