summaryrefslogtreecommitdiff
path: root/stat.c
AgeCommit message (Expand)Author
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
2007-02-26Speedup init_disk_util() when dealing with many jobsJens Axboe
2007-02-23Streamline thread_data data direction setting and checkingJens Axboe
2007-02-21Change IO latency histogram to be in power-of-10Jens Axboe
2007-02-20First step for group reportingJens Axboe
2007-02-17[PATCH] IO completion time histogramsJens Axboe
2007-02-14[PATCH] ExabytesJens Axboe
2007-02-11[PATCH] Sign warningJens Axboe
2007-02-11[PATCH] Allow thread/group dump regardless of error stateJens Axboe
2007-02-11[PATCH] Pretty up stat outputJens Axboe
2007-02-07[PATCH] Don't create files for engines that don't need themJens Axboe