summaryrefslogtreecommitdiff
path: root/stat.c
AgeCommit message (Expand)Author
2017-05-19Update to fio-2.20.Elliott Hughes
2015-03-17fio: Fix a GCC 4.9 allignment error.Mohamad Ayyash
2015-03-06Patch to make per-thread IOPS more accurateBen England
2015-03-06Adjust ctime_r buf down to 32Jens Axboe
2015-03-06Add timestamp to json outputSteve ODriscoll
2015-03-06stat: always show disk util in terse v3/v4Jens Axboe
2015-03-06Fix some shadow warnings for some gcc variantsJens Axboe
2015-03-06Fix for a race when fio prints I/O statistics periodicallyVasily Tarasov
2015-03-06Consolidate disk util, eta, and status check threadJens Axboe
2015-03-06stat: avoid hang with race in stat thread exit and rusage updateJens Axboe
2015-03-06Start and stop status interval (or file) thread separatelyJens Axboe
2015-03-06stat: set kb/unit_base, if not already setJens Axboe
2015-03-06stat: add total/short/drop ios to the json outputJens Axboe
2015-03-06stat: add dropped ios to the standard outputJens Axboe
2015-03-06Don't grab stat mutex for final stat outputJens Axboe
2015-03-06stat: move stat mutex grab to threadJens Axboe
2015-03-06Add support for storing compressed logsJens Axboe
2015-03-06Add support for runtime log compressionJens Axboe
2015-03-06Add option for including byte offset for each log entryJens Axboe
2014-04-15strcpy: kill last of the suspect onesJens Axboe
2014-04-14stat: warn on failure to detach DU threadJens Axboe
2014-04-14stat: fix potential divide-by-zeroJens Axboe
2014-04-14stat: fix wrong check for whether we have a description or notJens Axboe
2014-04-14stat: check that TEMP environment variable is half-way saneJens Axboe
2014-04-02Merge branch 'erwan/clang' of https://github.com/enovance/fioJens Axboe
2014-04-02stat: fixing bw_agg reportingErwan Velu
2014-04-01Cleanup symbols that should be staticJens Axboe
2014-03-14Bump length of description field to 256 charsJens Axboe
2014-03-13Disable status file updates on errorJens Axboe
2014-03-12stat: fixup fio-dump-status file locationJens Axboe
2014-02-21Improve latency_target runsJens Axboe
2014-02-20fio: flush log files on test endPeter Oberparleiter
2014-02-20fio: allow to combine terse output with any selected output typeChristian Ehrhardt
2013-12-09Add options to have fio latency profile a deviceJens Axboe
2013-10-31Add json output for client/server modeCastor Fu
2013-09-30log: disable log, if realloc failsJens Axboe
2013-08-05iolog: Logging blocksize in IOPS tracesErwan Velu
2013-07-22core: Removing duplicated codeErwan Velu
2013-04-28Add support for dumping the status on Windows.Bruce Cran
2013-04-26Ensure that stat outputs are serializedJens Axboe
2013-04-26Add log_info_flush()Vincent Kang Fu
2013-04-24Add support for other ways of triggering intermediate result outputsJens Axboe
2013-04-15Fixup bad logging typesJens Axboe
2013-04-15fio: fix segfault on 32bits platformsDmitry Monakhov
2013-04-11Fix a few 4.8 extra anal warningsJens Axboe
2013-04-09Merge branch 'master' into gfioJens Axboe
2013-04-09stat.c: make 'bw' summary line respect 'unit_base' optionSteven Noonan
2013-04-09stats: show summary bandwidth in terms of kb_baseSteven Noonan
2013-04-09implement 'unit_base' option to select between KB and Kbit et. al.Steven Noonan
2013-04-09num2str: add arguments to represent values in terms of bytes/bitsSteven Noonan