Hi,
I've installed one WD_BLACK SN770 NVMe SSD 2 TB and do not get the performance I was expecting. I am wondering if my SSD is just bad or if there is another issue with the board itself.
For the random read and write test I get only 7.7 K IOPS at 483 MiB/s. The review at https://taoofmac.com/space/blog/2024/10/26/1900 reported around 13 K IOPS at 882 MiB/s for the same test with a very similar WD Blue SN580 1TB SSD
Sequential read directly from disk: 786MiB/s
Direct read from disk: 598 MB/s (not MiB/s!)
Are these read/write speeds normal for the CM3588-Plus NAS kit?
I've installed one WD_BLACK SN770 NVMe SSD 2 TB and do not get the performance I was expecting. I am wondering if my SSD is just bad or if there is another issue with the board itself.
Code: Select all
fio --filename=file --size=5GB --direct=1 --rw=randrw --bs=64k --ioengine=libaio --iodepth=64 --runtime=120 --numjobs=4 --time_based --group_reporting --name=random-read-write --eta-newline=1
For the random read and write test I get only 7.7 K IOPS at 483 MiB/s. The review at https://taoofmac.com/space/blog/2024/10/26/1900 reported around 13 K IOPS at 882 MiB/s for the same test with a very similar WD Blue SN580 1TB SSD
Code: Select all
sudo fio --direct=1 --rw=read --bs=1024k --ioengine=libaio --iodepth=64 --size=4G --runtime=10 --numjobs=4 --group_reporting --name=fio-rand-read-sequential --eta-newline=1 --readonly --filename=/dev/nvme0n1 | grep READ
Sequential read directly from disk: 786MiB/s
Code: Select all
hdparm -t --direct /dev/nvme0n1
Direct read from disk: 598 MB/s (not MiB/s!)
Are these read/write speeds normal for the CM3588-Plus NAS kit?