[Sumover-dev] [svn commit] r4786 - vic/branches/cc/cc

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Wed Apr 28 20:14:26 BST 2010


Author: soohyunc
Date: Wed Apr 28 20:14:26 2010
New Revision: 4786

Modified:
   vic/branches/cc/cc/o.sh

Log:
grep cwnd more precisely



Modified: vic/branches/cc/cc/o.sh
==============================================================================
--- vic/branches/cc/cc/o.sh	(original)
+++ vic/branches/cc/cc/o.sh	Wed Apr 28 20:14:26 2010
@@ -29,7 +29,7 @@
 grep incomingXR trace.s | awk '{print $3" "100}' > inXR.xg
 
 # cwnd
-grep cwnd trace.s | awk '{print $2" "$4}' > cwnd.xg
+grep "\<cwnd\>" trace.s | awk '{print $2" "$4}' > cwnd.xg
 
 # ALI
 grep ALI trace.s | awk '{print $2" "$4}' > ALI.xg



More information about the Sumover-dev mailing list