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