diff options
author | Brenton Earl <brent@exitstatusone.com> | 2015-12-18 11:04:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-19 07:22:56 +0700 |
commit | 08c2f5a404b13a4988c9ba0b09379107efdd3a2f (patch) | |
tree | 16f4159efb0a9528e7c80dd21b5debf917a41710 | |
parent | a2c32d7054500dbab4a0d50dcda5f05b3446991e (diff) | |
download | slackbuilds-08c2f5a404b13a4988c9ba0b09379107efdd3a2f.tar.gz |
system/fio: Updated for version 2.2.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/fio/README | 8 | ||||
-rw-r--r-- | system/fio/fio.SlackBuild | 6 | ||||
-rw-r--r-- | system/fio/fio.info | 6 |
3 files changed, 13 insertions, 7 deletions
diff --git a/system/fio/README b/system/fio/README index c82de43832..c8ef2e22d8 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 5dc7196c6b..8af237ec87 100644 --- a/system/fio/fio.SlackBuild +++ b/system/fio/fio.SlackBuild @@ -2,10 +2,8 @@ # Slackware build script for fio -# Copyright 2015, Brenton Earl, <brent@exitstatusone.com>, Tooele, UT, USA -# All rights reserved. -# # Copyright 2012 Binh Nguyen <binhvng@gmail.com> +# Copyright 2015 Brenton Earl <brent@exitstatusone.com> # 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 eb771b1d7c..e7adab12ab 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="" |