Exemple #1
0
 def __init__(self, **kwargs):
     Expt.__init__(self, kwargs)
     self.desc = """Just test the rate limiter for UDP"""
Exemple #2
0
 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")
Exemple #3
0
 def __init__(self, **kwargs):
     Expt.__init__(self, kwargs)
     self.desc = "Memcached experiments"