root/trunk/bps-html/netpipe.network_signature_graph.gp
| Revision 1, 320 bytes (checked in by root, 3 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | set title "Netpipe Data - Throughput vs. Time\nThe Network Signature Graph" |
| 2 | set xlabel "Time" |
| 3 | set ylabel "Throughput (Mb/s)" |
| 4 | set logscale x |
| 5 | set terminal png |
| 6 | set output "netpipe.network_signature_graph.png" |
| 7 | |
| 8 | set key bottom right |
| 9 | |
| 10 | plot [] [] "netpipe.data" using 1:2 title "" w linespoints |
| 11 | |
| 12 | # wait for <return> |
| 13 | #pause -1 |
Note: See TracBrowser for help on using the browser.
