I'm not really sure where to start with this, and I am really big FreeBSD n00b, so please let me know if i missed any applicable information or there is something I can add that will help troubleshoot this issue.
Machine has 4GB RAM, 4x1 TB drives for the zpool, and a USB key for booting the OS.
Thanks in advance.
Basically I'm seeing when I run
Here is my zpool stats:
Here is my loader.conf:
I am using this command to check read / write speeds.
I'm pretty sure that this isn't a hardware issue as I was getting better performance when I was using solaris with the same setup.
Machine has 4GB RAM, 4x1 TB drives for the zpool, and a USB key for booting the OS.
Thanks in advance.
Basically I'm seeing when I run
$ zpool iostat 1
on a fully updated zpool 4 disk sata raidz peak writes and reads of ~5M.Here is my zpool stats:
Code:
pine# zpool status
pool: tank
state: ONLINE
scan: scrub canceled on Sun Apr 3 08:19:57 2011
config:
NAME STATE READ WRITE CKSUM
tank ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
ad4p1 ONLINE 0 0 0
ad5p1 ONLINE 0 0 0
ad6p1 ONLINE 0 0 0
ad7p1 ONLINE 0 0 0
errors: No known data errors
Here is my loader.conf:
Code:
kern.cam.boot_delay=10000
zfs_load="YES"
ahci_load="YES"
I am using this command to check read / write speeds.
# dd if=/dev/zero of=foo bs=2M count=10000 ; dd if=foo of=/dev/null bs=2M
I'm pretty sure that this isn't a hardware issue as I was getting better performance when I was using solaris with the same setup.