Home
last modified time | relevance | path

Searched refs:fio (Results 1 – 25 of 29) sorted by relevance

12

/external/fio/
DREADME1 fio
4 fio is a tool that will spawn a number of threads or processes doing a
5 particular type of io action as specified by the user. fio takes a
8 The typical use of fio is to write a job file matching the io load
15 fio resides in a git repo, the canonical place is:
17 git://git.kernel.dk/fio.git
22 http://git.kernel.dk/fio.git
33 git://git.kernel.org/pub/scm/linux/kernel/git/axboe/fio.git
34 https://git.kernel.org/pub/scm/linux/kernel/git/axboe/fio.git
38 https://github.com/axboe/fio.git
[all …]
DMORAL-LICENSE1 As specified by the COPYING file, fio is free software published under version
3 fio, you are encouraged to uphold the following moral obligations:
5 - If you publish results that are done using fio, it should be clearly stated
6 that fio was used. The specific version should also be listed.
8 - If you develop features or bug fixes for fio, they should be sent upstream
9 for inclusion into the main repository. This isn't specific to fio, that
DHOWTO5 2. How fio works
6 3. Running fio
16 fio was originally written to save me the hassle of writing special test
27 reads using asynchronous io. fio needed to be flexible enough to
30 2.0 How fio works
32 The first step in getting fio to simulate a desired io workload, is
36 sections describing the jobs involved. When run, fio parses this file
71 3.0 Running fio
76 Running fio is normally the easiest part - you just give it the job file
79 $ fio job_file
[all …]
DREPORTING-BUGS4 If you notice anything that seems like a fio bug, please do send email
5 to the list (fio@vger.kernel.org, see README) about it. You'll need
11 3) The output from fio --version.
13 passed to fio and the job file used (if any).
DMakefile22 PROGS = fio
164 FIO_OBJS = $(OBJS) fio.o
186 T_ZIPF_PROGS = t/fio-genzipf
199 T_BTRACE_FIO_PROGS = t/fio-btrace2fio
206 T_DEDUPE_PROGS = t/fio-dedupe
246 sharedir = /usr/share/fio
249 sharedir = $(prefix)/share/fio
333 fio: $(FIO_OBJS) target
339 t/fio-genzipf: $(T_ZIPF_OBJS)
349 t/fio-btrace2fio: $(T_BTRACE_FIO_OBJS)
[all …]
DREADME.version1 URL: https://github.com/axboe/fio/archive/fio-2.1.9.tar.gz
DAndroid.mk23 main_src_files := gettime.c fio.c ioengines.c init.c stat.c log.c time.c \
50 LOCAL_MODULE := fio
D.gitignore9 /fio
DGFIO-TODO4 so we can include options/settings outside of a fio job file.
12 the fio job included.
DFIO-VERSION-GEN4 DEF_VER=fio-2.2.6
/external/autotest/client/tests/fio/
Dcontrol2 NAME = "fio"
8 fio is an I/O tool meant to be used both for benchmark and stress/hardware
9 verification. This test runs the fio tool. Details can be found at :
10 http://freshmeat.net/projects/fio/
12 job.run_test('fio')
Dfio-mixed.job1 ; fio-mixed.job for autotest
4 name=fio-sync
Dfio.py5 class fio(test.test): class
/external/fio/tools/
Dgenfio25 TEMPLATE=/tmp/template.fio
60 -b blocksize[,blocksize1, ...] : The blocksizes to test under fio format (4k, 1m, ...)
63 -m mode1,[mode2,mode3, ...] : Define the fio IO profile to use like read, write, randread, rand…
65 -x prefix : Add a prefix to the fio filename
68 -A cmd_to_run : System command to run after each job (exec_postrun in fio)
69 -B cmd_to_run : System command to run before each job (exec_prerun in fio)
75 Will generate an fio file that will run
89 Generating dellr720-day2/localhost-4k,128k,1m-all-write,randwrite,read,randread-sdb,sdc,sdd,sde.fio
276 OUTFILE=${PREFIX}$SHORT_HOSTNAME-$BLOCK_SIZE-all-$MODES-$PRINTABLE_DISKS.fio
280 OUTFILE=${PREFIX}$SHORT_HOSTNAME-$BLOCK_SIZE-sequential-$MODES-$PRINTABLE_DISKS.fio
[all …]
/external/fio/t/jobs/
Dt0008-ae2fafc8.fio1 # Expected result: fio writes 16MB, reads 16+16MB
2 # Buggy result: fio writes 16MB, reads ~21MB
Dt0007-37cf9e3c.fio1 # Expected result: fio reads 87040KB of data
2 # Buggy result: fio reads the full 128MB of data
Dt0005-f7078f7b.fio1 # Expected result: fio reads and writes 100m
2 # Buggy result: fio reads and writes ~100m/2
Dt0004-8a99fdf6.fio1 # Expected result: fio runs to completion
2 # Buggy result: fio segfaults
Dt0009-f8b0bd10.fio1 # Expected result: fio verifies and runs for 1m
2 # Buggy result: fio crashes with:
Dt0003-0ae2c6e1-post.fio2 # Buggy result: fio segfaults
/external/fio/tools/plot/
Dfio2gnuplot.manpage2 fio2gnuplot - Render fio's output files with gnuplot
9 …fio2gnuplot analyze a set of fio's log files to turn them into a set of graphical traces using gnu…
64 A pattern in regexp to select fio input files.
84 Title is set with the block size detected in fio trace
/external/autotest/client/bin/
Dfio_util.py396 fio = utils.run(fio_cmd_line)
398 logging.debug(fio.stdout)
415 result = fio_parser(fio.stdout, prefix=name_prefix)
/external/chromium-trace/catapult/systrace/systrace/agents/
Dftrace_agent.py95 def __init__(self, options, categories, fio=FtraceAgentIo): argument
105 self._fio = fio
/external/fio/examples/
Dnetio.fio4 #Use hostname=/tmp.fio.sock for local unix domain sockets
/external/fio/tools/plot/samples/
DMakefile4 tar -xf fio-logs.tar.gz

12