Save parameters for future reference (e.g. OVS/tc workaround.)

This commit is contained in:
Bob Lantz
2012-03-21 23:07:40 -07:00
parent 1aec55d960
commit 0b7c277ec2
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ def testCpuLimit( net, cpu ):
h1.cmd( 'kill %1')
h2.cmd( 'kill %1')
def limit( bw=1, cpu=.3 ):
def limit( bw=1, cpu=.4 ):
"""Example/test of link and CPU bandwidth limits
bw: interface bandwidth limit in Mbps
cpu: cpu limit as fraction of overall CPU time"""