Fix crash with absurdly but not impossibly deeply nested device stacks
[fio.git] / stat.c
2013-01-24 Jens AxboeAdd lib/getrusage.c
2012-10-24 Yufei RenReplace FIO_HAVE_RUSAGE_THREAD with RUSAGE_THREAD
2012-10-22 Yufei Renthread cpu resource statistics bug fix
2012-10-09 Saurabh Desolaris: fix compile error on ctime_r()
2012-09-17 Jens AxboeAdd --output-format command line option
2012-09-17 Shaohua LiAdd a simple json encoder and use it to print fio outpu...
2012-09-14 Jens AxboeDefault to terse version 3
2012-09-14 Shaohua LiAdd support for trim as a workload type
2012-06-26 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-06-14 Jens AxboeInclude end-of-run time in the output
2012-05-07 Jens AxboeFix terse bandwidth
2012-04-11 Jens AxboeDefine SIGUSR1 to inform fio to dump run stats while...
2012-04-11 Jens AxboeFree disk util on exit, not on stats display
2012-04-05 Jens Axboegroup reporting: fix bad values of min/max
2012-03-23 Jens Axboestat: move final \n of terse output to the end
2012-03-23 Vikram SethFix terse output with description set
2012-02-28 Jens AxboeReally fix IOPS logging
2012-02-20 Jens AxboeFix IOPS logging for mixed read/write workloads
2012-02-20 Josh CarterFix bandwidth logging for mixed read/write workloads.
2012-02-07 Jens Axboestat: fix typo
2012-02-07 Jens Axboestat: NaN fixes
2011-12-02 Jens AxboeRemove debug/broken assert() in the IOPS logging code
2011-12-01 Jens AxboeOnly log the period mean if we have samples
2011-12-01 Jens AxboeAdd log_avg_msec option
2011-10-19 Keplar kramerFix clat latency terse output
2011-10-17 Jens AxboeAdd terse version 2 output format
2011-10-16 Jens AxboeFix problem with mixing is_backend and terse_output
2011-10-14 Jens AxboePretty up output a bit
2011-10-14 Jens AxboeScale bw output to MB/sec if larger than 99999 KB/sec
2011-10-14 Jens AxboeAdd fio version to terse output
2011-10-13 Jens AxboeOnly print ts->description if set for non-terse output
2011-10-13 Jens AxboeCheck string length of ts->description, not value
2011-10-13 Jens AxboeMove IEEE754 support code to lib/
2011-10-13 Jens AxboeAdd disk utilization to terse format output
2011-10-13 Jens AxboeAdd completion latency percentiles to terse output...
2011-10-13 Jens AxboeAdd IOPS to terse output
2011-10-13 Jens AxboeBreak double loop on end-of-clat percentiles
2011-10-13 Jens Axboeclient/server: add support for passing disk_util structures
2011-10-13 Jens AxboeAdapt clat percentiles for min/max values
2011-10-13 Jens AxboeRemove extra \n before printing run status
2011-10-12 Jens AxboeBe a bit more defensive in clat percentile calc and...
2011-10-12 Jens AxboePretty up clat percentile display so it's actually...
2011-10-12 Jens AxboeFix clat percentile display
2011-10-12 Jens AxboeMerge branch 'master' into client-server
2011-10-11 Jens Axboeclient: display summed total of all clients when all...
2011-10-10 Jens AxboeAbstract out and export summation of thread_stats
2011-10-05 Jens AxboeAdd support for write_iops_log
2011-10-05 Jens AxboeMerge branch 'master' into client-server
2011-10-05 Jens AxboeChange network transmitted doubles to fio_fp64_t IEEE...
2011-10-04 Jens AxboeStyle fixup
2011-10-03 Jens Axboeserver: transmit status as structures, not text
2011-10-03 Jens AxboeAllocate thread_stat name arrays statically
2011-10-03 Jens AxboeMove getrusage() out of thread_stat
2011-10-03 Jens AxboeMove stat_io_bytes/time to thread_data
2011-10-03 Jens Axboeserver: start conversion of data structures to network...
2011-09-16 Zheng LiuFix sum_stat() bug in group_reporting
2011-08-16 Jens AxboeFixup bad style in plat code
2011-08-16 Eric Gourioustats: fix io_u_plat out-of-bound accesses (round 2)
2011-08-15 Jens AxboeFix off-by-one in io_u_plat[] array sizing
2011-08-12 Yu-ju Hongstats: Add a function to report completion latency...
2011-07-30 Yu-ju Hongstats: Fix computation of summed standard deviation
2011-07-09 Bruce CranFix integer overflow in calculating large IOPS on 32...
2011-01-19 Jens AxboeGet rid of shadow declarations
2010-12-14 Signed-off-by Stev... fix ramp_in
2010-09-23 David NellansAdd some comments around the terse output
2010-09-01 Jens AxboeAdd verify trim support
2010-08-25 Jens AxboeAdd support for replaying blktrace trim/discard
2010-06-30 Jens AxboeUpdate documentation on new terse format and add versio...
2010-06-25 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2010-06-25 Jens AxboeRevert "fix 1000 vs kb_base confusion in show_run_stats."
2010-06-24 Jens AxboeAdd total latency log
2010-06-23 YAMAMOTO Takashifix 1000 vs kb_base confusion in show_run_stats.
2010-02-24 Jens AxboeUse log_info() more consistently
2009-09-11 Jens AxboeSilence the style/whitespace police
2009-07-27 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-07-17 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-07-17 Jens AxboeAdd kb_base option to specify the base unit of a kilobyte
2009-07-17 Jens AxboeGet rid of KiB vs KB distinction
2009-06-15 Jens AxboeFix typo on continue_on_error patch
2009-06-15 Radha RamachandranAdd a 'continue_on_error' option to fio
2009-06-03 Jens AxboeAdd iops rate to ETA display
2009-06-03 Jens AxboeSplit off diskutil include
2009-05-18 Jens AxboeInclude transfer size in the clat/slat measurements
2009-04-20 Jens AxboeFix throughput reporting
2008-05-30 Jens AxboeMake it work on opensolaris
2008-05-22 Jens AxboeAdd logging for queue submit and complet counts
2008-03-06 Jens AxboeStyle fixups
2007-10-25 Jens AxboeMore cpu engine fixes
2007-09-07 Jens AxboeAdd display of major and minor faults
2007-08-16 Jens Axboeclat/slat display improvements
2007-07-23 Jens AxboeMissing carriage return in latency print
2007-07-19 Jens AxboeDefault stdev to 0.0, not -1.0
2007-06-19 Jens AxboeAdaptive io latency distrobution "histogram"
2007-06-19 Jens AxboeCleanup msec <-> usec lat conversion
2007-06-18 Jens AxboeMake completion and submission latency use appropriate...
2007-04-17 Jens AxboeLog and dump short ios
2007-04-02 Jens AxboeSeperate disk util code out of fio.c
2007-04-02 Jens AxboeFix disk utilization and ioscheduler switch on raw...
2007-03-29 Jens AxboeSave a division, if delta is non-zero.
2007-03-29 Jens AxboeIncrease latency histogram resolution
next