Searched refs:disk_perf (Results 1 – 1 of 1) sorted by relevance
/external/fio/tools/plot/ |
D | fio2gnuplot | 41 …plot_script(fio_data_file,title,gnuplot_output_filename,gnuplot_output_dir,mode,disk_perf,gpm_dir): argument 85 global_disk_perf = sum(disk_perf, []) 107 avg = average(disk_perf[pos]) 151 def compute_temp_file(fio_data_file,disk_perf,gnuplot_output_dir, min_time, max_time): argument 167 disk_perf.append([]) 212 disk_perf[index].append(int(perf)) 227 def compute_math(fio_data_file, title,gnuplot_output_filename,gnuplot_output_dir,mode,disk_perf,gpm… argument 252 avg = average(disk_perf[disk]) 253 variance = map(lambda x: (x - avg)**2, disk_perf[disk]) 258 local_min=min(disk_perf[disk]) [all …]
|