LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   SCSI slow? (https://www.linuxquestions.org/questions/linux-hardware-18/scsi-slow-270011/)

jago25_98 12-24-2004 04:38 PM

SCSI slow?
 
Does this look right to you? I'm sure I have /dev/sdb working at 40mb/sec before... it's 160mb/sec max anyway.

Code:

root@betty.net[~] # df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/hda6            9.7G  3.4G  5.8G  37% /
/dev/hdb2              74G  36G  34G  52% /s
/dev/hda4            6.1G  5.1G 1003M  84% /mnt/fat32
/dev/sdb3              17G  4.3G  12G  27% /usr
/dev/sda1            4.1G  663M  3.4G  17% /usr/portage
root@betty.net[~] # hdparm -Tt /dev/sdb

/dev/sdb:
 Timing cached reads:  1188 MB in  2.00 seconds = 592.61 MB/sec
 Timing buffered disk reads:  94 MB in  3.06 seconds =  30.68 MB/sec
root@betty.net[~] # hdparm -Tt /dev/sda

/dev/sda:
 Timing cached reads:  1184 MB in  2.00 seconds = 591.79 MB/sec
 Timing buffered disk reads:  24 MB in  3.08 seconds =  7.79 MB/sec
root@betty.net[~] # hdparm -Tt /dev/hda

/dev/hda:
 Timing cached reads:  1188 MB in  2.00 seconds = 593.79 MB/sec
 Timing buffered disk reads:  82 MB in  3.02 seconds =  27.17 MB/sec
root@betty.net[~] #


musicman_ace 12-25-2004 01:18 AM

If you are saying that you have a U160 scsi drive, that would be its maximum burst data transfer rate, not the sustained data transfer rate with is what hardparm tells you, but I'm not sure if that is what you are asking.

rnturn 12-25-2004 11:29 PM

7MB/sec does seem a bit slow for a disk drive. (I use USCSI tape drives at work that accept data at a higher rate than that.) Not knowing anything about the configuration of the OS or the hardware, it's a little tough to tell if there's a serious problem here just from looking at the output of few hdparm commands. There are just too many questions one would want to ask. Such as: Do you see numbers like this when you run these tests in single user mode? What do you have on the "slow" drive? etc...


All times are GMT -5. The time now is 04:56 AM.