View previous topic :: View next topic |
Author |
Message |
drbenway n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 26 Jan 2006 Posts: 56
|
Posted: Sat Mar 10, 2007 5:42 pm Post subject: Sata speed - slowed by half. SATA_SIL |
|
|
Hi.
I have a SIL3112 Sata (Nforce2) motherboard.
I have noticed that the speed of the sata drive in now 1/2 of what it was.
Here is what hdparm shows now:-
-------------------------------------
/dev/sda:
Timing cached reads: 844 MB in 2.00 seconds = 421.08 MB/sec
Timing buffered disk reads: 136 MB in 3.02 seconds = 44.99 MB/sec
Heres what hdparm used to show
-------------------------------------
/dev/sda:
Timing cached reads: 1944 MB in 2.00 seconds = 971.71 MB/sec
Timing buffered disk reads: 170 MB in 3.01 seconds = 56.48 MB/sec
..........
Also from looking through /var/log/messages I notice that i now get these lines :-
-------------------------------------------------------
Mar 10 17:14:51 localhost SCSI device sda: 320173056 512-byte hdwr sectors (163929 MB)
Mar 10 17:14:51 localhost sda: Write Protect is off
Mar 10 17:14:51 localhost sda: Mode Sense: 00 3a 00 00
Mar 10 17:14:51 localhost SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Mar 10 17:14:51 localhost sda: sda1 sda2 sda3 < sda5 sda6 sda7 >
Mar 10 17:14:51 localhost sd 1:0:0:0: Attached scsi disk sda
Whilst i used to get this:-
-------------------------------------------------
localhost SCSI device sda: 320173056 512-byte hdwr sectors (163929 MB)
Feb 5 22:54:55 localhost sda: Write Protect is off
Feb 5 22:54:55 localhost sda: Mode Sense: 00 3a 00 00
Feb 5 22:54:55 localhost SCSI device sda: drive cache: write back
The only changes i have done since I used to get proper speeds is a udev update and a kernel update (2.6.18 --> 2.6.20)
Any ideas anyone ? _________________ Studies show that 9 out of 10 paedophiles use Windows ...
------------------------------------------------------------------------------------------------ |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NeddySeagoon Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/3946266373f47d606a2db3.jpg)
Joined: 05 Jul 2003 Posts: 54834 Location: 56N 3W
|
Posted: Sat Mar 10, 2007 5:45 pm Post subject: |
|
|
drbenway,
It is a change in hdparam. Old versions give one answer, new versions the other answer.
Maybe they are both wrong ? _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
drbenway n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 26 Jan 2006 Posts: 56
|
Posted: Sun Mar 11, 2007 12:37 pm Post subject: |
|
|
Hi.
Thank you for your response.
Are you saying that the hdparm test speed is not important ?
I have noticed the same speed on ubuntu feisty and suse 10.3 alpha 1, however ubuntu edgy give the faster older speed.
What is the correct way of benchmarking my sata drive ? _________________ Studies show that 9 out of 10 paedophiles use Windows ...
------------------------------------------------------------------------------------------------ |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
aidanjt Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/7201124414f1a4ed204f8d.jpg)
Joined: 20 Feb 2005 Posts: 1118 Location: Rep. of Ireland
|
Posted: Sun Mar 11, 2007 1:17 pm Post subject: |
|
|
Code: |
genbox addons # eix bonnie++
* app-benchmarks/bonnie++
Available versions: 1.93c
Homepage: http://www.coker.com.au/bonnie++/
Description: Hard drive bottleneck testing benchmark suite.
* app-benchmarks/bonnie
Available versions: 2.0.6
Homepage: http://www.textuality.com/bonnie/
Description: Performance Test of Filesystem I/O using standard C library calls.
Found 2 matches.
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NeddySeagoon Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/3946266373f47d606a2db3.jpg)
Joined: 05 Jul 2003 Posts: 54834 Location: 56N 3W
|
Posted: Sun Mar 11, 2007 3:32 pm Post subject: |
|
|
drbenway,
I am not suggesting that the output of hdparm is not important, just that it may not be right.
The problem with 'benchmarks' and 'speed tests' is that they rarely reflect real world performance.
They are good indicators that something has changed but thats all. In this case, I'm suggesting that its hdparm itself that has changed, not your hardware. To get even useful comparative results, identical tests must be run under identical test conditions. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
albright Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/524660825462570600c7fb.jpg)
Joined: 16 Nov 2003 Posts: 2588 Location: Near Toronto
|
Posted: Sun Mar 11, 2007 4:00 pm Post subject: |
|
|
Yes, it is hdparm change. Here's a quote from hdparm homepage
about the upgrade to 6.9:
Quote: | The (over)reporting of "-T" results was fixed. |
Caused me some worry since the change coincided with a
new motherboard ... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|