From d775a59d76e74416f162933dbe39e81ad266da60 Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Tue, 5 Apr 2011 13:49:58 -0700 Subject: [PATCH] Check in miscellaneous updates --- microbench/cleanbench.py | 2 +- traffic-limiter.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/microbench/cleanbench.py b/microbench/cleanbench.py index 87be6d3..ccd65da 100755 --- a/microbench/cleanbench.py +++ b/microbench/cleanbench.py @@ -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) diff --git a/traffic-limiter.txt b/traffic-limiter.txt index 6b1b24d..2748375 100644 --- a/traffic-limiter.txt +++ b/traffic-limiter.txt @@ -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 -- 2.20.1