I have an SSD that's rated for around 400MB/s read, but delivers more like 140MB/s. I realized this could just be saturating a 1.5Gb/s SATA 1 link. The SATA controller is a PCIE (hopefully) v2.x, x2. I'd like to check to see that the controller-drive interface is SATA III, and that the PCIE-controller interface is v2.x x2, and that neither autonegotiated down to a slower speed, possibly because of old cables. How can I do this?
The command I'm testing read throughput with is
The command I'm testing read throughput with is
dd if=/dev/adaX bs=16M | pipebench > /dev/null.