Lines Matching full:avg
107 avg = average(disk_perf[pos])
108 …pm_dir,title,tmp_filename,fio_data_file[pos],raw_filename,mode,smooth_filename,trend_filename,avg))
252 avg = average(disk_perf[disk])
253 variance = map(lambda x: (x - avg)**2, disk_perf[disk])
255 # print "Disk%d [ min=%.2f max=%.2f avg=%.2f stddev=%.2f \n" % (disk,min(disk_perf[disk]),max(disk…
256 average_file.write('%d %d\n' % (disk, avg))
266 avg = average(global_disk_perf)
267 variance = map(lambda x: (x - avg)**2, global_disk_perf)
272 global_file.write('avg=%.2f\n' % avg)
276 …#print "Global [ min=%.2f max=%.2f avg=%.2f stddev=%.2f \n" % (min(global_disk_perf),max(global_di…
288 …ipt("Average values of "+title,gnuplot_output_filename+'.average',mode,int(avg),gnuplot_output_dir…
324 # Let's process the avg value by estimated the global bandwidth per file
326 if global_search == "avg":
332 # Let's print the avg output
333 if global_search == "avg":
374 print ' - Available types are : min, max, avg, stddev'