Esempio 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)
Esempio n. 2
0
 def stop_probe(self):
     logger.info("Stopping Ping probe")
     utils.stop_anywhere(self.source, self.probe_thread, hasOutput=True)
Esempio n. 3
0
 def stop_probe(self):
     logger.info("Stopping Xentrace probe")
     utils.stop_anywhere(self.target, self.probe_thread, hasOutput=False)
Esempio n. 4
0
 def stop_probe(self):
     logger.info("Stopping Pidstat probe")
     utils.stop_anywhere(self.target, self.probe_thread, hasOutput=True)