From 906683714b4fbfced745ec2553ef07dd1c9dd60b Mon Sep 17 00:00:00 2001 From: rakshasa Date: Thu, 10 Apr 2014 22:00:46 +0900 Subject: [PATCH] Updated instrumentation transfers plot script. --- doc/plot/instrumentation_transfers.sh | 28 +++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/doc/plot/instrumentation_transfers.sh b/doc/plot/instrumentation_transfers.sh index 01644986..4141a7bb 100755 --- a/doc/plot/instrumentation_transfers.sh +++ b/doc/plot/instrumentation_transfers.sh @@ -27,17 +27,21 @@ plot \ set output "output_$1_transfer_queues.png" plot \ - "instrumentation_transfers.log.$1" using 1:7 title 'queue added' smooth sbezier with lines lw 2 axis x1y1,\ - "instrumentation_transfers.log.$1" using 1:8 title 'queue moved' smooth sbezier with lines lw 2 axis x1y1,\ - "instrumentation_transfers.log.$1" using 1:9 title 'queue removed' smooth sbezier with lines lw 2 axis x1y1,\ - "instrumentation_transfers.log.$1" using 1:10 title 'queue total' smooth sbezier with lines lw 4 axis x1y2,\ - "instrumentation_transfers.log.$1" using 1:11 title 'canceled added' smooth sbezier with lines lw 2 axis x1y1,\ - "instrumentation_transfers.log.$1" using 1:12 title 'canceled moved' smooth sbezier with lines lw 2 axis x1y1,\ - "instrumentation_transfers.log.$1" using 1:13 title 'canceled removed' smooth sbezier with lines lw 2 axis x1y1,\ - "instrumentation_transfers.log.$1" using 1:14 title 'canceled total' smooth sbezier with lines lw 4 axis x1y2,\ - "instrumentation_transfers.log.$1" using 1:15 title 'choked added' smooth sbezier with lines lw 2 axis x1y1,\ - "instrumentation_transfers.log.$1" using 1:16 title 'choked moved' smooth sbezier with lines lw 2 axis x1y1,\ - "instrumentation_transfers.log.$1" using 1:17 title 'choked removed' smooth sbezier with lines lw 2 axis x1y1,\ - "instrumentation_transfers.log.$1" using 1:18 title 'choked total' smooth sbezier with lines lw 4 axis x1y2 + "instrumentation_transfers.log.$1" using 1:7 title 'queue added' smooth sbezier with lines lw 2 axis x1y1,\ + "instrumentation_transfers.log.$1" using 1:8 title 'queue moved' smooth sbezier with lines lw 2 axis x1y1,\ + "instrumentation_transfers.log.$1" using 1:9 title 'queue removed' smooth sbezier with lines lw 2 axis x1y1,\ + "instrumentation_transfers.log.$1" using 1:10 title 'queue total' smooth sbezier with lines lw 4 axis x1y2,\ + "instrumentation_transfers.log.$1" using 1:11 title 'unordered added' smooth sbezier with lines lw 2 axis x1y1,\ + "instrumentation_transfers.log.$1" using 1:12 title 'unordered moved' smooth sbezier with lines lw 2 axis x1y1,\ + "instrumentation_transfers.log.$1" using 1:13 title 'unordered removed' smooth sbezier with lines lw 2 axis x1y1,\ + "instrumentation_transfers.log.$1" using 1:14 title 'unordered total' smooth sbezier with lines lw 4 axis x1y2,\ + "instrumentation_transfers.log.$1" using 1:15 title 'stalled added' smooth sbezier with lines lw 2 axis x1y1,\ + "instrumentation_transfers.log.$1" using 1:16 title 'stalled moved' smooth sbezier with lines lw 2 axis x1y1,\ + "instrumentation_transfers.log.$1" using 1:17 title 'stalled removed' smooth sbezier with lines lw 2 axis x1y1,\ + "instrumentation_transfers.log.$1" using 1:18 title 'stalled total' smooth sbezier with lines lw 4 axis x1y2,\ + "instrumentation_transfers.log.$1" using 1:19 title 'choked added' smooth sbezier with lines lw 2 axis x1y1,\ + "instrumentation_transfers.log.$1" using 1:20 title 'choked moved' smooth sbezier with lines lw 2 axis x1y1,\ + "instrumentation_transfers.log.$1" using 1:21 title 'choked removed' smooth sbezier with lines lw 2 axis x1y1,\ + "instrumentation_transfers.log.$1" using 1:22 title 'choked total' smooth sbezier with lines lw 4 axis x1y2 EOF