
*
*
* Copyright 2010 Sun Microsystems, Inc. All rights reserved.
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* The contents of this file are subject to the terms of the Common
* Development and Distribution License("CDDL") (the "License").
* You may not use this file except in compliance with the License.
*
* You can obtain a copy of the License at http://www.sun.com/cddl/cddl.html
* or ../vdbench/license.txt. See the License for the
* specific language governing permissions and limitations under the License.
*
* When distributing the software, include this License Header Notice
* in each file and include the License file at ../vdbench/licensev1.0.txt.
*
* If applicable, add the following below the License Header, with the
* fields enclosed by brackets [] replaced by your own identifying information:
* "Portions Copyrighted [year] [name of copyright owner]"
*

*
* Author: Henk Vandenbergh.
*


*Example 2: Single run, two raw disk, two workloads.

sd=sd1,lun=/dev/rdsk/c0t0d0s0
sd=sd2,lun=/dev/rdsk/c0t0d1s0
wd=wd1,sd=sd1,xfersize=4k,rdpct=80,skew=40
wd=wd2,sd=sd2,xfersize=8k,rdpct=0
rd=run1,wd=wd*,iorate=200,elapsed=10,interval=1

*Two raw disks: sd1 does 80 i/o's per second, read-to-write ratio 4:1, 4k records. sd2 does 120 i/o's per second, 100% write at 8k records.

