aboutsummaryrefslogtreecommitdiffstats
path: root/steadystate.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-20steadystate: fix slope calculation for variable check intervalsVincent Fu1-7/+9
2023-03-20fio: steadystate: allow for custom check intervalChristian Loehle1-23/+35
2023-03-03Refactor for_each_td() to catch inappropriate td ptr reuseHorshack1-15/+12
2022-05-27steadystate: delete incorrect commentVincent Fu1-7/+0
2020-09-20Change the return value of two functions from 'void' into 'int'Bart Van Assche1-1/+2
2018-08-25Make td_io_u_lock/unlock() explicitJens Axboe1-2/+7
2018-04-08steadystate: check for division by zero in mean calculationJens Axboe1-0/+6
2018-03-21Refactor #includes and headersSitsofe Wheeler1-1/+0
2017-12-02steadystate: style cleanupJens Axboe1-5/+3
2017-12-02steadystate: add free helperJens Axboe1-0/+8
2017-11-30steadystate: make flags conform to usual fio standardJens Axboe1-26/+26
2017-06-21nanosecond: initial commit changing timeval to timespecVincent Fu1-1/+1
2017-02-14Use 0 instead of DDIR_READ to iterate from 0 to DDIR_RWDIR_CNTTomohiro Kusumi1-1/+1
2017-02-13steadystate: Use calloc(3)Tomohiro Kusumi1-7/+2
2016-12-08steadystate: rename options->ss to options->ss_state since ss is used elsewhe...Vincent Fu1-2/+2
2016-12-08steadystate: clean up checks for when steadystate termination is not engagedVincent Fu1-1/+2
2016-12-07steadystate: use uint64_t for storing bw and iops calculations and related va...Vincent Fu1-17/+19
2016-12-07steadystate: instead of including ss_sum_y in thread_stat record whether ss_s...Vincent Fu1-9/+11
2016-12-07steadystate: implement transmission of steadystate data over the wire in clie...Vincent Fu1-16/+13
2016-12-07steadystate: add line for output-format=normalVincent Fu1-0/+23
2016-12-06steadystate: get rid of ->ss_pct and encode this information in ->state via _...Vincent Fu1-4/+2
2016-12-06steadystate: rename __FIO_SS_LAST to __FIO_SS_DATAVincent Fu1-3/+3
2016-11-22steadystate: reject job if steadystate options are not consistent within repo...Vincent Fu1-16/+37
2016-11-22steadystate: bug fixesVincent Fu1-2/+2
2016-08-16steadystate: kill ->last_in_group and ->ramp_time_oversteady-stateJens Axboe1-19/+22
2016-08-16steadystate: kill off ->attainedJens Axboe1-3/+3
2016-08-16steadystate: eliminate some steadystate_data membersJens Axboe1-20/+45
2016-08-15steadystate: rename 'steadystate' to 'steadystate_enabled'Jens Axboe1-2/+2
2016-08-15steadystate: more cleanupsJens Axboe1-22/+68
2016-08-15steadystate: cleanupsJens Axboe1-103/+110
2016-08-15Clear up white space errorsVincent Fu1-5/+5
2016-08-15JSON output, code formatting changesVincent Fu1-4/+4
2016-08-15Steady state detection: enhance reporting of results, change memory allocatio...Vincent Fu1-27/+50
2016-08-15Add locking around reads of td->io_blocks and io_byes.Vincent Fu1-0/+2
2016-08-15Allow fio to terminate jobs when steady state is attainedVincent Fu1-0/+218