1. 3dc1e5b stat: fix wrong type used for 32-bit compiles by Jens Axboe · 11 years ago
  2. eef0244 Handle normal output wrapping of the percentile list by Jens Axboe · 11 years ago
  3. 619adf9 Cleanup the percentile output formatting by Jens Axboe · 11 years ago
  4. 435d195 Handle percentile lists with higher precision that 2 digits by Vincent Kang Fu · 11 years ago
  5. fd112d3 Fix percentile_list option by Vincent Kang Fu · 11 years ago
  6. 98ffb8f Fix bugs in [v]snprintf usage by Ken Raeburn · 11 years ago
  7. f2a2ce0 Add support for idletime profiling by Huadong Liu · 11 years ago
  8. 771e58b Add unified_rw_reporting option by Jens Axboe · 11 years ago
  9. 44404c5 Add lib/getrusage.c by Jens Axboe · 11 years ago
  10. 4005939 Replace FIO_HAVE_RUSAGE_THREAD with RUSAGE_THREAD by Yufei Ren · 12 years ago
  11. f5fd0b1 thread cpu resource statistics bug fix by Yufei Ren · 12 years ago
  12. 45054cb solaris: fix compile error on ctime_r() by Saurabh De · 12 years ago
  13. f3afa57 Add --output-format command line option by Jens Axboe · 12 years ago
  14. cc372b1 Add a simple json encoder and use it to print fio output in json format by Shaohua Li · 12 years ago
  15. 3449ab8 Default to terse version 3 by Jens Axboe · 12 years ago
  16. 6eaf09d Add support for trim as a workload type by Shaohua Li · 12 years ago
  17. 57a6432 Include end-of-run time in the output by Jens Axboe · 12 years ago
  18. 033bbb5 Fix terse bandwidth by Jens Axboe · 12 years ago
  19. 4c6d91e Define SIGUSR1 to inform fio to dump run stats while continuing to run by Jens Axboe · 12 years ago
  20. a462bae Free disk util on exit, not on stats display by Jens Axboe · 12 years ago
  21. c857cfe group reporting: fix bad values of min/max by Jens Axboe · 12 years ago
  22. 946e427 stat: move final \n of terse output to the end by Jens Axboe · 12 years ago
  23. ea1fd2e Fix terse output with description set by Vikram Seth · 12 years ago
  24. 421f4a8 Really fix IOPS logging by Jens Axboe · 12 years ago
  25. 9602d8d Fix IOPS logging for mixed read/write workloads by Jens Axboe · 12 years ago
  26. 5daa4eb Fix bandwidth logging for mixed read/write workloads. by Josh Carter · 12 years ago
  27. 2f2c692 stat: fix typo by Jens Axboe · 12 years ago
  28. 19d3e96 stat: NaN fixes by Jens Axboe · 12 years ago
  29. 531a632 Remove debug/broken assert() in the IOPS logging code by Jens Axboe · 13 years ago
  30. 7fb28d3 Only log the period mean if we have samples by Jens Axboe · 13 years ago
  31. b8bc8cb Add log_avg_msec option by Jens Axboe · 13 years ago
  32. 2341a37 Fix clat latency terse output by Keplar kramer · 13 years ago
  33. 4d65865 Add terse version 2 output format by Jens Axboe · 13 years ago
  34. 72c27ff Fix problem with mixing is_backend and terse_output by Jens Axboe · 13 years ago
  35. 7e1773b Pretty up output a bit by Jens Axboe · 13 years ago
  36. b7017e3 Scale bw output to MB/sec if larger than 99999 KB/sec by Jens Axboe · 13 years ago
  37. 5e726d0 Add fio version to terse output by Jens Axboe · 13 years ago
  38. 259e47d Only print ts->description if set for non-terse output by Jens Axboe · 13 years ago
  39. 4b0f225 Check string length of ts->description, not value by Jens Axboe · 13 years ago
  40. c7c6cb4 Move IEEE754 support code to lib/ by Jens Axboe · 13 years ago
  41. f2f788d Add disk utilization to terse format output by Jens Axboe · 13 years ago
  42. 1db92cb Add completion latency percentiles to terse output format by Jens Axboe · 13 years ago
  43. 312b4af Add IOPS to terse output by Jens Axboe · 13 years ago
  44. 07511a6 Break double loop on end-of-clat percentiles by Jens Axboe · 13 years ago
  45. d09a64a client/server: add support for passing disk_util structures by Jens Axboe · 13 years ago
  46. 4f6f829 Adapt clat percentiles for min/max values by Jens Axboe · 13 years ago
  47. 2505062 Remove extra \n before printing run status by Jens Axboe · 13 years ago
  48. 351de8d Be a bit more defensive in clat percentile calc and display by Jens Axboe · 13 years ago
  49. 81ab0b3 Pretty up clat percentile display so it's actually readable by Jens Axboe · 13 years ago
  50. 731e3f7 Fix clat percentile display by Jens Axboe · 13 years ago
  51. 37f0c1a client: display summed total of all clients when all stats have been received by Jens Axboe · 13 years ago
  52. 5b9babb Abstract out and export summation of thread_stats by Jens Axboe · 13 years ago
  53. c8eeb9d Add support for write_iops_log by Jens Axboe · 13 years ago
  54. 802ad4a Change network transmitted doubles to fio_fp64_t IEEE 754 type by Jens Axboe · 13 years ago
  55. c59971e Style fixup by Jens Axboe · 13 years ago
  56. a64e88d server: transmit status as structures, not text by Jens Axboe · 13 years ago
  57. f6bb5b8 Allocate thread_stat name arrays statically by Jens Axboe · 13 years ago
  58. c8aaba1 Move getrusage() out of thread_stat by Jens Axboe · 13 years ago
  59. f0505a1 Move stat_io_bytes/time to thread_data by Jens Axboe · 13 years ago
  60. 7b9f733 server: start conversion of data structures to network friendly types by Jens Axboe · 13 years ago
  61. e09231c Fix sum_stat() bug in group_reporting by Zheng Liu · 13 years ago
  62. 716050f Fixup bad style in plat code by Jens Axboe · 13 years ago
  63. 0a7d7f9 stats: fix io_u_plat out-of-bound accesses (round 2) by Eric Gouriou · 13 years ago
  64. 0a0b490 Fix off-by-one in io_u_plat[] array sizing by Jens Axboe · 13 years ago
  65. 8334919 stats: Add a function to report completion latency percentiles by Yu-ju Hong · 13 years ago
  66. cdcac5c stats: Fix computation of summed standard deviation by Yu-ju Hong · 13 years ago
  67. 0aacc50 Fix integer overflow in calculating large IOPS on 32-bit platforms by Bruce Cran · 13 years ago
  68. 2b13e71 Get rid of shadow declarations by Jens Axboe · 13 years ago
  69. cda99fa fix ramp_in by Signed-off-by Steven Pratt · 14 years ago
  70. 562c2d2 Add some comments around the terse output by David Nellans · 14 years ago
  71. 0d29de8 Add verify trim support by Jens Axboe · 14 years ago
  72. ff58fce Add support for replaying blktrace trim/discard by Jens Axboe · 14 years ago
  73. 525c2bf Update documentation on new terse format and add version number by Jens Axboe · 14 years ago
  74. 4cf1abc Revert "fix 1000 vs kb_base confusion in show_run_stats." by Jens Axboe · 14 years ago
  75. 02af098 Add total latency log by Jens Axboe · 14 years ago
  76. 1f53e9d fix 1000 vs kb_base confusion in show_run_stats. by YAMAMOTO Takashi · 14 years ago
  77. 4ceb30d Use log_info() more consistently by Jens Axboe · 14 years ago
  78. 0b9d69e Silence the style/whitespace police by Jens Axboe · 15 years ago
  79. 90fef2d Add kb_base option to specify the base unit of a kilobyte by Jens Axboe · 15 years ago
  80. b22989b Get rid of KiB vs KB distinction by Jens Axboe · 15 years ago
  81. 1ec99ee Fix typo on continue_on_error patch by Jens Axboe · 15 years ago
  82. f2bba18 Add a 'continue_on_error' option to fio by Radha Ramachandran · 15 years ago
  83. adb02ba Add iops rate to ETA display by Jens Axboe · 15 years ago
  84. 7c9b1bc Split off diskutil include by Jens Axboe · 15 years ago
  85. 306ddc9 Include transfer size in the clat/slat measurements by Jens Axboe · 15 years ago
  86. 8879fd1 Fix throughput reporting by Jens Axboe · 15 years ago
  87. 5921e80 Make it work on opensolaris by Jens Axboe · 16 years ago
  88. 838bc70 Add logging for queue submit and complet counts by Jens Axboe · 16 years ago
  89. 5ec10ea Style fixups by Jens Axboe · 16 years ago
  90. b4c5e1a More cpu engine fixes by Jens Axboe · 17 years ago
  91. e7823a9 Add display of major and minor faults by Jens Axboe · 17 years ago
  92. d9309cb clat/slat display improvements by Jens Axboe · 17 years ago
  93. 4539ed7 Missing carriage return in latency print by Jens Axboe · 17 years ago
  94. 4b43f54 Default stdev to 0.0, not -1.0 by Jens Axboe · 17 years ago
  95. 04a0fea Adaptive io latency distrobution "histogram" by Jens Axboe · 17 years ago
  96. ea2accc Cleanup msec <-> usec lat conversion by Jens Axboe · 17 years ago
  97. d85f511 Make completion and submission latency use appropriate time base by Jens Axboe · 17 years ago
  98. 30061b9 Log and dump short ios by Jens Axboe · 17 years ago
  99. 9f8f206 Seperate disk util code out of fio.c by Jens Axboe · 17 years ago
  100. 07e5b26 Fix disk utilization and ioscheduler switch on raw devices by Jens Axboe · 17 years ago