コード例 #1
0
ファイル: disk.py プロジェクト: sun3shines/manager_monitor
 def run(self):
     while True:
         monitor_stat(self.queue.get())
コード例 #2
0
ファイル: service.py プロジェクト: sun3shines/manager_monitor
 def run(self):
     while True:
         monitor_stat(self.queue.get())
コード例 #3
0
ファイル: cpu.py プロジェクト: sun3shines/manager_monitor
 def run(self):
     while True:
         #            data = self.queue.get()
         #            print data
         monitor_stat(self.queue.get())
コード例 #4
0
ファイル: cpu.py プロジェクト: sun3shines/manager_monitor
    def run(self):
        while True:
#            data = self.queue.get()
#            print data
            monitor_stat(self.queue.get())