diff options
author | John Wren Kennedy <[email protected]> | 2018-04-10 14:29:55 -0600 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-05-30 11:59:04 -0700 |
commit | 93491c4bb9dcc755f74d266f2aeb5a2d3cf94432 (patch) | |
tree | 388fbc67611a755302890465a58d831951653513 /tests/runfiles | |
parent | c26cf0966d131b722c32f8ccecfe5791a789d975 (diff) |
OpenZFS 9082 - Add ZFS performance test targeting ZIL latency
This adds a new test to measure ZIL performance.
- Adds the ability to induce IO delays with zinject
- Adds a new variable (PERF_NTHREADS_PER_FS) to allow fio threads to
be distributed to individual file systems as opposed to all IO going
to one, as happens elsewhere.
- Refactoring of do_fio_run
Authored by: Prakash Surya <[email protected]>
Reviewed by: Dan Kimmel <[email protected]>
Reviewed by: Matthew Ahrens <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Ported-by: John Wren Kennedy <[email protected]>
OpenZFS-issue: https://www.illumos.org/issues/9082
OpenZFS-commit: https://github.com/openzfs/openzfs/pull/634
External-issue: DLPX-48625
Closes #7491
Diffstat (limited to 'tests/runfiles')
-rw-r--r-- | tests/runfiles/perf-regression.run | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runfiles/perf-regression.run b/tests/runfiles/perf-regression.run index cb068e887..d10ff8836 100644 --- a/tests/runfiles/perf-regression.run +++ b/tests/runfiles/perf-regression.run @@ -10,7 +10,7 @@ # # -# Copyright (c) 2015 by Delphix. All rights reserved. +# Copyright (c) 2015, 2016 by Delphix. All rights reserved. # [DEFAULT] @@ -27,6 +27,6 @@ tags = ['perf'] [tests/perf/regression] tests = ['sequential_writes', 'sequential_reads', 'sequential_reads_arc_cached', 'sequential_reads_arc_cached_clone', 'sequential_reads_dbuf_cached', - 'random_reads', 'random_writes', 'random_readwrite'] + 'random_reads', 'random_writes', 'random_readwrite', 'random_writes_zil'] post = tags = ['perf', 'regression'] |