Re: Writing performance problem with SAS1068

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Douglas Gilbert
Date: Tuesday, February 6, 2007 - 12:27 pm

Bernardo Innocenti wrote:

# dd if=/dev/zero of=/dev/sdj bs=4096 count=65536 conv=fdatasync
65536+0 records in
65536+0 records out
268435456 bytes (268 MB) copied, 2.24953 seconds, 119 MB/s

# dd if=/dev/zero of=/dev/sdd bs=4096 count=65536 conv=fdatasync
65536+0 records in
65536+0 records out
268435456 bytes (268 MB) copied, 2.3246 seconds, 115 MB/s

Both /dev/sdj and /dev/sdd connect via an expander to the same
SAS disk. /dev/sdj is via the LT aic94xx driver and a PCI-X HBA.
/dev/sdd is via the mptsas driver and a SAS1068 (PCIe) based HBA.
The kernel version is 2.6.20-rc5.

Looks good to me.

You may like to check that Write Cache Enable is on with:
'sdparm --get=WCE /dev/sdd'.

Doug Gilbert


-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Writing performance problem with SAS1068, Bernardo Innocenti, (Tue Feb 6, 1:58 am)
Re: Writing performance problem with SAS1068, Douglas Gilbert, (Tue Feb 6, 12:27 pm)
Re: Writing performance problem with SAS1068, Bernardo Innocenti, (Wed Feb 7, 1:57 pm)