Lines Matching refs:NUM_PROCS

110     usage: ${0##*/} [ -a EMAIL_TO ] [ -c NUM_PROCS ] [ -C FAILCMDFILE ] [ -T TCONFCMDFILE ]
111 [ -d TMPDIR ] [ -D NUM_PROCS,NUM_FILES,NUM_BYTES,CLEAN_FLAG ] -e [ -f CMDFILES(,...) ]
112 [ -g HTMLFILE] [ -i NUM_PROCS ] [ -l LOGFILE ] [ -m NUM_PROCS,CHUNKS,BYTES,HANGUP_FLAG ]
118 -c NUM_PROCS Run LTP under additional background CPU load
119 [NUM_PROCS = no. of processes creating the CPU Load by spinning over sqrt()
124 -D NUM_PROCS,NUM_FILES,NUM_BYTES,CLEAN_FLAG
126 [NUM_PROCS = no. of processes creating Storage Load by spinning over write()]
135 -i NUM_PROCS Run LTP under additional background Load on IO Bus
136 [NUM_PROCS = no. of processes creating IO Bus Load by spinning over sync()]
140 -m NUM_PROCS,CHUNKS,BYTES,HANGUP_FLAG
142 [NUM_PROCS = no. of processes creating main Memory Load by spinning over malloc()]
232 NUM_PROCS=$(($OPTARG))
233 if [ "$NUM_PROCS" -eq 0 ]; then
236 NUM_PROCS=1
238 $LTPROOT/testcases/bin/genload --cpu $NUM_PROCS >/dev/null 2>&1 &
262 D) NUM_PROCS=1; NUM_FILES=1; NUM_BYTES=$((1024 * 1024 * 1024)); CLEAN_FLAG=0
268 1) NUM_PROCS="$ARGUMENT" ;;
276 if [ "$NUM_PROCS" -eq 0 ]; then
277 NUM_PROCS=1
290 $LTPROOT/testcases/bin/genload --hdd $NUM_PROCS --hdd-files \
294 $LTPROOT/testcases/bin/genload --hdd $NUM_PROCS --hdd-files \
330 NUM_PROCS=$(($OPTARG))
331 if [ "$NUM_PROCS" -eq 0 ]; then
334 NUM_PROCS=1
336 $LTPROOT/testcases/bin/genload --io $NUM_PROCS >/dev/null 2>&1 &
358 m) NUM_PROCS=1; CHUNKS=1; BYTES=$((256 * 1024 * 1024)); HANGUP_FLAG=0
364 1) NUM_PROCS="$ARGUMENT" ;;
372 if [ "$NUM_PROCS" -eq 0 ]; then
373 NUM_PROCS=1
386 $LTPROOT/testcases/bin/genload --vm $NUM_PROCS --vm-chunks \
390 $LTPROOT/testcases/bin/genload --vm $NUM_PROCS --vm-chunks \