1. 09ad20f gfio: fix discrepancies between graph header and implementation by Stephen M. Cameron · 12 years ago
  2. 1e1ffcc gfio: do not mix K M and G when shortening axis labels by Stephen M. Cameron · 12 years ago
  3. a31d9fa gfio: move debug preferences last by Jens Axboe · 12 years ago
  4. 1cf6bca gfio: add eta msec interval preference by Jens Axboe · 12 years ago
  5. 6433ee0 client: make ETA interval poll period configurage in fio_client_ops by Jens Axboe · 12 years ago
  6. 8577f4f gfio: add preference entry for number of values to keep in graph by Jens Axboe · 12 years ago
  7. d824c3b client: send probe from fio_client_connect() by Jens Axboe · 12 years ago
  8. 3863d1a gfio: better handle multiple threads/processes in a job by Jens Axboe · 12 years ago
  9. 0aa928c gfio: make results notebook scrollable too by Jens Axboe · 12 years ago
  10. b870c31 gfio: make notebooks scrollable if there are too many by Jens Axboe · 12 years ago
  11. 343cb4a gfio: hold a reference to the fio_client structure by Jens Axboe · 12 years ago
  12. c724926 gfio: more error reporting by Jens Axboe · 12 years ago
  13. 8b4e61b server: return real error from fio_send_data() by Jens Axboe · 12 years ago
  14. 25095e1 client: return more errors by Jens Axboe · 12 years ago
  15. a1a3ed5 client: return errno on connection failure by Jens Axboe · 12 years ago
  16. 9988ca7 gfio: handle clients individually by Jens Axboe · 12 years ago
  17. a9eccde gfio: only start one client net handler by Jens Axboe · 12 years ago
  18. 2f99deb gfio: start of support for notebooked jobs by Jens Axboe · 12 years ago
  19. 98ceabd gfio: ignore group stats for now by Jens Axboe · 12 years ago
  20. 5116779 Add basic cconv test by Jens Axboe · 12 years ago
  21. b9d2f30 Separate the act of adding and starting a job by Jens Axboe · 12 years ago
  22. 7a8a9b2 example: bump netio example to 100g transfer by Jens Axboe · 12 years ago
  23. 5d7793a server: rename CMD_RUN to CMD_SERVER_START by Jens Axboe · 12 years ago
  24. dcaeb60 client/server: pass back packed thread_options in add_job() by Jens Axboe · 12 years ago
  25. 019dd47 gfio: Add y-axis labels by Stephen M. Cameron · 12 years ago
  26. 6bf8600 gfio: move graph area a bit to the right by Stephen M. Cameron · 12 years ago
  27. b655c18 gfio: fix a bug in the y-axis label shortening algorithm by Stephen M. Cameron · 12 years ago
  28. 2dc1cbb Add thread_options_pack structure by Jens Axboe · 12 years ago
  29. ec41265 Abstract out the thread_options structure by Jens Axboe · 12 years ago
  30. 8c621fb client/server: store/convert/send jobs_eta->nr_threads too by Jens Axboe · 12 years ago
  31. 6b79c80 gfio: improve stop handling by Jens Axboe · 12 years ago
  32. b01329d gfio: make the end results window a scrolled one by Jens Axboe · 12 years ago
  33. f129909 gfio: don't use gtk_dialog_get_content_area() by Jens Axboe · 12 years ago
  34. 604cfe3 gfio: add missing disk utilization stat to end results by Jens Axboe · 12 years ago
  35. 3ea48b8 gfio: allow graph to stretch or shrink as window expands or contracts by Stephen M. Cameron · 12 years ago
  36. 10e54cd gfio: right justify y-axis labels by Stephen M. Cameron · 12 years ago
  37. d582bf7 gfio: fix problem with graph finding data range. by Stephen M. Cameron · 12 years ago
  38. 9ce9cfb gfio: get rid of invisible data by Stephen M. Cameron · 12 years ago
  39. 17ba3e4 gfio: shorten graph tick lables so x000000000 becomes by Stephen M. Cameron · 12 years ago
  40. fe8afdd gfio: cap graph data count by Stephen M. Cameron · 12 years ago
  41. 9f4883a gfio: change color of graphs by Jens Axboe · 12 years ago
  42. 45dcb2e gfio: remove a few debug printfs by Jens Axboe · 12 years ago
  43. 38afe83 gfio: remove boxes between graphs by Jens Axboe · 12 years ago
  44. b04ad8d gfio: add units to x-axis labels and remove redundant y-axis labels by Stephen M. Cameron · 12 years ago
  45. cae0872 gfio: make empty graph show grid lines, not "No good data" by Stephen M. Cameron · 12 years ago
  46. aaa71f6 gfio: make graph background white by Stephen M. Cameron · 12 years ago
  47. 84a72ed gfio: add license by Jens Axboe · 12 years ago
  48. 81e4ea6 gfio: update about dialog by Jens Axboe · 12 years ago
  49. f3e8440 gfio: add font selection and resize original window by Jens Axboe · 12 years ago
  50. 87d5f27 graph: use unsigned ints by Jens Axboe · 12 years ago
  51. 62bc937 gfio: be a bit more clever on when to auto-start backend or not by Jens Axboe · 12 years ago
  52. a04f158 parser: relax restriction on postfix ranges by Jens Axboe · 12 years ago
  53. 2d26299 gfio: add *.ini as fio job file filter by Jens Axboe · 12 years ago
  54. 2fd3bb0 gfio: Add graphs for read/write bandwidth and read/write IOPS by Jens Axboe · 12 years ago
  55. af58ef3 gfio: Add mini library to draw bar graphs and line graphs by Stephen M. Cameron · 12 years ago
  56. e34f6ad gfio: clear progress bar on job end by Jens Axboe · 12 years ago
  57. 63a130b gfio: first attempt at actually automatically starting backend server by Jens Axboe · 12 years ago
  58. c0187f3 Add my copyright to gfio.c by Jens Axboe · 12 years ago
  59. c1970b9 server: fixup bug in sending jobs_eta command by Jens Axboe · 12 years ago
  60. 69406b9 gfio: connect buton fix by Jens Axboe · 12 years ago
  61. 661f741 gfio: enable tree view grid lines by Jens Axboe · 12 years ago
  62. f095d56 gfio: align log text to the left by Jens Axboe · 12 years ago
  63. b465562 gfio: don't use gtk_combo_box_text by Jens Axboe · 12 years ago
  64. 4cbe721 gfio: make log window scrollable by Jens Axboe · 12 years ago
  65. 88f6e7a gfio: better handling of connect/disconnect button by Jens Axboe · 12 years ago
  66. e0681f3 gfio: add disk utilization output to end results by Jens Axboe · 12 years ago
  67. 9b260bd gfio: add log viewer by Jens Axboe · 12 years ago
  68. f9d40b4 gfio: put results from same job file into a notebook by Jens Axboe · 12 years ago
  69. 45913d2 gfio: use a window for results, not a dialog box by Jens Axboe · 12 years ago
  70. 0050e5f gfio: ensure all command opcode handlers are properly gdk thread protected by Jens Axboe · 12 years ago
  71. 19998db gfio: correct depths view by Jens Axboe · 12 years ago
  72. 2b08989 gfio: move bandwidth stats by Jens Axboe · 12 years ago
  73. 2e33101 gfio: add os resource usage and io depth display by Jens Axboe · 12 years ago
  74. e5bd134 gfio: add latency bucket display by Jens Axboe · 12 years ago
  75. c551f65 Move stat arrays into show/calc func by Jens Axboe · 12 years ago
  76. 0b76130 gfio: fixup bw display by Jens Axboe · 12 years ago
  77. ca85099 gfio: Change some labels to entries and add bw stats to final output by Jens Axboe · 12 years ago
  78. a269790 Add completion percentiles to results output by Jens Axboe · 12 years ago
  79. 1c1e4a5 End results fixes by Jens Axboe · 12 years ago
  80. 3650a3c gfio: start of proper end results data display by Jens Axboe · 12 years ago
  81. 5a18988 stat: move calc of latencies into show function by Jens Axboe · 12 years ago
  82. 5121a9a Add client references by Jens Axboe · 12 years ago
  83. b29ad56 Unify cli latency display by Jens Axboe · 12 years ago
  84. 89e5fad Pass in client for thread/group status op by Jens Axboe · 12 years ago
  85. a527661 Store specific client ops in the fio_client structure by Jens Axboe · 12 years ago
  86. 3bf236c Convert net commands in the generic command handler by Jens Axboe · 12 years ago
  87. 084d1c6 Add new net command for text logging by Jens Axboe · 12 years ago
  88. 0b8d11e Add preferences help tooltips by Jens Axboe · 12 years ago
  89. 46974a7 Add Preferences dialog by Jens Axboe · 12 years ago
  90. 8843265 GUI fixes by Jens Axboe · 12 years ago
  91. b9f3c7e Start of support for auto-starting the backend by Jens Axboe · 12 years ago
  92. 8663ea6 Clear UI/progress bar on disconnect/quit by Jens Axboe · 12 years ago
  93. df06f22 Terminate clients when 'Disconnect' is clicked by Jens Axboe · 12 years ago
  94. a7a42ce Move connection details to separate dialog box by Jens Axboe · 12 years ago
  95. ed727a4 Add support for client timed out ops by Jens Axboe · 12 years ago
  96. ebbd89c Don't update CR fields by Jens Axboe · 12 years ago
  97. 807f997 Add more job info by Jens Axboe · 12 years ago
  98. 3ec62ec More gui changes by Jens Axboe · 12 years ago
  99. 441013b gfio: fix error handling in send_job_files() by Jens Axboe · 12 years ago
  100. 3e47bd2 Update GUI to attempt to graphically handle ETA output by Jens Axboe · 12 years ago