Beispiel #1
0
 def cmdline(self):
     return cext.proc_name_and_args(self.pid)[1].split(' ')
Beispiel #2
0
 def cmdline(self):
     return cext.proc_name_and_args(self.pid)[1].split(' ')
Beispiel #3
0
 def name(self):
     # note: max len == 15
     return cext.proc_name_and_args(self.pid)[0]
Beispiel #4
0
 def name(self):
     # note: max len == 15
     return cext.proc_name_and_args(self.pid)[0]