rad  2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions | Variables
proc.py File Reference

Utility functions. More...

Namespaces

 rad.utils.proc
 

Functions

def rad.utils.proc.get_procinfo
 Returns the name (and command line) of the process with given pid. More...
 

Variables

list rad.utils.proc.__all__ = ['ProcInfo', 'get_procinfo']
 
tuple rad.utils.proc.ProcInfo = namedtuple('ProcInfo', 'pid name cmdline')
 

Detailed Description

Utility functions.