1NAME = 'TBench' 2AUTHOR = 'mbligh@google.com (Martin Bligh)' 3TIME = 'MEDIUM' 4TEST_CLASS = 'IO' 5TEST_CATEGORY = 'Benchmark' 6TEST_TYPE = 'client' 7 8DOC = """ 9tbench produces only the TCP and process load. It does the same socket 10calls that smbd would do under a netbench load. It does no filesystem 11calls. The idea behind tbench is to eliminate smbd from the netbench 12test, as though the smbd code could be made infinately fast. The 13throughput results of tbench tell us how fast a netbench run could go 14if we eliminated all filesystem IO and SMB packet processing. tbench 15is built as part of the dbench package. 16""" 17 18job.run_test('tbench') 19