1AUTHOR = "Joshua Root <jmr@gelato.unsw.edu.au>" 2NAME = "btreplay" 3TIME = "short" 4TEST_CLASS = "Kernel" 5TEST_CATEGORY = "Functional" 6TEST_TYPE = "client" 7DOC = """\ 8Here's a test that takes a trace produced by blktrace, and uses btreplay 9to replay it against a device. Output consists of wall clock time, 10system time, and average request completion latency. 11 12A spare device or partition is required for the test to trash. If this 13is unacceptable, it can easily be changed to be read-only by default. 14 15The trick, of course, will be choosing one or more traces that are 16generally "interesting enough" to include. 17""" 18 19job.run_test('btreplay') 20