def __init__(self, **kwargs): Expt.__init__(self, kwargs) self.desc = """Just test the rate limiter for UDP"""
def __init__(self, **kwargs): Expt.__init__(self, kwargs) self.desc = """Test fairness between 1 TCP and UDP on multiple hosts""" if self.opts("traffic") and not os.path.exists(self.opts("traffic")): raise "File %s not found" % self.opts("traffic")
def __init__(self, **kwargs): Expt.__init__(self, kwargs) self.desc = "Memcached experiments"