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