gfio: add check for unnecessary g_thread_init() call
[fio.git] / stat.c
2012-12-03 Jens AxboeMerge branch 'master' into gfio
2012-11-15 Jens AxboeMerge branch 'master' into gfio
2012-11-14 Jens AxboeMerge branch 'master' into gfio
2012-10-24 Yufei RenReplace FIO_HAVE_RUSAGE_THREAD with RUSAGE_THREAD
2012-10-22 Yufei Renthread cpu resource statistics bug fix
2012-10-11 Jens AxboeMerge branch 'master' into gfio
2012-10-09 Saurabh Desolaris: fix compile error on ctime_r()
2012-09-27 Jens AxboeMerge branch 'master' into gfio
2012-09-25 Jens AxboeMerge branch 'master' into gfio
2012-09-24 Jens AxboeMerge branch 'master' into gfio
2012-09-24 Jens AxboeMerge branch 'master' into gfio
2012-09-24 Jens AxboeMerge branch 'master' into gfio
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-08-21 Jens AxboeMerge branch 'master' into gfio
2012-08-01 Jens AxboeMerge branch 'master' into gfio
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-11 Jens AxboeMerge branch 'master' into gfio gfio-0.1
2012-05-07 Jens AxboeMerge branch 'master' into gfio
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 AxboeMerge branch 'master' into gfio
2012-04-05 Jens Axboegroup reporting: fix bad values of min/max
2012-04-02 Jens AxboeMerge branch 'master' into gfio
2012-03-30 Jens AxboeDefine SIGUSR1 to inform fio to dump run stats while...
2012-03-30 Jens AxboeFree disk util on exit, not on stats display
2012-03-27 Jens AxboeWhite space spring cleaning
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-03-17 Jens AxboeMerge branch 'master' into gfio
2012-03-17 Jens AxboeMerge branch 'master' into gfio
2012-03-16 Jens AxboeMerge branch 'master' into gfio
2012-03-15 Jens AxboeAdd thread number ID to appropriate network commands
2012-03-13 Jens AxboeMerge branch 'master' into gfio
2012-03-05 Jens Axboegfio: add os resource usage and io depth display
2012-03-05 Jens Axboegfio: add latency bucket display
2012-03-05 Jens AxboeMove stat arrays into show/calc func
2012-03-05 Jens AxboeAdd completion percentiles to results output
2012-03-05 Jens Axboestat: move calc of latencies into show function
2012-03-05 Jens AxboeUnify cli latency display
2012-02-29 Jens AxboeMerge branch 'master' into gfio
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
next