Lines Matching full:export
6 export SHELL=/bin/sh
11 export RUNDIR=${RUNDIR:-/tmp/stressX}
12 export RUNTIME=${RUNTIME:-2m}
13 export VERBOSE=${VERBOSE:-1}
14 export LOAD=${LOAD:-20}
18 export INCARNATIONS=${INCARNATIONS:-20}
20 export BLASTHOST=${BLASTHOST:-192.168.1.1} # host with udp discard enabled in inetd.conf
21 #export nfs_export=somehost:mount # Used by the NFS tests
24 export runRUNTIME=${runRUNTIME:-3d} # Run tests for three days
25 export runINCARNATIONS=1
26 export runLOAD=100
28 export swapINCARNATIONS=${swapINCARNATIONS:-$((2 * INCARNATIONS))}
29 export swapLOAD=${swapLOAD:-80}
31 export syscallKILL=1
32 export swapKILL=1 # May takes a long time to stop
34 export rwLOAD=${rwLOAD:-70}
35 export mkdirLOAD=${mkdirLOAD:-80}
36 export creatLOAD=${creatLOAD:-80}
38 export symlinkLOAD=${symlinkLOAD:-20}
40 export tcpKILL=1
41 export shmINCARNATIONS=${shmINCARNATIONS:-5}
43 [ -z "$TESTPROGS" ] && export TESTPROGS="
57 export diskimage=${diskimage:-/tmp/diskimage} # Location of 1G disk image
58 export mntpoint=${mntpoint:-/mnt} # Disk image mount point
59 export testuser=${testuser:-TBD} # Name of non root test user
60 export mdstart=${mdstart:-10} # Start of free md units
61 export newfs_flags=${newfs_flags:-"-U"} # Default file system flags
62 export stress2origin=${stress2origin:-`pwd`}
63 export stress2tools=`dirname $stress2origin`/tools