From owner-svn-ports-all@FreeBSD.ORG Sat Nov 17 14:31:30 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1AB74DA7; Sat, 17 Nov 2012 14:31:30 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D9F718FC08; Sat, 17 Nov 2012 14:31:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAHEVTF8019185; Sat, 17 Nov 2012 14:31:29 GMT (envelope-from brucec@svn.freebsd.org) Received: (from brucec@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAHEVTQY019182; Sat, 17 Nov 2012 14:31:29 GMT (envelope-from brucec@svn.freebsd.org) Message-Id: <201211171431.qAHEVTQY019182@svn.freebsd.org> From: Bruce Cran Date: Sat, 17 Nov 2012 14:31:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307513 - head/sysutils/fio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Nov 2012 14:31:30 -0000 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%%