Allow fio to terminate jobs when steady state is attained
authorVincent Fu <Vincent.Fu@sandisk.com>
Sun, 19 Jun 2016 02:59:32 +0000 (22:59 -0400)
committerJens Axboe <axboe@fb.com>
Mon, 15 Aug 2016 15:44:46 +0000 (09:44 -0600)
commit16e56d250f72e4fec4591d562a5f4d7a16ba1bb8
treeb271af2c3fa5a6097670bf9360ddc2108dcbb1c3
parent9b87f09b1d3cac320c2da5758c1e74d4b4c0fadd
Allow fio to terminate jobs when steady state is attained

KNOWN ISSUES
Will not work over a network connection
15 files changed:
HOWTO
Makefile
backend.c
debug.h
fio.h
helper_thread.c
init.c
libfio.c
options.c
stat.c
stat.h
steadystate.c [new file with mode: 0644]
steadystate.h [new file with mode: 0644]
thread_options.h
unit_tests/steadystate_tests.py [new file with mode: 0755]