]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
script/plot.pl: don't pause
authorSage Weil <sage@newdream.net>
Mon, 28 Jun 2010 21:18:31 +0000 (14:18 -0700)
committerSage Weil <sage@newdream.net>
Tue, 29 Jun 2010 21:40:23 +0000 (14:40 -0700)
Run like so:

 $ script/plot.pl path/to/log osd c_wrb [smooth bezier] | gnuplot -persist

src/script/plot.pl

index 2d4e3002bbd4d7600044bf43c5dbdcf8f87dc0d2..77bd387ec4acfbc57b212ade14ffbafb31e842e7 100755 (executable)
@@ -45,4 +45,4 @@ if (scalar(@files) > 30) { print "set key off\n"; }
     } 
     print "plot " . join(',', @p) . "\n";
 #}
-print "pause 60000\n";
+#print "pause 60000\n";