From 08c2f5a404b13a4988c9ba0b09379107efdd3a2f Mon Sep 17 00:00:00 2001 From: Brenton Earl Date: Fri, 18 Dec 2015 11:04:46 +0700 Subject: system/fio: Updated for version 2.2.13. Signed-off-by: Willy Sudiarto Raharjo --- system/fio/README | 8 ++++++++ system/fio/fio.SlackBuild | 6 ++---- system/fio/fio.info | 6 +++--- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/system/fio/README b/system/fio/README index c82de4383202f..c8ef2e22d80a6 100644 --- a/system/fio/README +++ b/system/fio/README @@ -8,3 +8,11 @@ Several example job files are included. fio displays all sorts of I/O performance information. Fio is in wide use in many places, for both benchmarking, QA, and verification purposes. It supports Linux, FreeBSD, NetBSD, OS X, OpenSolaris, AIX, HP-UX, and Windows. + + +Example Usage: + +This process runs a random read and write of two 128MB files created during +execution of fio. + +$ fio --name=global --rw=randread --size=128m --name=job1 --name=job2 diff --git a/system/fio/fio.SlackBuild b/system/fio/fio.SlackBuild index 5dc7196c6b1fe..8af237ec87c84 100644 --- a/system/fio/fio.SlackBuild +++ b/system/fio/fio.SlackBuild @@ -2,10 +2,8 @@ # Slackware build script for fio -# Copyright 2015, Brenton Earl, , Tooele, UT, USA -# All rights reserved. -# # Copyright 2012 Binh Nguyen +# Copyright 2015 Brenton Earl # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=fio -VERSION=${VERSION:-2.2.10} +VERSION=${VERSION:-2.2.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/fio/fio.info b/system/fio/fio.info index eb771b1d7cebd..e7adab12ab6fb 100644 --- a/system/fio/fio.info +++ b/system/fio/fio.info @@ -1,8 +1,8 @@ PRGNAM="fio" -VERSION="2.2.10" +VERSION="2.2.13" HOMEPAGE="http://freecode.com/projects/fio" -DOWNLOAD="http://brick.kernel.dk/snaps/fio-2.2.10.tar.gz" -MD5SUM="2993f8902b3404a9b86b50b778a8104e" +DOWNLOAD="http://brick.kernel.dk/snaps/fio-2.2.13.tar.gz" +MD5SUM="fb3b8818cdd8d0a613d2a90ad1536b7f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3