I ran aim7 by typing
#> ./multitask -N | tee aim7run1.log
and when it runs it displays
-------------------------------------------------------
#> ./multitask -N | tee aim7run1.log
You have chosen to use the adaptive timer.
You need to provide the initial increment for the
operation load
so that the adaptive timer logic has a starting point to
base
its calculations.
Use "multitask -t" to run without the adaptive timer.
AIM Multiuser Benchmark - Suite VII v1.1, January 22,
1996
Copyright (c) 1996 - 2001 Caldera International, Inc.
All Rights Reserved.
Machine's name :
Machine's configuration :
Number of iterations to run [1 to 10] : 2
Information for iteration #1
Starting number of operation loads [1 to
10000] : 1
1) Run to crossover
2) Run to specific operation load Enter [1 or 2]: 1
Operation load increment [1 to 100] : 1
Information for iteration #2
Starting number of operation loads [1 to
10000] : 1
1) Run to crossover
2) Run to specific operation load Enter [1 or 2]: 2
Maximum number of operation loads to simulate [1 to
10000] : 1
Operation load increment [1 to 100] : 1
HZ is <100>
AIM Multiuser Benchmark - Suite VII Run Beginning
Tasks jobs/min jti jobs/min/task real cpu
1
#>
-------------------------------------------------------
but when run without using the tee command, it yields
results. see below
-------------------------------------------------------
#> ./multitask -N
You have chosen to use the adaptive timer.
You need to provide the initial increment for the
operation load
so that the adaptive timer logic has a starting point to
base
its calculations.
Use "multitask -t" to run without the adaptive timer.
AIM Multiuser Benchmark - Suite VII v1.1, January 22,
1996
Copyright (c) 1996 - 2001 Caldera International, Inc.
All Rights Reserved.
Machine's name :
Machine's configuration :
Number of iterations to run [1 to 10] : 2
Information for iteration #1
Starting number of operation loads [1 to
10000] : 1
1) Run to crossover
2) Run to specific operation load Enter [1 or 2]: 1
Operation load increment [1 to 100] : 1
Information for iteration #2
Starting number of operation loads [1 to
10000] : 1
1) Run to crossover
2) Run to specific operation load Enter [1 or 2]: 2
Maximum number of operation loads to simulate [1 to
10000] : 1
Operation load increment [1 to 100] : 1
HZ is <100>
AIM Multiuser Benchmark - Suite VII Run Beginning
Tasks jobs/min jti jobs/min/task real cpu
1 53.32 100 53.3162 109.16 11.86
Thu Apr 15 12:14:39 2004
2 98.10 98 49.0477 118.66 21.33
Thu Apr 15 12:16:39 2004
.
.
.
#>
-------------------------------------------------------