blob: 0c8dce7e54267a98ce8d4c2cb6a8b5bab457d1e2 [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)
mblighcf238192008-07-17 01:18:44 +000014job.run_test('parallel_dd', fs=fs, fstype='ext2', iterations=5, megabytes=1000, streams=2)
mbligh2c0a03b2007-07-25 00:24:39 +000015
16