1NAME = 'Unix Bench 5' 2AUTHOR = 'adrianbg@google.com' 3TIME = 'MEDIUM' 4PURPOSE = 'Measure system level performance.' 5CRITERIA = 'This test is a benchmark.' 6TEST_CLASS = 'Kernel' 7TEST_CATEGORY = 'Benchmark' 8TEST_TYPE = 'client' 9DOC = """ 10This test measure system wide performance by running the following tests: 11 - Dhrystone - focuses on string handling. 12 - Whetstone - measure floating point operations. 13 - Execl Throughput - measure the number of execl calls per second. 14 - File Copy 15 - Pipe throughput 16 - Pipe-based context switching 17 - Process creation - number of times a process can fork and reap 18 - Shell Scripts - number of times a process can start and reap a script 19 - System Call Overhead - estimates the cost of entering and leaving the 20 kernel. 21 22For more information visit: 23http://code.google.com/p/byte-unixbench/ 24""" 25 26job.run_test('unixbench5') 27