• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1NAME = "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
12# YOU NEED TO SPECIFY A FILESYSTEM
13# fs = job.filesystem('/dev/sda3', job.tmpdir)
14job.run_test('parallel_dd', fs=fs, fstype='ext2', iterations=5, megabytes=1000, streams=2)
15
16
17