|
rad
2.0.0
|
Functions | |
| def | get_procinfo |
| Returns the name (and command line) of the process with given pid. More... | |
Variables | |
| list | __all__ = ['ProcInfo', 'get_procinfo'] |
| tuple | ProcInfo = namedtuple('ProcInfo', 'pid name cmdline') |
| def rad.utils.proc.get_procinfo | ( | pid = None, |
|
| ProcInfo | |||
| ) |
Returns the name (and command line) of the process with given pid.
| list rad.utils.proc.__all__ = ['ProcInfo', 'get_procinfo'] |
| tuple rad.utils.proc.ProcInfo = namedtuple('ProcInfo', 'pid name cmdline') |
1.8.5