View previous topic :: View next topic |
Author |
Message |
mr98ai n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 12 Dec 2003 Posts: 44 Location: Ontario, Canada
|
Posted: Thu Nov 25, 2004 2:52 am Post subject: Check for DMA with raid |
|
|
Hi, anybody know how I can detect if my 2 harddrives connected via a 3ware raid controller are using DMA? hdparm does not give me any usefull data... Code: | root@corncob mr98ai # hdparm /dev/sda
/dev/sda:
HDIO_GET_MULTCOUNT failed: Invalid argument
readonly = 0 (off)
readahead = 256 (on)
geometry = 19458/255/63, sectors = 160050577408, start = 0
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
genstef Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/1718496753415552c1c4f5f.jpg)
Joined: 13 Jun 2004 Posts: 668 Location: M/Bay/Germany
|
Posted: Thu Nov 25, 2004 11:05 am Post subject: |
|
|
You could try hdparm -i |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mr98ai n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 12 Dec 2003 Posts: 44 Location: Ontario, Canada
|
Posted: Thu Nov 25, 2004 11:35 pm Post subject: |
|
|
When I run this test, I get these results. Is this good, or bad??
Code: | hdparm -Tt /dev/sda
/dev/sda:
Timing cached reads: 2068 MB in 2.00 seconds = 1033.12 MB/sec
Timing buffered disk reads: 140 MB in 3.03 seconds = 46.27 MB/sec
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|