Lines Matching refs:statm
145 statm = ProcStatm._PATTERN.match(raw[0])
147 statm.groupdict().get('SIZE'),
148 statm.groupdict().get('RESIDENT'),
149 statm.groupdict().get('SHARE'),
150 statm.groupdict().get('TEXT'),
151 statm.groupdict().get('LIB'),
152 statm.groupdict().get('DATA'),
153 statm.groupdict().get('DT'))
697 def statm(self): member in _ProcessMemory
731 print ' statm: %d' % (procs[pid].statm.size * 4096)
737 print ' statm: %d' % (procs[pid].statm.resident * 4096)