-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong read speed result for Samsung SSD 970 EVO Plus #48
Comments
Try to disable the flush cache option in Settings. This may not work as expected. If it helps, I will disable this option by default. |
Disabling flush cache option not helped. |
Could you find the release the issue appeared the first time? |
As far i know @Vascom already tried this. I thought as well that this issue appears in some KDiskMark updates but seems like something else causing it. |
I can't reproduce it, because I haven't such an SSD, but it's definitely a bug. |
Similar discussion on Reddit and the same disk. Doubt that this could help but a least seems like popular issue. |
May be we can give you some debug output? |
Tested with |
Then it may be caused by separation loops inside kdiskmark. Could you please try also 1.6.0? |
Then it can be really not kdiskmark issue. |
What is the output of the commands below? echo 3 | sudo tee /proc/sys/vm/drop_caches
fio --ioengine=libaio --direct=1 --randrepeat=0 --refill_buffers --end_fsync=1 --filename=test-fio.tmp --name=readjob --size=128M --bs=1m --rw=read --iodepth=8 --loops=5 echo 3 | sudo tee /proc/sys/vm/drop_caches
fio --ioengine=libaio --direct=1 --filename=test-fio.tmp --name=readjob --size=128M --bs=1m --rw=read --iodepth=8 --loops=5 |
|
|
I would guess that this is the real reading performance. dd if=/dev/zero of=test-fio.tmp bs=1M count=128
echo 3 | sudo tee /proc/sys/vm/drop_caches
dd if=test-fio.tmp of=/dev/null bs=1M |
|
No idea, something wrong with fio. |
By the way, @tim77 haven't you changed partitions since the results was correct? Maybe alignment is wrong... |
Indeed. Partition was changed since first time. BTW i've also wondered about some another issue in BTRFS and i assumed is alignment can be the cause of it or not https://pagure.io/fedora-btrfs/project/issue/36#comment-701576 |
I just found that it is seems not kdiskmark problem. |
I think you should open an issue in the fio repository, I can't resolve it. |
I understand perfectly, but I can't fix it myself. It's one thing if it never worked right, it's quite another thing if it suddenly broke down, and with only one (?) device at that. |
Yep. We will try to file a bug into kernel and fio. Worth to try. At least maybe we can learn something new and maybe this is a feature. |
Description:
Strange speed result for Samsung SSD 970 EVO Plus (1TB and others).
By datasheet and in gnome-disk-utility I have ~3500MB/s sequential read but kdiskmark give me only ~1500MB/s.
And write speed ~2900MB/s. So read speed seems not relevant.
Steps To Reproduce:
Run test.
Can you help solve this bug?
The text was updated successfully, but these errors were encountered: