Exemplo n.º 1
0
 def stop_probe(self):
     logger.info("Stopping Intel PCM probe")
     utils.stop_anywhere(self.target, self.pcm_thread, hasOutput=False)
     utils.stop_anywhere(self.target,
                         self.pcmmemory_thread,
                         hasOutput=False)
     utils.stop_anywhere(self.target, self.pcmpower_thread, hasOutput=False)
Exemplo n.º 2
0
 def stop_probe(self):
     logger.info("Stopping Ping probe")
     utils.stop_anywhere(self.source, self.probe_thread, hasOutput=True)
Exemplo n.º 3
0
 def stop_probe(self):
     logger.info("Stopping Xentrace probe")
     utils.stop_anywhere(self.target, self.probe_thread, hasOutput=False)
Exemplo n.º 4
0
 def stop_probe(self):
     logger.info("Stopping Pidstat probe")
     utils.stop_anywhere(self.target, self.probe_thread, hasOutput=True)