blob: 2843fc0325dac36c2f2427d1914033bbf8e20809 [file] [log] [blame]
mbligh9e767072008-07-09 21:09:47 +00001NAME = "Parallel DD"
2AUTHOR = "Martin Bligh <mbligh@google.com>"
3TIME = "MEDIUM"
4TEST_CATEGORY = "PERFORMANCE"
5TEST_CLASS = "HARDWARE"
6TEST_TYPE = "CLIENT"
7DOC = """
8Measures the performance of writing and reading multiple streams of files onto
9the files system.
10"""
11
mbligh2c0a03b2007-07-25 00:24:39 +000012# YOU NEED TO SPECIFY A FILESYSTEM
13# fs = job.filesystem('/dev/sda3', job.tmpdir)
14job.run_test('parallel_dd', fs, fstype='ext2', iterations=5, megabytes=1000, streams=2)
15
16