system/fio: Updated for version 2.2.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a2c32d7054
commit
08c2f5a404
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue