had to understand two things: - fio-plot uses the basename of the data path as the index name, so that if multiple input directories have the same basename, the results are merged together - for the loggraph type we need to set --draw-total otherwise it will use some medium value across the whole dataset
44 lines
834 B
INI
44 lines
834 B
INI
[graphtype]
|
|
graphtype = loggraph
|
|
|
|
[settings]
|
|
input_directory = fio-data/scratch_randrw/local_scratch/local_randrw75/256k,fio-data/scratch_randrw/shared_scratch/shared_randrw75/256k
|
|
output_filename = plots/scratch_randrw75_bw.png
|
|
title = Local vs. Shared Scratch
|
|
subtitle = Random Mixed (randrw=75/25, 256k)
|
|
source = HNV
|
|
rw = randrw
|
|
type = bw
|
|
filter = read,write
|
|
iodepth = 8
|
|
numjobs = 8
|
|
maxdepth = 64
|
|
maxjobs = 64
|
|
dpi = 250
|
|
percentile = 99.99
|
|
draw_total =
|
|
max_z =
|
|
max_lat =
|
|
max_iops =
|
|
max_bw =
|
|
moving_average =
|
|
|
|
[layout]
|
|
title_fontsize = 16
|
|
subtitle_fontsize = 10
|
|
source_fontsize = 6
|
|
credit_fontsize = 8
|
|
table_fontsize = 10
|
|
xlabel_depth =
|
|
xlabel_parent =
|
|
xlabel_segment_size =
|
|
line_width =
|
|
group_bars =
|
|
show_cpu = True
|
|
show_ss = False
|
|
table_lines = False
|
|
disable_grid = False
|
|
enable_markers = True
|
|
disable_fio_version = False
|
|
colors =
|