Gentoo Archives: gentoo-performance

From: "Christopher Bergström" <cbergstrom@×××××××××.com>
To: gentoo-performance@l.g.o
Subject: Re: [gentoo-performance] gentoo-performance
Date: Fri, 20 Jan 2006 14:46:29
Message-Id: 43D0F6F7.6090603@netsyncro.com
In Reply to: Re: [gentoo-performance] gentoo-performance by Bill Roberts
1
2
3
4
5
6
7
8 Bill Roberts wrote:
9
10
11
The one thing that first pops to my head is some hdparm results I've had 
12 and if maybe it's either my kernel setup or how I'm testing with hdparm...
13
14 Anyhow..
15
16 Raptors on SATA (Model Number: WDC WD360GD-00FNA0) (-c3 -u1 -A1
17 -W1 -d1 -a256 -M254 -m16 -X70 )
18 Kernel config
19 CONFIG_SCSI_SATA_SIL=y
20
21 There's an alternative driver, but haven't tested it...
22
23 hdparm -tT /dev/hde
24
25 /dev/hde:
26 Timing cached reads: 956 MB in 2.00 seconds = 477.02 MB/sec
27 Timing buffered disk reads: 116 MB in 3.03 seconds = 38.26 MB/sec
28
29
30
31
Your times for the raptor seem awfully slow.
32
33 Here the SATA settings for my kernel and my hdparm times.
34
35 antec ~ # grep SATA /usr/src/linux/.config
36 # CONFIG_BLK_DEV_IDE_SATA is not set
37 CONFIG_SCSI_SATA=y
38 CONFIG_SCSI_SATA_AHCI=y
39 # CONFIG_SCSI_SATA_SVW is not set
40 # CONFIG_SCSI_SATA_MV is not set
41 # CONFIG_SCSI_SATA_NV is not set
42 # CONFIG_SCSI_SATA_QSTOR is not set
43 # CONFIG_SCSI_SATA_PROMISE is not set
44 # CONFIG_SCSI_SATA_SX4 is not set
45 # CONFIG_SCSI_SATA_SIL is not set
46 # CONFIG_SCSI_SATA_SIL24 is not set
47 # CONFIG_SCSI_SATA_SIS is not set
48 # CONFIG_SCSI_SATA_ULI is not set
49 # CONFIG_SCSI_SATA_VIA is not set
50 # CONFIG_SCSI_SATA_VITESSE is not set
51 CONFIG_SCSI_SATA_INTEL_COMBINED=y
52 antec ~ # hdparm -tT /dev/md0
53
54 /dev/md0:
55 Timing cached reads: 2776 MB in 2.00 seconds = 1387.91 MB/sec
56 Timing buffered disk reads: 398 MB in 3.00 seconds = 132.48 MB/sec
57 antec ~ #
58
59 Note that this is a RAID0 with two disks, so the buffered disk read time
60 is double what you should expect on a normal install.
61
62
63
64 I guess I should add that 2nd disk in there then..  Anyhow, I'm bound
65 to what appears to be a not-so-friendly controller..
66
CONFIG_SCSI_SATA_SIL is not set
67 I'm going to change the sata_sil.c file to enable UDMA6 and I've seen
68 some other minor patches as well.. If it all proves stable.. Maybe
69 someone will actually get it sent upstream. What's further.. I'm on
70 hardened.. So I think you might have some kernel config options I don't
71 have.. I have to look again..
72
73 Cheers,
74
75 C.
76
77
78 --
79 gentoo-performance@g.o mailing list
80
81
82

Replies