Lines Matching refs:NUM_PROCS
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()]
230 NUM_PROCS=$(($OPTARG))
231 if [ "$NUM_PROCS" -eq 0 ]; then
234 NUM_PROCS=1
236 $LTPROOT/testcases/bin/genload --cpu $NUM_PROCS >/dev/null 2>&1 &
260 D) NUM_PROCS=1; NUM_FILES=1; NUM_BYTES=$((1024 * 1024 * 1024)); CLEAN_FLAG=0
266 1) NUM_PROCS="$ARGUMENT" ;;
274 if [ "$NUM_PROCS" -eq 0 ]; then
275 NUM_PROCS=1
288 $LTPROOT/testcases/bin/genload --hdd $NUM_PROCS --hdd-files \
292 $LTPROOT/testcases/bin/genload --hdd $NUM_PROCS --hdd-files \
328 NUM_PROCS=$(($OPTARG))
329 if [ "$NUM_PROCS" -eq 0 ]; then
332 NUM_PROCS=1
334 $LTPROOT/testcases/bin/genload --io $NUM_PROCS >/dev/null 2>&1 &
356 m) NUM_PROCS=1; CHUNKS=1; BYTES=$((256 * 1024 * 1024)); HANGUP_FLAG=0
362 1) NUM_PROCS="$ARGUMENT" ;;
370 if [ "$NUM_PROCS" -eq 0 ]; then
371 NUM_PROCS=1
384 $LTPROOT/testcases/bin/genload --vm $NUM_PROCS --vm-chunks \
388 $LTPROOT/testcases/bin/genload --vm $NUM_PROCS --vm-chunks \