/[sysadmin-cookbook]/recepies/netpipe-tcp/gnuplot.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /recepies/netpipe-tcp/gnuplot.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 102 - (hide annotations)
Mon May 25 22:27:09 2009 UTC (14 years, 10 months ago) by dpavlin
File MIME type: application/x-sh
File size: 251 byte(s)
create gnuplot graphs based on http://oss.lzu.edu.cn/blog/article.php?tid_1204.html

1 dpavlin 102 #!/bin/sh
2    
3     echo "creating $1.png"
4    
5     cat << __gnuplot__ | gnuplot
6     set term png
7     set output "$1.png"
8    
9     set grid
10    
11     set ylabel "Throughput In Mbps"
12     set xlabel "Message Size"
13    
14     set size 1,0.8
15    
16     plot "$1" using 1:2 title "$1" with lines linewidth 3
17     __gnuplot__

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26