The following changes since commit e04241512bb69f1fe8ff6eed9402343af436ba75: t/zbd: Enable regular block devices for test case #47 (2020-07-17 07:32:12 -0600) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to fa443634fbfa38fd5d6418a96a45022c78b90df4: Merge branch 'patch-1' of https://github.com/avlasov-mos-de/fio (2020-07-18 08:39:04 -0600) ---------------------------------------------------------------- Jens Axboe (1): Merge branch 'patch-1' of https://github.com/avlasov-mos-de/fio avlasov-mos-de (1): Fix scale on gnuplot graphs tools/fio_generate_plots | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- Diff of recent changes: diff --git a/tools/fio_generate_plots b/tools/fio_generate_plots index 8872206e..e4558788 100755 --- a/tools/fio_generate_plots +++ b/tools/fio_generate_plots @@ -123,10 +123,10 @@ plot () { # plot # -plot "I/O Latency" lat "Time (msec)" 1000 +plot "I/O Latency" lat "Time (msec)" 1000000 plot "I/O Operations Per Second" iops "IOPS" 1 -plot "I/O Submission Latency" slat "Time (��sec)" 1 -plot "I/O Completion Latency" clat "Time (msec)" 1000 +plot "I/O Submission Latency" slat "Time (��sec)" 1000 +plot "I/O Completion Latency" clat "Time (msec)" 1000000 plot "I/O Bandwidth" bw "Throughput (KB/s)" 1