[complement-svn] SF.net SVN: complement: [1344] trunk/explore/perf/stem
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2006-10-18 13:00:37
|
Revision: 1344 http://svn.sourceforge.net/complement/?rev=1344&view=rev Author: complement Date: 2006-10-18 06:00:25 -0700 (Wed, 18 Oct 2006) Log Message: ----------- pictures; AMD Opteron(tm) Processor 252, 2590.665 MHz, x2 Modified Paths: -------------- trunk/explore/perf/stem/stemload.gplot Added Paths: ----------- trunk/explore/perf/stem/delivery.png trunk/explore/perf/stem/processed.png Added: trunk/explore/perf/stem/delivery.png =================================================================== (Binary files differ) Property changes on: trunk/explore/perf/stem/delivery.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/explore/perf/stem/processed.png =================================================================== (Binary files differ) Property changes on: trunk/explore/perf/stem/processed.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: trunk/explore/perf/stem/stemload.gplot =================================================================== --- trunk/explore/perf/stem/stemload.gplot 2006-10-18 12:31:01 UTC (rev 1343) +++ trunk/explore/perf/stem/stemload.gplot 2006-10-18 13:00:25 UTC (rev 1344) @@ -1,17 +1,24 @@ #!/usr/bin/env gnuplot +set terminal png + set xlabel "$t$, sec" set ylabel "$\Delta t$, sec" set logscale y +set output "delivery.png" + plot 'load.log' using ($2):($3) w d lt 2, \ 'stat.dat' using ($1):($2) w l lt 4, \ 'stat.dat' using ($1):($2):($3) w yerrorbars lt 4 -pause (-1) +# pause (-1) unset logscale set ylabel "messeges, sec$^{-1}$" + +set output "processed.png" + plot 'stat.dat' using ($1):($4) w l -pause (-1) +#pause (-1) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |