rad
3.0.0
|
Functions | |
ProcInfo | get_procinfo (pid=None) |
Returns the name (and command line) of the process with given pid. More... | |
Variables | |
ProcInfo = namedtuple('ProcInfo', 'pid name cmdline') | |
ProcInfo rad.utils.proc.get_procinfo | ( | pid = None | ) |
Returns the name (and command line) of the process with given pid.
rad.utils.proc.ProcInfo = namedtuple('ProcInfo', 'pid name cmdline') |