rad  3.0.0
Functions | Variables
rad.utils.proc Namespace Reference

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')
 

Function Documentation

◆ get_procinfo()

ProcInfo rad.utils.proc.get_procinfo (   pid = None)

Returns the name (and command line) of the process with given pid.

Variable Documentation

◆ ProcInfo

rad.utils.proc.ProcInfo = namedtuple('ProcInfo', 'pid name cmdline')