summaryrefslogtreecommitdiffstats
path: root/system/fio
diff options
context:
space:
mode:
Diffstat (limited to 'system/fio')
-rw-r--r--system/fio/README8
-rw-r--r--system/fio/fio.SlackBuild6
-rw-r--r--system/fio/fio.info6
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=""