Gandalf Corvotempesta
Dabbler
- Joined
- Oct 8, 2016
- Messages
- 48
Hi to all
I have a supermicro server with Intel PCH SATA controller.
I've connected 4 Intel S3610 SSDs and tried some benchmarks to see if an HBA (like the LSI 3008) is needed.
A simple:
run on a single disks, give me about 480MB/s
The same run on two disks at once, give me about the same speed on each disks.
The same run on all 4 disks at once, give me about 380GB/s for each disks.
380GB/s * 4 = more or less 1500MB/s
Seems that this controller is limited at 1500MB/s
Anything else that I could check ? Do you think that adding an HBA would improve performance ?
This server has 10 bays, if with 4 SSDs i've already reached the maximum bandwidth, what will happen when adding more disks up to 10? The server will just collapse, 10 SSDs at speed lower than a standard HDD speed (1500MB/s / 10 = 150MB/s)
Yes, I'm using Linux, but this is the forum with the most skilled guys about storage.
I have a supermicro server with Intel PCH SATA controller.
I've connected 4 Intel S3610 SSDs and tried some benchmarks to see if an HBA (like the LSI 3008) is needed.
A simple:
Code:
dd if=/dev/sda of=/dev/null bs=10M count=10000 iflag=direct
run on a single disks, give me about 480MB/s
The same run on two disks at once, give me about the same speed on each disks.
The same run on all 4 disks at once, give me about 380GB/s for each disks.
380GB/s * 4 = more or less 1500MB/s
Seems that this controller is limited at 1500MB/s
Anything else that I could check ? Do you think that adding an HBA would improve performance ?
This server has 10 bays, if with 4 SSDs i've already reached the maximum bandwidth, what will happen when adding more disks up to 10? The server will just collapse, 10 SSDs at speed lower than a standard HDD speed (1500MB/s / 10 = 150MB/s)
Yes, I'm using Linux, but this is the forum with the most skilled guys about storage.