HomeSort by relevance Sort by last modified time
    Searched refs:fio (Results 1 - 9 of 9) sorted by null

  /external/fio/
FIO-VERSION-GEN 3 GVF=FIO-VERSION-FILE
4 DEF_VER=fio-2.20
15 VN=`git describe --match "fio-[0-9]*" --abbrev=4 HEAD 2>/dev/null` &&
18 fio-[0-9]*)
Makefile 28 PROGS = fio
190 FIO_OBJS = $(OBJS) fio.o
213 T_ZIPF_PROGS = t/fio-genzipf
231 T_BTRACE_FIO_PROGS = t/fio-btrace2fio
238 T_DEDUPE_PROGS = t/fio-dedupe
241 T_VS_PROGS = t/fio-verify-state
299 sharedir = /usr/share/fio
302 sharedir = $(prefix)/share/fio
310 FIO-VERSION-FILE: FORCE
311 @$(SHELL) $(SRCDIR)/FIO-VERSION-GE
    [all...]
  /external/autotest/client/tests/fio/
fio.py 5 class fio(test.test): class in inherits:test.test
6 """Simple test that runs fio."""
10 log = os.path.join(self.resultsdir, 'fio-mixed.log')
11 job = os.path.join(self.bindir, 'fio-mixed.job')
12 utils.system(' '.join(['fio', '--output', log, job]))
  /external/fio/tools/
genfio 6 # The license below covers all files distributed with fio unless otherwise
25 TEMPLATE=/tmp/template.fio
62 -b blocksize[,blocksize1, ...] : The blocksizes to test under fio format (4k, 1m, ...)
65 -m mode1,[mode2,mode3, ...] : Define the fio IO profile to use like read, write, randread, randwrite
67 -x prefix : Add a prefix to the fio filename
70 -A cmd_to_run : System command to run after each job (exec_postrun in fio)
71 -B cmd_to_run : System command to run before each job (exec_prerun in fio)
77 Will generate an fio file that will run
91 Generating dellr720-day2/localhost-4k,128k,1m-all-write,randwrite,read,randread-sdb,sdc,sdd,sde.fio
282 OUTFILE=${PREFIX}$SHORT_HOSTNAME-$BLOCK_SIZE-all-$MODES-$PRINTABLE_DISKS.fio
    [all...]
  /external/fio/tools/plot/samples/
Makefile 4 tar -xf fio-logs.tar.gz
  /external/autotest/client/bin/
fio_util.py 5 """Library to run fio scripts.
7 fio_runner launch fio and collect results.
26 Generate graph from fio log that created when specified these options.
80 option in the FIO job file.
82 The fio log file format is timestamp, value, direction, blocksize
247 Parse fio json dict
277 Parse the json fio output
279 This collects all metrics given by fio and labels them according to unit
282 @param lines: text output of json fio output.
293 results[prefix + 'fio_version'] = fio_dict['fio version'
    [all...]
  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
ftrace_agent.py 126 def __init__(self, fio=FtraceAgentIo):
134 self._fio = fio
  /external/fio/unit_tests/
steadystate_tests.py 5 # Test option parsing and functonality for fio's steady state detection feature.
7 # steadystate_tests.py ./fio file-for-read-testing file-for-write-testing
16 # On Windows I encounter frequent fio problems generating JSON output (nothing to decode)
32 parser.add_argument('fio',
33 help='path to fio executable');
92 output = subprocess.check_output([args.fio] + test['args']);
156 output = subprocess.call([args.fio] + parameters)
180 line = 'FAILED ' + line + ' fio criterion {0} != calculated criterion {1} '.format(jsonjob['steadystate']['criterion'], target)
185 line = 'FAILED ' + line + ' target {0} < limit {1} but fio reports ss not attained '.format(target, job['ss_limit'])
203 line = 'FAILED ' + line + ' fio criterion {0} != calculated criterion {1} '.format(jsonjob['steadystate']['criterion'], target
    [all...]
  /external/fio/doc/
make.bat 132 echo.^> qcollectiongenerator %BUILDDIR%\qthelp\fio.qhcp
134 echo.^> assistant -collectionFile %BUILDDIR%\qthelp\fio.ghc

Completed in 149 milliseconds