Check in miscellaneous updates
authorMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 5 Apr 2011 20:49:58 +0000 (13:49 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 5 Apr 2011 20:49:58 +0000 (13:49 -0700)
microbench/cleanbench.py
traffic-limiter.txt

index 87be6d3..ccd65da 100755 (executable)
@@ -37,4 +37,4 @@ if __name__ == '__main__':
         for f in files:
             all_files.append(os.path.join(path, f))
     print len(all_files), "files total"
-    modify_files(all_files)
+    modify_files(all_files, rate=1e6)
index 6b1b24d..2748375 100644 (file)
@@ -1,6 +1,6 @@
 # Limiting traffic rate to 1mbit to Amazon US-West data center (204.246.0.0/16)
 tc qdisc add dev eth0 root handle 1: cbq avpkt 1000 bandwidth 1000mbit
-tc class add dev eth0 parent 1: classid 1:1 cbq rate 1mbit allot 1500 prio 5 bounded isolated
+tc class add dev eth0 parent 1: classid 1:1 cbq rate 100mbit allot 1500 prio 5 bounded isolated
 tc filter add dev eth0 parent 1: protocol ip prio 16 u32 match ip dst 204.246.0.0/16 flowid 1:1
 
 # List traffic classifier state