1*96c8483aSYuri Pankov#
2*96c8483aSYuri Pankov# CDDL HEADER START
3*96c8483aSYuri Pankov#
4*96c8483aSYuri Pankov# The contents of this file are subject to the terms of the
5*96c8483aSYuri Pankov# Common Development and Distribution License (the "License").
6*96c8483aSYuri Pankov# You may not use this file except in compliance with the License.
7*96c8483aSYuri Pankov#
8*96c8483aSYuri Pankov# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*96c8483aSYuri Pankov# or http://www.opensolaris.org/os/licensing.
10*96c8483aSYuri Pankov# See the License for the specific language governing permissions
11*96c8483aSYuri Pankov# and limitations under the License.
12*96c8483aSYuri Pankov#
13*96c8483aSYuri Pankov# When distributing Covered Code, include this CDDL HEADER in each
14*96c8483aSYuri Pankov# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*96c8483aSYuri Pankov# If applicable, add the following below this CDDL HEADER, with the
16*96c8483aSYuri Pankov# fields enclosed by brackets "[]" replaced with your own identifying
17*96c8483aSYuri Pankov# information: Portions Copyright [yyyy] [name of copyright owner]
18*96c8483aSYuri Pankov#
19*96c8483aSYuri Pankov# CDDL HEADER END
20*96c8483aSYuri Pankov#
21*96c8483aSYuri Pankov
22*96c8483aSYuri Pankov#
23*96c8483aSYuri Pankov# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
24*96c8483aSYuri Pankov#
25*96c8483aSYuri Pankov
26*96c8483aSYuri PankovDEFAULTS {
27*96c8483aSYuri Pankov	runtime = 60;
28*96c8483aSYuri Pankov	dir = /var/tmp/smbclnt/mnt;
29*96c8483aSYuri Pankov	stats = /tmp;
30*96c8483aSYuri Pankov	filesystem = tmpfs;
31*96c8483aSYuri Pankov	description = "randomread tmpfs";
32*96c8483aSYuri Pankov}
33*96c8483aSYuri Pankov
34*96c8483aSYuri PankovCONFIG randomread2k {
35*96c8483aSYuri Pankov	function = generic;
36*96c8483aSYuri Pankov	personality = randomread;
37*96c8483aSYuri Pankov	filesize = 160m;
38*96c8483aSYuri Pankov	iosize = 2k;
39*96c8483aSYuri Pankov	nthreads = 1;
40*96c8483aSYuri Pankov}
41