Without googling the specs, are those two on a different channel? ie the chipset has 6 and then another chip handles 2 or vice versa
post
As a dude from the peanut gallery still learning, this was an interesting read. Never thought about the importance of what channel the sata cables are plugged into.
It's one of the reasons why getting a SAS controller is really nice, backplanes make it even better.
I was preforming a burn with 10 X 8TB drives on a controller that already had a couple operating ZFS pools totaling 18 X 4TB drives and a couple SSD's and there was no slow downs. A SAS3008 controller can support over 6000 MB/s and has a PCI Express X8 3.0 bus.
I've been building my servers and network out of old enterprise gear for a while now. It uses more power but the things you can do are truly amazing. Sadly the ai boom drove prices way up compared to a couple years ago, what I bought for 900 in 2024 is running around 1500 today.
What are "d/s" and "f/s"?
E: I rtfm and.... It's discard requests and flush requests
I actually needed to look that up, since I didn't know either. So, thank you, I've learned something new because of your question.
d/s The number (after merges) of discard requests
completed per second for the device.
f/s The number (after merges) of flush requests
completed per second for the device. This counts
flush requests executed by disks. Flush requests are
not tracked for partitions. Before being merged,
flush operations are counted as writes.
https://man7.org/linux/man-pages/man1/iostat.1.html
(Discards being TRIM operations on SSDs, I imagine.)



all 8 comments