HomeSort by relevance Sort by last modified time
    Searched refs:CPU (Results 1 - 10 of 10) sorted by null

  /test/ontest-stc2/src/suites/nfs/fnfs/tests/basic/
ck_variables01.ksh 35 check_and_setenv -s CPU $(uname -p)
42 TDIR="$ARCH $CPU $HOST $OSNAME $OSREL $OSVERS"
stf_setup.ksh 529 check_and_setenv CPU $(uname -p)
546 $CPU -retry=5 ${SERVER}:${MNTPTR}/VAR/\$CPU
551 test01 -retry=5 ${SERVER}:${MNTPTR}/\$CPU/sun4
552 test02 -retry=5 ${SERVER}:${MNTPTR}/\$CPU/\$CPU
553 test03 -retry=5 ${SERVER}:${MNTPTR}/\$CPU/\$HOST
554 test04 -retry=5 ${SERVER}:${MNTPTR}/\$CPU/\$OSNAME
555 test05 -retry=5 ${SERVER}:${MNTPTR}/\$CPU/\$OSREL
556 test06 -retry=5 ${SERVER}:${MNTPTR}/\$CPU/\$OSVER
    [all...]
  /test/stcnv/usr/src/suites/nfs/fnfs/tests/basic/
ck_variables01.ksh 35 check_and_setenv -s CPU $(uname -p)
42 TDIR="$ARCH $CPU $HOST $OSNAME $OSREL $OSVERS"
stf_setup.ksh 545 check_and_setenv CPU $(uname -p)
562 $CPU -retry=5 ${SERVER}:${MNTPTR}/VAR/\$CPU
567 test01 -retry=5 ${SERVER}:${MNTPTR}/\$CPU/sun4
568 test02 -retry=5 ${SERVER}:${MNTPTR}/\$CPU/\$CPU
569 test03 -retry=5 ${SERVER}:${MNTPTR}/\$CPU/\$HOST
570 test04 -retry=5 ${SERVER}:${MNTPTR}/\$CPU/\$OSNAME
571 test05 -retry=5 ${SERVER}:${MNTPTR}/\$CPU/\$OSREL
572 test06 -retry=5 ${SERVER}:${MNTPTR}/\$CPU/\$OSVER
    [all...]
  /test/ontest-stc2/src/suites/nfs/fnfs/tests/offset/
stf_setup.ksh 136 mkdir -p $SHDIR/LOCAL/CPU/sparc $SHDIR/LOCAL/CPU/i386 $SHDIR/LOCAL/CPU/ppc
139 cp /etc/passwd $SHDIR/LOCAL/CPU/sparc/t1
140 cp /etc/passwd $SHDIR/LOCAL/CPU/i386/t1
141 cp /etc/passwd $SHDIR/LOCAL/CPU/ppc/t1
142 share $SHDIR/LOCAL/CPU
149 unshare $SHDIR/LOCAL/CPU
169 /bin $SERVER:$SHDIR/LOCAL/CPU/\$CPU \\
    [all...]
  /test/stcnv/usr/src/suites/nfs/fnfs/tests/offset/
stf_setup.ksh 136 mkdir -p $SHDIR/LOCAL/CPU/sparc $SHDIR/LOCAL/CPU/i386 $SHDIR/LOCAL/CPU/ppc
139 cp /etc/passwd $SHDIR/LOCAL/CPU/sparc/t1
140 cp /etc/passwd $SHDIR/LOCAL/CPU/i386/t1
141 cp /etc/passwd $SHDIR/LOCAL/CPU/ppc/t1
142 share $SHDIR/LOCAL/CPU
149 unshare $SHDIR/LOCAL/CPU
169 /bin $SERVER:$SHDIR/LOCAL/CPU/\$CPU \\
    [all...]
  /test/stcnv/usr/src/suites/os/cpu-caps/
README 32 This suite verifies the functionality of the CPU caps resource control
33 technology. CPU caps enable the administrator to restrict the amount of CPU
35 zonecfg(1M), or via the project(4) file. CPU caps will work for all scheduling
37 class are not subject to CPU caps. CPU caps may be used in conjunction with
38 the cpu-shares resource control, but caps will take precedence. Also, zone caps
42 result, any CPU activity in the zone (global or non-global) counts against the
50 is characterized by temporary drops in CPU usage which leads to either a high
51 standard deviation or an artificially low mean CPU usage for the given process
    [all...]
  /test/ontest-stc2/src/suites/net/nicdrv/
README 77 * The client should have faster CPU and larger memory size
173 Generally, the server and the client have the same CPU architecture (ie. both
174 are X86 or SPARC). However, when the the server's CPU architecture is different
  /test/stcnv/usr/src/suites/net/nicdrv/
README 81 * The client should have faster CPU and larger memory size
201 Generally, the server and the client have the same CPU architecture
203 where the server's CPU architecture is different from the client's,
  /test/stcnv/usr/src/suites/os/cpu-caps/src/lib/
libcaps.pl 37 our $EPATH = "$ENV{TET_SUITE_ROOT}/cpu-caps/bin";
46 # Iterations when collecting CPU usage to calculate the mean and std. dev..
152 @args = ("-t", "privileged", "-n", "$pjorzn.cpu-cap",
163 @args = ("-t", "privileged", "-n", "$pjorzn.cpu-cap",
199 @check = ("-n", "$pjorzn.cpu-cap", "-i", "zone", $zname);
201 @check = ("-n", "$pjorzn.cpu-cap", "-i", $type, $pidpj);
209 my %capvals = parse_prctl($chk_out, "$pjorzn.cpu-cap");
341 # This function clears out CPU caps for zones and/or projects.
357 my @args = ("-t", "priv", "-n", "$token.cpu-cap", "-x",
367 "-n", "project.cpu-cap", "-x", "-i", "project"
    [all...]

Completed in 6188 milliseconds