Ejemplo n.º 1
0
 def test_hot_threads(self):
     c = NodesClient()
     c.node_hot_threads(callback=self.handle_cb)
     self.wait()
Ejemplo n.º 2
0
 def test_stats(self):
     c = NodesClient()
     c.node_stats(callback=self.handle_cb)
     self.wait()
Ejemplo n.º 3
0
 def test_hot_threads(self):
     c = NodesClient()
     c.hot_threads(cb=self.handle_cb)
     self.wait()
Ejemplo n.º 4
0
 def test_info(self):
     c = NodesClient()
     c.info(callback=self.handle_cb)
     self.wait()
Ejemplo n.º 5
0
 def test_stats(self):
     c = NodesClient()
     c.stats(cb=self.handle_cb)
     self.wait()