From owner-cvs-all@FreeBSD.ORG Fri Feb 24 10:08:26 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 132AB1065672; Fri, 24 Feb 2012 10:08:26 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DAA2C8FC1F; Fri, 24 Feb 2012 10:08:25 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q1OA8PId033211; Fri, 24 Feb 2012 10:08:25 GMT (envelope-from brucec@repoman.freebsd.org) Received: (from brucec@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q1OA8PNG033210; Fri, 24 Feb 2012 10:08:25 GMT (envelope-from brucec) Message-Id: <201202241008.q1OA8PNG033210@repoman.freebsd.org> From: Bruce Cran Date: Fri, 24 Feb 2012 10:08:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/fio Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2012 10:08:26 -0000 brucec 2012-02-24 10:08:25 UTC FreeBSD ports repository (src committer) Modified files: sysutils/fio Makefile distinfo pkg-plist Log: 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 Revision Changes Path 1.13 +1 -1 ports/sysutils/fio/Makefile 1.11 +2 -2 ports/sysutils/fio/distinfo 1.6 +1 -0 ports/sysutils/fio/pkg-plist