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