예제 #1
0
 def io_counters(self):
     rc, wc, rb, wb = cext.proc_io_counters(self.pid)
     return _common.pio(rc, wc, rb, wb)
예제 #2
0
파일: _psbsd.py 프로젝트: 2089764/psutil
 def io_counters(self):
     rc, wc, rb, wb = cext.proc_io_counters(self.pid)
     return _common.pio(rc, wc, rb, wb)