summaryrefslogtreecommitdiff
path: root/stat.c
AgeCommit message (Expand)Author
2010-02-24Use log_info() more consistentlyJens Axboe
2009-09-11Silence the style/whitespace policeJens Axboe
2009-07-17Add kb_base option to specify the base unit of a kilobyteJens Axboe
2009-07-17Get rid of KiB vs KB distinctionJens Axboe
2009-06-15Fix typo on continue_on_error patchJens Axboe
2009-06-15Add a 'continue_on_error' option to fioRadha Ramachandran
2009-06-03Add iops rate to ETA displayJens Axboe
2009-06-03Split off diskutil includeJens Axboe
2009-05-18Include transfer size in the clat/slat measurementsJens Axboe
2009-04-20Fix throughput reportingJens Axboe
2008-05-30Make it work on opensolarisJens Axboe
2008-05-22Add logging for queue submit and complet countsJens Axboe
2008-03-06Style fixupsJens Axboe
2007-10-25More cpu engine fixesJens Axboe
2007-09-07Add display of major and minor faultsJens Axboe
2007-08-16clat/slat display improvementsJens Axboe
2007-07-23Missing carriage return in latency printJens Axboe
2007-07-19Default stdev to 0.0, not -1.0Jens Axboe
2007-06-19Adaptive io latency distrobution "histogram"Jens Axboe
2007-06-19Cleanup msec <-> usec lat conversionJens Axboe
2007-06-18Make completion and submission latency use appropriate time baseJens Axboe
2007-04-17Log and dump short iosJens Axboe
2007-04-02Seperate disk util code out of fio.cJens Axboe
2007-04-02Fix disk utilization and ioscheduler switch on raw devicesJens Axboe
2007-03-29Save a division, if delta is non-zero.Jens Axboe
2007-03-29Increase latency histogram resolutionJens Axboe
2007-03-15Move thread options into a seperate structureJens Axboe
2007-03-15Use log_info() throughoutJens Axboe
2007-03-13Improve handling of nr_files != open_filesJens Axboe
2007-03-13Init stat for all files, not just current rangeJens Axboe
2007-03-13Make disk_util() account for all filesJens Axboe
2007-03-13[PATCH] disk_util: Allow an engine to turn off disk_util specificallyJens Axboe
2007-03-12Group reporting fixesJens Axboe
2007-03-12Show IOPS as well as bw numbersJens Axboe
2007-03-08Use DDIR_WRITE symbolic value instead of a hard coded 2Jens Axboe
2007-03-08A few more stat fixes and cleanupsJens Axboe
2007-03-08Fixup reporting for !runtime data directionsJens Axboe
2007-03-06Move description textJens Axboe
2007-03-06Terse output changeJens Axboe
2007-03-06Show how many jobs are in a groupJens Axboe
2007-03-06Update terse outputJens Axboe
2007-03-06stat.c: Superflous nJens Axboe
2007-03-06Be sure to pick up any group error with group_reportingJens Axboe
2007-03-06Stat summation fixupJens Axboe
2007-03-06td vs ts typoJens Axboe
2007-03-06Add group reportingJens Axboe
2007-03-06One step closer to group reportingJens Axboe
2007-03-02Spelling fixesJens Axboe
2007-03-01Only check FIO_DISKLESSIO in stat.cJens Axboe
2007-03-01[PATCH] ioengine flags: Replace FIO_NETIO with real flags that map theJoel Becker