Following on from yesterday’s benchmark, I’m adding in some ZFS tests. All hardware is the same. Of note: $ zdb | grep ashift ashift: 9 $ sudo diskinfo -v ada0 Password: ada0 512 # sectorsize 128035676160 # mediasize in bytes (119G) 250069680 # mediasize in sectors 0 # stripesize 0 # stripeoffset 248085 # Cylinders [...]
Today, I’ll be benchmarking a Samsung SSD 840 PRO Series DXM03B0Q. I’ve had this for a couple of weeks, but I’ve not been ready for it until today. This drive will not be detected by FreeBSD 9.1-STABLE and before. A relatively recent commit fixed a problem with When I booted with the SSD installed, I [...]
Tonight I received a TOSHIBA DT01ACA300 3TB HDD. This is a 7200 RPM SATA III drive. Tests were run with FreeBSD 9.1 in the hardware listed below. The hardware We are testing on the following hardware: motherboard – SUPERMICRO MBD-H8SGL-O ATX Server Motherboard (Supermicro link): $224.99 CPU – AMD Opteron 6128 Magny-Cours 2.0GHz 8 x [...]
I have a Seagate ST2000DM001 sitting in a server. I’ve run some simple tests. Results are below. Tests were run with FreeBSD 9.1 in the hardware listed below. The hardware We are testing on the following hardware: motherboard – SUPERMICRO MBD-H8SGL-O ATX Server Motherboard (Supermicro link): $224.99 CPU – AMD Opteron 6128 Magny-Cours 2.0GHz 8 [...]
Yesterday, I was pretty sure I knew what HDD I was going to buy. I was ready to buy 6 new Toshiba 3TB HDD for a ZFS raidz2 array. Then, last night, I decided to do something entirely out of character for people making HDD purchase. I decided to stop reading and start buying. I [...]
I have been pondering buying some new HDD lately. Price/GB isn’t the only metric. But I did up a list of the short candidates, but before you buy, read below. I should mention all the links below go to Newegg, only because that’s where I was searching. They may not be the best price, but [...]
GEOM Watch sent me an email this morning: The status of GEOM MIRROR/gm0 has changed from COMPLETE to DEGRADED. The following components have been lost: ad6 Remaining components: ad3 Here’s the smartctl output: [dan@ngaio:~] $ sudo smartctl -a -i /dev/ad6 smartctl 5.43 2012-06-30 r3573 [FreeBSD 8.2-STABLE i386] (local build) Copyright (C) 2002-12 by Bruce Allen, [...]
Following on from the previous dd and bonnie++ tests, here are some diskinfo tests: These are unaligned tests, on disks partitioned such as this: $ gpart show ada1 => 34 488397101 ada1 GPT (232G) 34 540 – free – (270k) 574 488396510 1 freebsd (232G) 488397084 51 – free – (25k) And then aligned thusly: [...]
In this post, we’re going to demonstrate why aligning your disk partitions can be a good idea. For starters, we’re going to go with the default alignment, do a test, then align, and redo the test. But first, in case you have no idea what I’m talking about, this randomly discovered post may be a [...]
During a recent install of FreeBSD 9.1 onto a gmirror, it was pointed out that my disk partitions were not aligned. Today, I’ll look at how that affects performance, both before and after alignment. Last night, I installed FreeBSD 9.1 onto a separate HDD, which I’ll use as a floater. I can attach this HDD [...]