1 TIME="SHORT" 2 AUTHOR = "Martin Bligh <mbligh (a] google.com>" 3 DOC = """ 4 dbench is one of our standard kernel stress tests. It produces filesystem 5 load like netbench originally did, but involves no network system calls. 6 Its results include throughput rates, which can be used for performance 7 analysis. 8 9 More information on dbench can be found here: 10 http://samba.org/ftp/tridge/dbench/README 11 12 Currently it needs to be updated in its configuration. It is a great test for 13 the higher level I/O systems but barely touches the disk right now. 14 """ 15 NAME = 'dbench' 16 ATTRIBUTES = "suite:kernel_daily_benchmarks" 17 SUITE = "kernel_daily_benchmarks" 18 TEST_CLASS = 'kernel' 19 TEST_CATEGORY = 'Functional' 20 TEST_TYPE = 'client' 21 22 job.run_test('dbench') 23