1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Update to version 2.0.11.

o cpuio engine cpuload bug fix
o thread cpu resource statistics bug fix
o Fine-grained job level numa control
o Add max_latency option
o Add sample zipf distribution randomizer
o Add t/genzipf to play with distribution settings
o client/server: fixup "All clients" reporting

Feature safe: yes
This commit is contained in:
Rebecca Cran 2012-11-17 14:31:29 +00:00
parent 417c1ce986
commit 469cec53e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307513
3 changed files with 6 additions and 3 deletions

View File

@ -8,7 +8,7 @@
#
PORTNAME= fio
PORTVERSION= 2.0.10
PORTVERSION= 2.0.11
CATEGORIES= sysutils benchmarks
MASTER_SITES= http://brick.kernel.dk/snaps/

View File

@ -1,2 +1,2 @@
SHA256 (fio-2.0.10.tar.bz2) = 2de56c8b6103858d34c1771e244907fafe59788d7114930aa9f4fefc146954f0
SIZE (fio-2.0.10.tar.bz2) = 229363
SHA256 (fio-2.0.11.tar.bz2) = e1421352672573dd00d7d834be15b3f58ea330bfa5666345a931ed447f96be1e
SIZE (fio-2.0.11.tar.bz2) = 235814

View File

@ -2,6 +2,7 @@ bin/fio
bin/fio_generate_plots
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/1mbs_clients
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/aio-read
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cpuio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/disk-zone-profile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/e4defrag
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/e4defrag2
@ -13,10 +14,12 @@ bin/fio_generate_plots
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/iometer-file-access-server
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/netio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/null
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/numa
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rdmaio-client
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rdmaio-server
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssd-steadystate.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssd-test
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/surface-scan
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tiobench-example
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zipf
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%