A Sample AIM9 Report


First Page


AIM9 benchmark suite.


http://www.caldera.com/developers/community/contrib/aim.html



This is a Sample Page. The links below do not work, and are provided for illustration only

end of first page

Comments
Note: Above links are bogus!

The first three items are AIM9 standard reports for our three tested filesystem types. These reports list test name, a count of test iterations, and the Operation Rate per second. Reports from one test can be used to compare performance on different filesystems ( only the disk_* tests will change) and different kernels. Each report has a standard header, followed by the test data:

Results report (txt) ext2


AIM Independent Resource Benchmark - Suite IX v1.1, January 22, 1996
Copyright (c) 1996 - 2001 Caldera International, Inc.
All Rights Reserved

Machine's name                                    : Machine's configuration                           : Number of seconds to run each test [2 to 1000]    : Path to disk files                                : 

Starting time:      Fri Oct 25 15:28:19 2002
Projected Run Time: 1:00:00
Projected finish:   Fri Oct 25 16:28:19 2002



------------------------------------------------------------------------------------------------------------
 Test        Test        Elapsed  Iteration    Iteration          Operation
Number       Name      Time (sec)   Count   Rate (loops/sec)    Rate (ops/sec)
------------------------------------------------------------------------------------------------------------
     1 add_double          60.01        712   11.86469       213564.41 Thousand Double Precision Additions/second
......

end of Results report (txt) ext2


The 'full workload run log' provides the same data with fewer headers. This may be better for parsing the output with a script. Data does not include iteration count.

Full workload run logs: ext2


Linux stp2-001.pdx.osdl.net 2.4.20-pre11 #1 SMP Fri Oct 25 15:10:23 PDT 2002 i686 unknown
(see lspci info)
Oct 25 15:28:19 2002
AIM Independent Resource Benchmark - Suite IX
5120
add_double 60010 11.8647       213564.41 Thousand Double Precision Additions/second

End of Full workload run logs: ext2


The 'raw run times' file holds the result of timing the test with /usr/bin/time -o


Raw run times: ext2


2263.11user 1177.65system 1:00:06elapsed 95%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (12119147major+24715949minor)pagefaults 0swaps
....

End of Raw run times: ext2


This is captured from std error, and not really formatted for humans.

The remaining links are standard system and environment information, common to all STP tests.