All,
I'm getting extremely low disk performance on my new server, and suspect I have some incorrect kernel options or hardware configurations. Troughput as follows:
Code:
[189] SUPERUSER@spirou:/tmp#dd if=/dev/sda7 of=/dev/null bs=64k count=100
100+0 records in
100+0 records out
6553600 bytes (6.6 MB) copied, 1.50139 s, 4.4 MB/s
[190] SUPERUSER@spirou:/tmp#dd if=/dev/sda7 of=/dev/null bs=64k count=1000
1000+0 records in
1000+0 records out
65536000 bytes (66 MB) copied, 18.0209 s, 3.6 MB/s
[191] SUPERUSER@spirou:/tmp#dd if=/dev/sda7 of=/dev/null bs=64k count=10000
10000+0 records in
10000+0 records out
655360000 bytes (655 MB) copied, 179.74 s, 3.6 MB/s
As you can see, 3.6MB/s is appallingly low...
Some more system info:
Code:
00:00.0 Host bridge: Broadcom CMIC-WS Host Bridge (GC-LE chipset) (rev 13)
00:00.1 Host bridge: Broadcom CMIC-WS Host Bridge (GC-LE chipset)
00:00.2 Host bridge: Broadcom CMIC-LE
00:01.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)
00:0f.0 Host bridge: Broadcom CSB5 South Bridge (rev 93)
00:0f.1 IDE interface: Broadcom CSB5 IDE Controller (rev 93)
00:0f.2 USB Controller: Broadcom OSB4/CSB5 OHCI USB Controller (rev 05)
00:0f.3 ISA bridge: Broadcom CSB5 LPC bridge
00:11.0 Host bridge: Broadcom CIOB-X2 PCI-X I/O Bridge (rev 03)
00:11.2 Host bridge: Broadcom CIOB-X2 PCI-X I/O Bridge (rev 03)
01:01.0 SCSI storage controller: LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI (rev 07)
02:01.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5703X Gigabit Ethernet (rev 02)
02:02.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5703X Gigabit Ethernet (rev 02)
Kernel is 2.6.20.4 with SMP - full kernel config can be found here:
http://pastebin.ca/411667
dmesg output can be found here:
http://pastebin.ca/411670
The server in question is an IBM x335 with an LSI Logic 53c1030 SCSI-RAID controller which has two Ultra320 SCSI disks in RAID-1 set up in hardware. Processor is Dual-XEON 2.4Ghz which gives 4 cores in 2.6 Linux kernels. Memory is 2Gb.
Since these are 2x 10kRPM 36GB Ultra320 SCSI disks, something is clearly wrong given the ultra-low read and write data.
Any insight on this would be more than greatly appreciated!
-Y1