V
V
Vincent12021-12-21 19:30:54
*nix-like systems
Vincent1, 2021-12-21 19:30:54

How to properly measure the speed of an SSD?

Option A

dd if=/dev/zero of=/tmp/test.img bs=1M count=1024 oflag=dsync


Option B
dd if=/dev/zero of=/tmp/test.img bs=1M count=1024 oflag=direct

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
neol, 2021-12-21
@Vincent1

fio --randrepeat=1 --ioengine=libaio --direct=1 --gtod_reduce=1 --name=test --filename=test --bs=4k --iodepth=64 --size=4G --readwrite=randwrite

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question