Update to version 2.0.6.
o Add buffer_compress_percentage o server: fixup bug in sending jobs_eta command o Avoid segfault if verify header appears longer than io_u o Fix bug that causes early termination of fio with verify_backlog o Add buffer_compress_chunk option o Fix failure to verify in mixed read/write workload with backlog o New offset_increment option o Fix problem with iodepth_batch_complete=0 and accounting o time_based: Avoid restarting main I/O loop o Enable read/write sequential offset to be a non-multiple of the block size o Added 99.95 and 99.99 default percentiles. o Fix terse output with description set Feature safe: yes
This commit is contained in:
parent
3f337fa589
commit
40dd94eb21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293715
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= fio
|
||||
PORTVERSION= 2.0.5
|
||||
PORTVERSION= 2.0.6
|
||||
CATEGORIES= sysutils benchmarks
|
||||
MASTER_SITES= http://brick.kernel.dk/snaps/
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (fio-2.0.5.tar.bz2) = 0c6d7a01e06fa7e56a375c8e32c33e8795bc50cb53aea2ee6faafe19ed57c5b0
|
||||
SIZE (fio-2.0.5.tar.bz2) = 213060
|
||||
SHA256 (fio-2.0.6.tar.bz2) = 37c964776fc9c6695714fcd318a0154da5e3ae387f46436fbc7962831a1ad876
|
||||
SIZE (fio-2.0.6.tar.bz2) = 215034
|
||||
|
|
Loading…
Reference in a new issue