[PATCH] fio: correct latency graph
authorJens Axboe <axboe@suse.de>
Mon, 31 Oct 2005 10:50:23 +0000 (11:50 +0100)
committerJens Axboe <axboe@suse.de>
Mon, 31 Oct 2005 10:50:23 +0000 (11:50 +0100)
fio_generate_plots

index c8e02cd482b2d11235ebb2d4e47e2dfa19ec47ad..6321c341ab1f195b8381367917c7cb80b0856d6d 100755 (executable)
@@ -37,4 +37,4 @@ if [ "$PLOT_LINE"x == "x" ]; then
        exit 0
 fi
 
-echo "set title 'Bandwidth - $TITLE'; set xlabel 'time (msec)'; set ylabel 'KiB/sec'; set terminal png; set output '$TITLE-lat.png'; plot " $PLOT_LINE | gnuplot -
+echo "set title 'Latency - $TITLE'; set xlabel 'time (msec)'; set ylabel 'latency (msec)'; set terminal png; set output '$TITLE-lat.png'; plot " $PLOT_LINE | gnuplot -