* [gentoo-amd64] HDParm recommendations
@ 2005-10-17 22:10 Francisco Perez
2005-10-17 22:36 ` Francisco Perez
0 siblings, 1 reply; 4+ messages in thread
From: Francisco Perez @ 2005-10-17 22:10 UTC (permalink / raw
To: gentoo-amd64
Can anyone point me to an article or some tips on my I should be setting
in hdparm to tune my SATA setup to get some more thoroughput? I have 4
Seagate SATA drives plugged into an Escalade hardware Adapter running
RAID 10. Here's what I am currently getting from HDParm:
localhost ~ # hdparm -Tt /dev/sda
/dev/sda:
Timing cached reads: 3244 MB in 2.00 seconds = 1621.90 MB/sec
Timing buffered disk reads: 150 MB in 3.04 seconds = 49.40 MB/sec
localhost ~ # hdparm /dev/sda
/dev/sda:
readonly = 0 (off)
readahead = 64 (on)
geometry = 0/64/32, sectors = 500116226048, start = 0
I went through the man page, but its seems like everything there is
geared towards IDE drives.(?) Or does it all apply to SATA? Thanks, I
really appreciate it. :)
Frank
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-amd64] HDParm recommendations
2005-10-17 22:10 [gentoo-amd64] HDParm recommendations Francisco Perez
@ 2005-10-17 22:36 ` Francisco Perez
2005-10-18 1:53 ` Mark Knecht
0 siblings, 1 reply; 4+ messages in thread
From: Francisco Perez @ 2005-10-17 22:36 UTC (permalink / raw
To: gentoo-amd64
Well, it looks like I was able to answer my own question, apparently
hdparm doesn't do much in the way of SATA tunning because of the driver
the kernel now uses to run SATA is the SCSI driver.
Frank
Francisco Perez wrote:
> Can anyone point me to an article or some tips on my I should be setting
> in hdparm to tune my SATA setup to get some more thoroughput? I have 4
> Seagate SATA drives plugged into an Escalade hardware Adapter running
> RAID 10. Here's what I am currently getting from HDParm:
>
> localhost ~ # hdparm -Tt /dev/sda
>
> /dev/sda:
> Timing cached reads: 3244 MB in 2.00 seconds = 1621.90 MB/sec
> Timing buffered disk reads: 150 MB in 3.04 seconds = 49.40 MB/sec
>
> localhost ~ # hdparm /dev/sda
>
> /dev/sda:
> readonly = 0 (off)
> readahead = 64 (on)
> geometry = 0/64/32, sectors = 500116226048, start = 0
>
> I went through the man page, but its seems like everything there is
> geared towards IDE drives.(?) Or does it all apply to SATA? Thanks, I
> really appreciate it. :)
>
> Frank
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-amd64] HDParm recommendations
2005-10-17 22:36 ` Francisco Perez
@ 2005-10-18 1:53 ` Mark Knecht
2005-10-19 1:38 ` Francisco Perez
0 siblings, 1 reply; 4+ messages in thread
From: Mark Knecht @ 2005-10-18 1:53 UTC (permalink / raw
To: gentoo-amd64
Right. Try sdparm instead:
lightning ~ # sdparm /dev/sda
/dev/sda: ATA ST3250823AS 3.03
Read write error recovery mode page:
AWRE 1 [ sav: 1]
ARRE 1 [ sav: 1]
PER 0 [ sav: 0]
Caching (SBC) mode page:
WCE 1 [ sav: 1]
RCD 0 [ sav: 0]
Control mode page:
SWP 0 [ sav: 0]
lightning ~ #
I don't know how to use it, but it's there... ;-)
- Mark
On 10/17/05, Francisco Perez <fperez@albrookdata.com> wrote:
> Well, it looks like I was able to answer my own question, apparently
> hdparm doesn't do much in the way of SATA tunning because of the driver
> the kernel now uses to run SATA is the SCSI driver.
>
> Frank
>
> Francisco Perez wrote:
> > Can anyone point me to an article or some tips on my I should be setting
> > in hdparm to tune my SATA setup to get some more thoroughput? I have 4
> > Seagate SATA drives plugged into an Escalade hardware Adapter running
> > RAID 10. Here's what I am currently getting from HDParm:
> >
> > localhost ~ # hdparm -Tt /dev/sda
> >
> > /dev/sda:
> > Timing cached reads: 3244 MB in 2.00 seconds = 1621.90 MB/sec
> > Timing buffered disk reads: 150 MB in 3.04 seconds = 49.40 MB/sec
> >
> > localhost ~ # hdparm /dev/sda
> >
> > /dev/sda:
> > readonly = 0 (off)
> > readahead = 64 (on)
> > geometry = 0/64/32, sectors = 500116226048, start = 0
> >
> > I went through the man page, but its seems like everything there is
> > geared towards IDE drives.(?) Or does it all apply to SATA? Thanks, I
> > really appreciate it. :)
> >
> > Frank
> --
> gentoo-amd64@gentoo.org mailing list
>
>
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-amd64] HDParm recommendations
2005-10-18 1:53 ` Mark Knecht
@ 2005-10-19 1:38 ` Francisco Perez
0 siblings, 0 replies; 4+ messages in thread
From: Francisco Perez @ 2005-10-19 1:38 UTC (permalink / raw
To: gentoo-amd64
I guess I'll just leave it as is, its my office fileserver so its
probably not to bright to be messing with it anyway :-D
Frank
Mark Knecht wrote:
> Right. Try sdparm instead:
>
> lightning ~ # sdparm /dev/sda
> /dev/sda: ATA ST3250823AS 3.03
> Read write error recovery mode page:
> AWRE 1 [ sav: 1]
> ARRE 1 [ sav: 1]
> PER 0 [ sav: 0]
> Caching (SBC) mode page:
> WCE 1 [ sav: 1]
> RCD 0 [ sav: 0]
> Control mode page:
> SWP 0 [ sav: 0]
> lightning ~ #
>
> I don't know how to use it, but it's there... ;-)
>
> - Mark
>
> On 10/17/05, Francisco Perez <fperez@albrookdata.com> wrote:
>
>>Well, it looks like I was able to answer my own question, apparently
>>hdparm doesn't do much in the way of SATA tunning because of the driver
>>the kernel now uses to run SATA is the SCSI driver.
>>
>>Frank
>>
>>Francisco Perez wrote:
>>
>>>Can anyone point me to an article or some tips on my I should be setting
>>>in hdparm to tune my SATA setup to get some more thoroughput? I have 4
>>>Seagate SATA drives plugged into an Escalade hardware Adapter running
>>>RAID 10. Here's what I am currently getting from HDParm:
>>>
>>>localhost ~ # hdparm -Tt /dev/sda
>>>
>>>/dev/sda:
>>> Timing cached reads: 3244 MB in 2.00 seconds = 1621.90 MB/sec
>>> Timing buffered disk reads: 150 MB in 3.04 seconds = 49.40 MB/sec
>>>
>>>localhost ~ # hdparm /dev/sda
>>>
>>>/dev/sda:
>>> readonly = 0 (off)
>>> readahead = 64 (on)
>>> geometry = 0/64/32, sectors = 500116226048, start = 0
>>>
>>>I went through the man page, but its seems like everything there is
>>>geared towards IDE drives.(?) Or does it all apply to SATA? Thanks, I
>>>really appreciate it. :)
>>>
>>>Frank
>>
>>--
>>gentoo-amd64@gentoo.org mailing list
>>
>>
>
>
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-10-19 1:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-17 22:10 [gentoo-amd64] HDParm recommendations Francisco Perez
2005-10-17 22:36 ` Francisco Perez
2005-10-18 1:53 ` Mark Knecht
2005-10-19 1:38 ` Francisco Perez
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox