Changes between Version 1 and Version 2 of Ticket #1045, comment 6
- Timestamp:
- 2010-10-30T08:41:17Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1045, comment 6
v1 v2 5 5 }}} 6 6 7 The gnuplot script. 8 7 9 {{{ 8 gnuplot> plot "tahoe-sftp-smem.log" using 0:6 with lines title 'Swap', \ 10 set xlabel "seconds" 11 set ylabel "bytes" 12 plot "tahoe-sftp-smem.log" using 0:6 with lines title 'Swap', \ 9 13 "tahoe-sftp-smem.log" using 0:7 with lines title 'USS', \ 10 14 "tahoe-sftp-smem.log" using 0:8 with lines title 'PSS', \