Sponsored Content
Top Forums UNIX for Advanced & Expert Users How to test RAID10 array performance [Debian Wheezy]? Post 302918751 by drl on Thursday 25th of September 2014 09:41:07 AM
Old 09-25-2014
Hi.

Here is a report on several disk configurations that was done in 2009 using benchmark code bonnie++ (32-bit 2-CPU Athlon box):
Code:
Description-en: Hard drive benchmark suite.
 It is called Bonnie++ because it was based on the Bonnie program.  This
 program also tests performance with creating large numbers of files.

which can be found in the Debian repositories.

Currently I use RAID10 with 4 SATA disks with LVM on top of the RAID on a virtual-machine server. I have not run the bonnie++ benchmarks on that system, but perhaps I will now that I see that there is some interest.

The only reason I would use RAID10 with less than 4 disks is practice (as with setup, etc), not for performance.

Best wishes ... cheers, drl
 

8 More Discussions You Might Find Interesting

1. Debian

apt-get problems on Wheezy

I am having some troubles with apt-get. I did an apt-get update and an apt-get upgrade. Some dependencies did not download, and so I had to do `apt-get -f install` to fix that. The thing is I get an error about /var/lib/dpkg/available root@hayek:~# apt-get -f install Reading package lists...... (3 Replies)
Discussion started by: John Tate
3 Replies

2. Shell Programming and Scripting

How do I test the first char of each line in an array

Hi folks, I am self-learning as I can I have a script that has read a file into an array. I can read out each line in the array with the code: for INDEX in {0..$LENGTH} ## $LENGTH was determined at the read in do echo "${data}" done What I need to do is test the first char... (2 Replies)
Discussion started by: Marc G
2 Replies

3. Shell Programming and Scripting

[solved] awk: test assoc. array for content

Hi all, I am looking for a quick/short way in awk to check if an associative array has any content. I know I can split() it to an indexed array and check if the 1st element is set, or cycle through it with something like for( ele in arr ), but I want to avoid that, as I am looking for a shorter... (3 Replies)
Discussion started by: zaxxon
3 Replies

4. Linux

Unload kernel module at boot time (Debian Wheezy 7.2, 3.2.0-4-686-pae kernel)

Hi everyone, I am trying to prevent the ehci_hcd kernel module to load at boot time. Here's what I've tried so far: 1) Add the following line to /etc/modprobe.d/blacklist.conf (as suggested here): 2) Blacklisted the module by adding the following string to 3) Tried to blacklist the module... (0 Replies)
Discussion started by: gacanepa
0 Replies

5. Shell Programming and Scripting

Bash - array loop performance

Hi, another little question... "sn" is an array whose elements can vary from about 55,000 to about 150,000 elements. Each element consists of an integer between 0-255, eg: ${sn} contain the value: 103 . For a decrypt-procedure I need scroll all the elements 4 or 5 times. Here is an example of... (15 Replies)
Discussion started by: math4
15 Replies

6. HP-UX

Test cases for file system mount/umount performance in HP

Hi Folks, Could anyone please assist me with the what could be the scenarios to test the file system mount/umount performance check in HPUX. Thanks in advance, Vaishey (5 Replies)
Discussion started by: Vaishey
5 Replies

7. AIX

Power RAID10 array reconstruct fails ?

Hello, P7 machine PCI Express x8 Planar 3Gb SAS Adapter RAID10 array(2 disks)(not AIX lvm) was configured and working, then one disk failed and IBM support replaced that. Now raid array is degraded, data is not lost. I see new disk model(same as original) serial and etc. What I did trying... (0 Replies)
Discussion started by: vilius
0 Replies

8. Shell Programming and Scripting

If test array element multiplication

Ya, I know, who in this day and age is mirroring rootvg...? But yes, my shop does and I need to script checking for it. I also know I could just inverse the the logic and call the LV mirrored if the LPs and PPs were not equal. But I want to do the math in the if test and also know I could... (5 Replies)
Discussion started by: gtsonoma
5 Replies
ri(7)							 Miscellaneous Information Manual						     ri(7)

NAME
ri - I2O RAID disk interface SYNOPSIS
bus i2o0 at pci2001 slot 4 controller i2o_bs0 at i2o0 slot 18 DESCRIPTION
The ri driver supports 32-bit and 64-bit PCI backplane RAID controllers with Intelligent I/O (I2O) host interface supporting backend SCSI channels. I2O is an open architecture for developing device drivers that is independent of the operating system, processor platform, and system I/O bus. The communication model is based on a message-passing protocol reducing the number of driver interfaces needed. A single driver called an Operating System Module(OSM) is provided to support all Block Storage class devices. Any RAID system that supports the I2O interface functions with this driver. These devices are designated as ri to distinguish them from ra, re, and rz (SCSI) devices. The StorageWorks Command Console Utility (SWCC) is supported for online configuration and monitoring of I2O raid devices. The following rules are used to determine the major and minor numbers that are associated with an ri type disk. A dynamic major number is used to represent ri block devices, and is assigned during initial configuration. The current major number can be determined using the following command: # /sbin/devswmgr -getnum i2o_bs The preceding command displays the driver switch reservation list, showing the device instance and major number for the i2o_bs driver. An alternative method is: # /sbin/sysconfig -q i2o_bs The highest 14 bits of the 20-bit minor number represents a particular Block Storage device, while lowest six bits of the minor number specify disk partitions (identified by the letters, a through h) on that device. The device special file names associated with ri disks are based on conventions that are closely associated with the minor number assigned to the disk. The standard device names begin with ri for block special files and rri for character (raw) special files. Following the ri is the unit number and then a letter, a through h, that represents the partition. Throughout this reference page, the question mark (?) character represents the unit number in the name of the device special file. For example, ri?b could represent ri0b, ri1b, and so on. A disk can be accessed through either the block special file or the character special file. The block special file accesses the disk using the file system's normal buffering mechanism. Reads and writes to the block special file can specify any size. This capability avoids the need to limit data transfers to the size of physical disk records and to calculate offsets within disk records. The file system can break up large read and write requests into smaller fixed size transfers to the disk. The character special file provides a raw interface that allows for direct transmission between the disk and the user's read or write buf- fer. A single read/write operation to the raw interface results in exactly one I/O operation. Consequently, raw I/O may be considerably more efficient for large transfers. For systems with ri disks, the first software boot after the system is powered on may take longer than expected. This delay is normal and is caused by the software spinning up the ri disks. Disk Support The ri driver handles all disk drives that can be connected to the I2O RAID controller. To determine which drives are supported for spe- cific CPU types and hardware configurations, see the hardware installation and configuration information for your I2O system. I2O RAID Controllers are viewed in all cases as RI type disks. There are some notable differences that should be taken into consideration when configuring a RAID device: Currently only sector sizes of 512 bytes are supported. Logical Volume sizes are not fixed sizes as com- pared to other disk devices. The size of the Logical Volume is configurable based on needs. The dynamic nature of Logical Volume sizes is dealt with by defining RAID devices as DYNAMIC. Only partitions a, b, c, and g are defined. If necessary, the disklabel(8) command can be run to change and define partitions for RAID devices Usually, the ri?a partition is used for the root file system and the ri?b partition as a paging area. The ri?c partition can be used for disk-to-disk copying because it maps the entire disk. The starting location and length (in 512 byte sectors) of the disk partitions of each drive are shown in the following table. Partition sizes can be changed by using the disklabel(8) command. I2O RAID partitions for systems based on the Alpha AXP architecture disk start length ri?a 0 131072 ri?b 131072 262144 ri?c 0 end of media ri?d 0 0 ri?e 0 0 ri?f 0 0 ri?g 393216 end of media ri?h 0 0 FILES
/dev/disk/ri??? /dev/disk/rri??? RELATED INFORMATION
RAID(7), SCSI(7), tz(7), rz(7),disklabel(8), MAKEDEV(8), uerf(8) delim off ri(7)
All times are GMT -4. The time now is 03:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy