Answer the question
In order to leave comments, you need to log in
FIO, testing over the network does not give adequate results, why?
Greetings dear ones.
I'm trying to test what the Synology 1813+ storage with 8 WD4000F9YZ 4 TB drives is capable of using the fio utility and based on the article .
I have a virtual machine on the Ubuntu 12.04 Server network installed on WD 1Tb Green, and I'm testing from it.
On storage, I created 3 test partitions in ext4 and made shared folders of the same name.
1 - hdd (just one disk)
2 - raid5 (3 disks assembled in the 5th raid)
3 - raid6 (4 disks assembled in the 6th raid)
Mounted folders (hdd, raid5, raid6)
sudo mount //ip/hdd -o username=***,password=***
I tried to write files there, everything is ok.
df -h shows disk sda1 and mounted disks like //ip/hdd
Installed fio:
sudo apt-get install fio
create a file in the home folder
sudo touch read.ini
I decided to start by testing the local disk, wrote it there
Answer the question
In order to leave comments, you need to log in
Test the disk itself, without mounting and creating fs on it.
The config is something like this:
[global]
blocksize=4k
filename=/dev/sdX
direct=1
buffered=0
ioengine=libaio
iodepth=32
[readtest]
rw=randread
[writetest]
rw=randwrite
Testing time needs more, several hours, which if the storage caches had time to get tired and start loading the disks themselves
@tgz
Thank you.
But how do I test the disk itself, or rather the raid array, if it is in a NAS device, Synology1813+
Just with testing the disk itself, there are no problems.
Testing took a very long time, the 8-gig one was loaded for the night.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question