diff options
author | brucec <brucec@FreeBSD.org> | 2012-02-24 18:08:25 +0800 |
---|---|---|
committer | brucec <brucec@FreeBSD.org> | 2012-02-24 18:08:25 +0800 |
commit | 29f2206736d2b8062af70c0e132ee66cd04c64d8 (patch) | |
tree | eded4d6c3d707df6dfae09e0e1294f9c587d2c3b /sysutils/fio | |
parent | ba3c867c854f0b525b384728dbeb21bc82050a1e (diff) | |
download | freebsd-ports-gnome-29f2206736d2b8062af70c0e132ee66cd04c64d8.tar.gz freebsd-ports-gnome-29f2206736d2b8062af70c0e132ee66cd04c64d8.tar.zst freebsd-ports-gnome-29f2206736d2b8062af70c0e132ee66cd04c64d8.zip |
Update to version 2.0.4.
Changes since 2.0 include:
o Fix segfault with net io engine and no file/hostname given.
o Fix net engine client read server write bug.
o Fix early termination of runs caused by ramp_time > runtime
o Implement zoned random I/O testing support
o Fix thread hang when using async engines (libaio,etc.) when too low of a iops rate...
o Make random map allocation more resilient
o Fail if we can't satisfy the minimum block size
o Enable completion latency stat collection on verify
o Fix bandwidth logging for mixed read/write workloads.
o Token-based flow control
o Fix IOPS logging for mixed read/write workloads
o Use crc32c for the verify_header checksum
o client: exit if no jobs were sent and client is idle
Diffstat (limited to 'sysutils/fio')
-rw-r--r-- | sysutils/fio/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fio/distinfo | 4 | ||||
-rw-r--r-- | sysutils/fio/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/fio/Makefile b/sysutils/fio/Makefile index b6e1a8ec6d71..e04d807913a1 100644 --- a/sysutils/fio/Makefile +++ b/sysutils/fio/Makefile @@ -8,7 +8,7 @@ # PORTNAME= fio -PORTVERSION= 2.0 +PORTVERSION= 2.0.4 CATEGORIES= sysutils benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ diff --git a/sysutils/fio/distinfo b/sysutils/fio/distinfo index 8ed1cb8e9a5a..edcbec010527 100644 --- a/sysutils/fio/distinfo +++ b/sysutils/fio/distinfo @@ -1,2 +1,2 @@ -SHA256 (fio-2.0.tar.bz2) = 34705f773c4d0e8b1b89eb561296e673edcc9e0389d1539f1b7a420f240ce26b -SIZE (fio-2.0.tar.bz2) = 373669 +SHA256 (fio-2.0.4.tar.bz2) = 2ef030aa55b47aebb46537952a721ad31c653b4c8d28ca56463a7a15f7377ac4 +SIZE (fio-2.0.4.tar.bz2) = 212984 diff --git a/sysutils/fio/pkg-plist b/sysutils/fio/pkg-plist index 3d514f276768..f9f091129882 100644 --- a/sysutils/fio/pkg-plist +++ b/sysutils/fio/pkg-plist @@ -3,6 +3,7 @@ bin/fio_generate_plots %%PORTEXAMPLES%%%%EXAMPLESDIR%%/1mbs_clients %%PORTEXAMPLES%%%%EXAMPLESDIR%%/aio-read %%PORTEXAMPLES%%%%EXAMPLESDIR%%/disk-zone-profile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flow %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fsx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/iometer-file-access-server %%PORTEXAMPLES%%%%EXAMPLESDIR%%/netio |