def test_hot_threads(self):
     c = NodesClient()
     c.node_hot_threads(callback=self.handle_cb)
     self.wait()
 def test_stats(self):
     c = NodesClient()
     c.node_stats(callback=self.handle_cb)
     self.wait()
 def test_hot_threads(self):
     c = NodesClient()
     c.hot_threads(cb=self.handle_cb)
     self.wait()
 def test_info(self):
     c = NodesClient()
     c.info(callback=self.handle_cb)
     self.wait()
 def test_stats(self):
     c = NodesClient()
     c.stats(cb=self.handle_cb)
     self.wait()