Add protocol support for an arbitrary number of command line arguments
[fio.git] / eta.c
2011-10-05 Jens AxboeMerge branch 'master' into client-server
2011-10-03 Jens Axboeserver: send network copy of run_str[]
2011-10-03 Jens Axboeserver: add ETA as a specific command
2011-10-03 Jens AxboeAbstract out calculation of ETA from display of ETA
2011-09-30 Jens AxboeStart of functional client
2011-09-01 Jens AxboeUse r/R/w/W instead of m/M for mixed workloads with...
2011-07-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2011-07-06 Jens AxboeAdd --max-jobs/-j command line option
2011-01-19 Jens AxboeGet rid of shadow declarations
2010-12-14 Signed-off-by Stev... fix ramp_in
2010-11-11 Jens AxboeCall path below SIGALRM isn't safe
2010-05-17 Jens AxboeImprove ETA for fill_device based job files
2009-09-11 Jens AxboeSilence the style/whitespace police
2009-07-27 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-07-18 Jens AxboeA few more kb_base fixups
2009-07-17 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-07-17 Jens AxboeGet rid of KiB vs KB distinction
2009-06-09 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-06-09 Jens AxboeAdd support for limiting only rate in only one direction
2009-06-03 Jens AxboeImprove throughput ETA display
2009-06-03 Jens AxboeAdd iops rate to ETA display
2009-05-20 Jens Axboepre_read fixes
2009-05-18 Jens AxboeInclude transfer size in the clat/slat measurements
2008-09-11 Jens AxboeUpdate ramp_time
2008-09-10 Shaozhi Shawn Yeeta: fix bugs withe fill_device and exitall_on_terminate
2008-06-13 Gurudas Paieta overflow fix
2008-06-05 Jens AxboeETA fix
2008-06-05 Jens AxboeDon't print 100% done, when we don't have a time estima...
2008-04-06 Jens AxboeImprove eta calculation and display for complex jobs
2008-03-06 Jens AxboeStyle fixups
2007-10-26 Aaron CarrollFix spurious eta output
2007-09-14 Aaron CarrollAdd ETA output control and interactivity check
2007-09-04 Jens AxboeFix eta for pure read workload with verify enabled
2007-08-02 Shawn Lewis[PATCH] Add do_verify option
2007-04-17 Jens AxboeAdd time_based option
2007-04-02 Jens AxboeMove os/arch/compiler headers into directories
2007-03-27 Jens AxboePrint number of open files in eta dump
2007-03-16 Jens AxboeIf the rate setting is based on IOPS, reflect that...
2007-03-15 Jens AxboeMove thread options into a seperate structure
2007-03-12 Jens AxboeNote process vs thread in output
2007-02-23 Jens AxboeStreamline thread_data data direction setting and checking
2007-02-10 Jens Axboe[PATCH] Fix stack overflow
2007-02-10 Jens Axboe[PATCH] Separate bandwidth log and rate display
2007-02-07 Jens Axboe[PATCH] Misc fixes
2007-01-17 Jens Axboe[PATCH] Only generate global bandwidth log if write_bw_...
2007-01-17 Jens Axboe[PATCH] Add support for writing aggregate bandwidth log
2007-01-13 Jens Axboe[PATCH] Shorten 'commitrate' to 'CR'
2007-01-11 Jens Axboe[PATCH] Cleanup some output code
2006-12-05 Jens Axboe[PATCH] Fix warnings from icc
2006-11-24 Jens Axboe[PATCH] Time and seek optimizations
2006-11-03 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2006-11-03 Jens Axboe[PATCH] Add in-progress io rate
2006-10-20 Jens Axboe[PATCH] Plug a few more leaks fio-1.7
2006-10-20 Jens Axboe[PATCH] Add for_each_td()
2006-10-19 Jens Axboe[PATCH] Total io size / eta fix
2006-10-18 Jens Axboe[PATCH] Split status/eta code out of fio.c