aboutsummaryrefslogtreecommitdiffstats
path: root/gclient.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-18cconv: Support pattern buffers of arbitrary sizeLogan Gunthorpe1-3/+9
2022-02-03gfio: drop support for high/low priority latency resultsNiklas Cassel1-51/+4
2022-01-10stat: remove unnecessary bool parameter to sum_thread_stats()Niklas Cassel1-1/+1
2021-01-06Change ARRAY_SIZE to FIO_ARRAY_SIZEJens Axboe1-2/+2
2020-02-05gfio: add high/low priority latency resultsVincent Fu1-4/+51
2020-02-04gfio: display slat, clat, and lat percentilesVincent Fu1-9/+18
2019-09-23Fix compilation error with gfioAnatol Pomozov1-1/+1
2019-08-14Optimize the code that copies stringsBart Van Assche1-2/+2
2018-08-13gclient: bump output time buf sizeJens Axboe1-1/+1
2018-07-23Use stdlib.h instead of malloc.hJens Axboe1-1/+1
2018-06-05client: remove 'cmd' argument to stop handlerJens Axboe1-1/+1
2018-03-01Fix overflow of counters incremented on each I/O operationAlexander Larin1-1/+1
2018-01-05Fix client/server "all clients" reportingJeff Furlong1-0/+1
2017-11-22add significant_figures parameterJeff Furlong1-27/+27
2017-10-12Fix more overflows in percentile calculation for WindowsAndrzej Jakowski1-1/+1
2017-09-13Add support for doing total latency percentilesJens Axboe1-1/+5
2017-06-21nanosecond: alter gfio to accommodate nanosecond timingVincent Fu1-23/+33
2017-01-23Use ARRAY_SIZE()Tomohiro Kusumi1-1/+1
2017-01-02Improve IEC binary and SI decimal prefix handlingRobert Elliott1-42/+81
2017-01-02gclient: Use proper time units in latency buckets chartRobert Elliott1-5/+5
2017-01-02gclient: Delete unused codeRobert Elliott1-40/+0
2016-08-15Various cleanupsJens Axboe1-1/+1
2016-08-15gfio: fix link errorJens Axboe1-4/+0
2015-12-17client/server: transparent handling of storing compressed logsJens Axboe1-6/+0
2015-12-16gclient: don't free pdu on iolog returnJens Axboe1-1/+0
2015-12-07Fix stat summing for unified_rw_reportingJens Axboe1-1/+1
2015-05-06Add support for options being a power-of-2Jens Axboe1-0/+1
2014-07-03flist: add flist_first_entry()Jens Axboe1-1/+1
2014-04-30Fix gfio build due to disk_stat struct seperationDaniel Gollub1-12/+12
2013-04-12gclient: update to new probe command formatJens Axboe1-1/+1
2013-04-09gfio: update new options for gfio opt formatJens Axboe1-17/+17
2012-09-25gfio: add and colorize graphs on main page, tooJens Axboe1-12/+19
2012-09-24gfio: add trim UI supportJens Axboe1-6/+13
2012-09-24Merge branch 'master' into gfioJens Axboe1-1/+1
2012-04-16Get rid of fio_version.hJens Axboe1-3/+1
2012-03-28server: include number of CPUs in probe replyJens Axboe1-0/+3
2012-03-28gfio: change job option viewJens Axboe1-1/+2
2012-03-27gfio: start of being able to update optionsJens Axboe1-0/+10
2012-03-27White space spring cleaningJens Axboe1-4/+4
2012-03-27gfio: Add "print" option for results page.Stephen M. Cameron1-0/+10
2012-03-26Add named log levelJens Axboe1-1/+1
2012-03-26gfio: use appropriate gtk signal for draw/expose of graphsJens Axboe1-2/+2
2012-03-26gcompat: get closer to working with gtk3Jens Axboe1-3/+5
2012-03-26gcompat: provide backwards compatible functions for older gtk versionsJens Axboe1-1/+1
2012-03-24gfio: add per-job option viewJens Axboe1-0/+2
2012-03-24gfio: start of per-job option editJens Axboe1-2/+13
2012-03-23gfio: make completion percentiles graphs expand to window widthStephen M. Cameron1-1/+1
2012-03-23gfio: make completion percentiles boxes expand to container widthStephen M. Cameron1-1/+1
2012-03-23gfio: make io depths expand to window widthStephen M. Cameron1-1/+1
2012-03-23gfio: make latency buckets expand to window widthStephen M. Cameron1-1/+1
2012-03-22graph: return opaque graph_label_t for each label addedJens Axboe1-12/+15
2012-03-22gfio: leave notebook entry as the file nameJens Axboe1-2/+0
2012-03-22Fixes for 32-bit compileJens Axboe1-2/+2
2012-03-21Move rbtree into lib/Jens Axboe1-1/+1
2012-03-21gfio: split some parts into gclient.cJens Axboe1-0/+1349