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