-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information
Bruce Cran
authored and
Jens Axboe
committed
Jan 4, 2011
1 parent
03e20d6
commit ecc314b
Showing
19 changed files
with
600 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,6 +54,10 @@ Packages for Solaris are available from OpenCSW. Install their pkgutil | |
tool (http://www.opencsw.org/get-it/pkgutil/) and then install fio via | ||
'pkgutil -i fio'. | ||
|
||
Windows: | ||
Bruce Cran <[email protected]> has fio packages for Windows at | ||
http://www.bluestop.org/fio . | ||
|
||
|
||
Mailing list | ||
------------ | ||
|
@@ -79,10 +83,10 @@ http://maillist.kernel.dk/fio-devel/ | |
Building | ||
-------- | ||
|
||
Just type 'make' and 'make install'. If on FreeBSD, for now you have to | ||
specify the FreeBSD Makefile with -f and use gmake (not make), eg: | ||
Just type 'make' and 'make install'. If on BSD, for now you have to | ||
specify the BSD Makefile with -f and use gmake (not make), eg: | ||
|
||
$ gmake -f Makefile.Freebsd && gmake -f Makefile.FreeBSD install | ||
$ gmake -f Makefile.FreeBSD && gmake -f Makefile.FreeBSD install | ||
|
||
Same goes for AIX: | ||
|
||
|
@@ -132,7 +136,7 @@ unless they match a job file parameter. You can add as many as you want, | |
each job file will be regarded as a separate group and fio will stonewall | ||
its execution. | ||
|
||
The --readonly switch is an extra safety guard to prevent accidentically | ||
The --readonly switch is an extra safety guard to prevent accidentally | ||
turning on a write setting when that is not desired. Fio will only write | ||
if rw=write/randwrite/rw/randrw is given, but this extra safety net can | ||
be used as an extra precaution. It will also enable a write check in the | ||
|
@@ -294,8 +298,8 @@ The job file parameters are: | |
Platforms | ||
--------- | ||
|
||
Fio works on (at least) Linux, Solaris, AIX, OSX, NetBSD, and FreeBSD. Some | ||
features and/or options may only be available on some of the platforms, | ||
Fio works on (at least) Linux, Solaris, AIX, OSX, NetBSD, Windows and FreeBSD. | ||
Some features and/or options may only be available on some of the platforms, | ||
typically because those features only apply to that platform (like the | ||
solarisaio engine, or the splice engine on Linux). | ||
|
||
|
Oops, something went wrong.