Home | History | Annotate | Download | only in config
      1  5184  ek110237 #
      2  5184  ek110237 # CDDL HEADER START
      3  5184  ek110237 #
      4  5184  ek110237 # The contents of this file are subject to the terms of the
      5  5184  ek110237 # Common Development and Distribution License (the "License").
      6  5184  ek110237 # You may not use this file except in compliance with the License.
      7  5184  ek110237 #
      8  5184  ek110237 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
      9  5184  ek110237 # or http://www.opensolaris.org/os/licensing.
     10  5184  ek110237 # See the License for the specific language governing permissions
     11  5184  ek110237 # and limitations under the License.
     12  5184  ek110237 #
     13  5184  ek110237 # When distributing Covered Code, include this CDDL HEADER in each
     14  5184  ek110237 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     15  5184  ek110237 # If applicable, add the following below this CDDL HEADER, with the
     16  5184  ek110237 # fields enclosed by brackets "[]" replaced with your own identifying
     17  5184  ek110237 # information: Portions Copyright [yyyy] [name of copyright owner]
     18  5184  ek110237 #
     19  5184  ek110237 # CDDL HEADER END
     20  5184  ek110237 #
     21  5184  ek110237 #
     22  6333  ek110237 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
     23  5184  ek110237 # Use is subject to license terms.
     24  5184  ek110237 #
     25  5184  ek110237 # ident	"%Z%%M%	%I%	%E% SMI"
     26  5184  ek110237 
     27  5184  ek110237 DEFAULTS {
     28  6333  ek110237 	runtime = 60;
     29  5184  ek110237         dir = /tmp;
     30  5184  ek110237         stats = /tmp;
     31  5184  ek110237 	filesystem = tmpfs;
     32  5184  ek110237 	description = "filemicro tmpfs";
     33  5184  ek110237 }
     34  5184  ek110237 
     35  6333  ek110237 CONFIG createandalloc {
     36  5184  ek110237 	function = generic;
     37  6333  ek110237 	personality = filemicro_create;
     38  5184  ek110237 }
     39  5184  ek110237 
     40  6333  ek110237 CONFIG createandallocsync {
     41  5184  ek110237 	function = generic;
     42  5184  ek110237 	personality = filemicro_create;
     43  6333  ek110237 	sync = true;
     44  5184  ek110237 }
     45  5184  ek110237 
     46  5184  ek110237 CONFIG createallocfsync {
     47  5184  ek110237 	function = generic;
     48  5184  ek110237 	personality = filemicro_writefsync;
     49  5184  ek110237 }
     50  5184  ek110237 
     51  5184  ek110237 CONFIG createallocappend {
     52  5184  ek110237 	function = generic;
     53  5184  ek110237 	personality = filemicro_createrand;
     54  5184  ek110237 }
     55  5184  ek110237 
     56  5184  ek110237 CONFIG randread2k {
     57  5184  ek110237 	function = generic;
     58  5184  ek110237 	personality = filemicro_rread;
     59  5184  ek110237 }
     60  5184  ek110237 
     61  5184  ek110237 CONFIG randread2kcached {
     62  5184  ek110237 	function = generic;
     63  5184  ek110237 	personality = filemicro_rread;
     64  6333  ek110237 	cached = true;
     65  5184  ek110237 }
     66  5184  ek110237 
     67  5184  ek110237 CONFIG randwrite2ksync {
     68  5184  ek110237 	function = generic;
     69  5184  ek110237 	personality = filemicro_rwrite;
     70  6333  ek110237 	sync = true;
     71  5184  ek110237 }
     72  5184  ek110237 
     73  5184  ek110237 CONFIG randwrite2ksync4thread {
     74  5184  ek110237 	function = generic;
     75  5184  ek110237 	personality = filemicro_rwrite;
     76  5184  ek110237 	nthreads = 4;
     77  6333  ek110237 	sync = true;
     78  5184  ek110237 }
     79  5184  ek110237 
     80  5184  ek110237 CONFIG randwrite8kfsynccached {
     81  5184  ek110237 	function = generic;
     82  5184  ek110237 	personality = filemicro_rwritefsync;
     83  6333  ek110237 	cached = true;
     84  5184  ek110237 }
     85  5184  ek110237 
     86  5184  ek110237 CONFIG seqread32k {
     87  5184  ek110237 	function = generic;
     88  5184  ek110237 	personality = filemicro_seqread;
     89  5184  ek110237 	iosize = 32k;
     90  5184  ek110237 	filesize = 100m;
     91  5184  ek110237 }
     92  5184  ek110237 
     93  5184  ek110237 CONFIG seqread32kcached {
     94  5184  ek110237 	function = generic;
     95  5184  ek110237 	personality = filemicro_seqread;
     96  5184  ek110237 	iosize = 32k;
     97  5184  ek110237 	filesize = 100m;
     98  6333  ek110237 	cached = true;
     99  5184  ek110237 }
    100  5184  ek110237 
    101  5184  ek110237 CONFIG seqwrite32k {
    102  5184  ek110237 	function = generic;
    103  5184  ek110237 	personality = filemicro_seqwrite;
    104  5184  ek110237 	iosize = 32k;
    105  5184  ek110237 }
    106  5184  ek110237 
    107  5184  ek110237 CONFIG seqwrite32kdsync {
    108  5184  ek110237 	function = generic;
    109  5184  ek110237 	personality = filemicro_seqwrite;
    110  5184  ek110237 	iosize = 32k;
    111  6333  ek110237 	sync = true;
    112  5184  ek110237 }
    113  5184  ek110237 
    114  5184  ek110237 CONFIG seqwriterand8k {
    115  5184  ek110237 	function = generic;
    116  5184  ek110237 	personality = filemicro_seqwriterand;
    117  5184  ek110237 }
    118  5184  ek110237 
    119  5184  ek110237 CONFIG unlink1g {
    120  5184  ek110237 	function = generic;
    121  5184  ek110237 	personality = filemicro_delete;
    122  5184  ek110237 	nthreads = 1;
    123  5184  ek110237 }
    124  5184  ek110237 
    125  6333  ek110237 CONFIG createfiles {
    126  6333  ek110237 	function = generic;
    127  6333  ek110237 	personality = filemicro_createfiles;
    128  6333  ek110237 }
    129  5184  ek110237 
    130  6333  ek110237 CONFIG rwritedsync {
    131  6333  ek110237 	function = generic;
    132  6333  ek110237 	personality = filemicro_rwritedsync;
    133  6333  ek110237 }
    134  5184  ek110237 
    135  6333  ek110237 CONFIG filemicro_seqwriterandvargam {
    136  6333  ek110237 	function = generic;
    137  6333  ek110237 	personality = filemicro_seqwriterandvargam;
    138  6333  ek110237 }
    139  6333  ek110237 
    140  6333  ek110237 CONFIG filemicro_seqwriterandvartab {
    141  6333  ek110237 	function = generic;
    142  6333  ek110237 	personality = filemicro_seqwriterandvartab;
    143  6333  ek110237 }
    144