mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	 93491c4bb9
			
		
	
	
		93491c4bb9
		
	
	
	
	
		
			
			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 <prakash.surya@delphix.com> Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Ported-by: John Wren Kennedy <jwk404@gmail.com> OpenZFS-issue: https://www.illumos.org/issues/9082 OpenZFS-commit: https://github.com/openzfs/openzfs/pull/634 External-issue: DLPX-48625 Closes #7491
		
			
				
	
	
		
			34 lines
		
	
	
		
			765 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			765 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #
 | |
| # This file and its contents are supplied under the terms of the
 | |
| # Common Development and Distribution License ("CDDL"), version 1.0.
 | |
| # You may only use this file in accordance with the terms of version
 | |
| # 1.0 of the CDDL.
 | |
| #
 | |
| # A full copy of the text of the CDDL should have accompanied this
 | |
| # source.  A copy of the CDDL is also available via the Internet at
 | |
| # http://www.illumos.org/license/CDDL.
 | |
| #
 | |
| 
 | |
| #
 | |
| # Copyright (c) 2015, 2016 by Delphix. All rights reserved.
 | |
| #
 | |
| 
 | |
| [global]
 | |
| filename_format=file$jobnum
 | |
| group_reporting=1
 | |
| fallocate=0
 | |
| thread=1
 | |
| rw=randwrite
 | |
| time_based=1
 | |
| directory=${DIRECTORY}
 | |
| runtime=${RUNTIME}
 | |
| bs=${BLOCKSIZE}
 | |
| ioengine=psync
 | |
| sync=${SYNC_TYPE}
 | |
| numjobs=${NUMJOBS}
 | |
| filesize=${FILESIZE}
 | |
| buffer_compress_percentage=66
 | |
| buffer_compress_chunk=4096
 | |
| 
 | |
| [job]
 |