Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2012 14:31:29 +0000 (UTC)
From:      Bruce Cran <brucec@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307513 - head/sysutils/fio
Message-ID:  <201211171431.qAHEVTQY019182@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brucec (src committer)
Date: Sat Nov 17 14:31:29 2012
New Revision: 307513
URL: http://svnweb.freebsd.org/changeset/ports/307513

Log:
  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

Modified:
  head/sysutils/fio/Makefile
  head/sysutils/fio/distinfo
  head/sysutils/fio/pkg-plist

Modified: head/sysutils/fio/Makefile
==============================================================================
--- head/sysutils/fio/Makefile	Sat Nov 17 14:10:42 2012	(r307512)
+++ head/sysutils/fio/Makefile	Sat Nov 17 14:31:29 2012	(r307513)
@@ -8,7 +8,7 @@
 #
 
 PORTNAME=	fio
-PORTVERSION=	2.0.10
+PORTVERSION=	2.0.11
 CATEGORIES=	sysutils benchmarks
 MASTER_SITES=	http://brick.kernel.dk/snaps/
 

Modified: head/sysutils/fio/distinfo
==============================================================================
--- head/sysutils/fio/distinfo	Sat Nov 17 14:10:42 2012	(r307512)
+++ head/sysutils/fio/distinfo	Sat Nov 17 14:31:29 2012	(r307513)
@@ -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

Modified: head/sysutils/fio/pkg-plist
==============================================================================
--- head/sysutils/fio/pkg-plist	Sat Nov 17 14:10:42 2012	(r307512)
+++ head/sysutils/fio/pkg-plist	Sat Nov 17 14:31:29 2012	(r307513)
@@ -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%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211171431.qAHEVTQY019182>