[ltp] Thinkpad T43 7200rpm hard drive performance?
Jiang Qian
linux-thinkpad@linux-thinkpad.org
Mon, 19 Jun 2006 03:05:47 -0400
> Hi Jiang,
>
> Here's the output from hdparm:
>
> <SNIP> # hdparm -tT /dev/hda
>
> /dev/hda:
> Timing cached reads: 2520 MB in 2.00 seconds = 1260.54 MB/sec
> Timing buffered disk reads: 154 MB in 3.03 seconds = 50.76 MB/sec
>
> and here's the output from bonnie++:
>
> <SNIP> bonnie++
> Writing with putc()...done
> Writing intelligently...done
> Rewriting...done
> Reading with getc()...done
> Reading intelligently...done
> start 'em...done...done...done...
> Create files in sequential order...done.
> Stat files in sequential order...done.
> Delete files in sequential order...done.
> Create files in random order...done.
> Stat files in random order...done.
> Delete files in random order...done.
> Version 1.01d ------Sequential Output------ --Sequential Input- --Random-
> -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
> Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP
> Junior 2G 33655 51 39320 24 11376 7 27451 61 30786 11 152.1 0
> ------Sequential Create------ --------Random Create--------
> -Create-- --Read--- -Delete-- -Create-- --Read---
> -Delete--
> files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP
> 16 26196 86 +++++ +++ 28722 98 29208 99 +++++ +++ 26422 98
> Junior,2G,33655,51,39320,24,11376,7,27451,61,30786,11,152.1,0,16,26196,86,+++++,+++,28722,98,29208,99,+++++,+++,26422,98
>
>
> I'm reluctant to do the hardware swap again just to time the old disk.
>
> The machine is a T42p 2 GHz Pentium M 1 G RAM 14.5" HD LCD display
> running on line power rather than on battery.
>
> Good Luck,
>
> Don A
Thanks a lot Don! That is one fast notebook hard drive! I found my hard
drive about a third to a half slower even though it is a (older) 7200rpm
hard drive.
As a matter of comparison, I have a T43 with a Hitachi travelstar
7200rpm 60GB 7k60(model number HTS726060M9AT00), 1.86 Pentium M 1G ram.
Now due to the infamous PATA to SATA bridge my hard drive shows up as
SATA drive and has to undergo some fiddling to get to work. A
consequence is that I have this perennial fear that I'm not squeezing
the maximum out of this drive. Another consequence is that not all hard
drive is compatible with my T43
http://thinkwiki.org/wiki/Problem_with_non-ThinkPad_hard_disks
So I'm posting my test result to serve two purpose:
1) To compare others out there with T43(p) and same hard drive to see if
anyone get better number and if so what I can do to improve performance.
2) To see whether anyone has a different hard drive working under T43
that has better performance.
So thank in advance for all the else with their results, here's the
numbers:
root@laptop:# hdparm -tT /dev/sda
/dev/sda:
Timing cached reads: 3640 MB in 2.00 seconds = 1820.00 MB/sec
Timing buffered disk reads: 114 MB in 3.02 seconds = 37.75 MB/sec
Version 1.03 ------Sequential Output------ --Sequential Input-
--Random-
-Per Chr- --Block-- -Rewrite- -Per Chr- --Block--
--Seeks--
Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP
/sec %CP
laptop 2G 24245 71 26967 7 10388 2 20519 54 24350 2
139.3 0
------Sequential Create------ --------Random
Create--------
-Create-- --Read--- -Delete-- -Create-- --Read---
-Delete--
files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP
/sec %CP
16 2387 93 +++++ +++ +++++ +++ 2244 85 +++++ +++
13334 99
laptop,2G,24245,71,26967,7,10388,2,20519,54,24350,2,139.3,0,16,2387,93,+++++,+++,+++++,+++,2244,85,+++++,+++,13334,99
Jiang