Shows the parent/child relationship between processes. More...
Public Member Functions | |
def | __init__ (self, args, kwargs) |
def | unified_output (self, data) |
def | generator (self, data) |
def | recurse_task (self, task, ppid, level, procs) |
Fill a dictionnary with all the children of a given task(including itself) :param task: task that we want to get the children from :param ppid: pid of the parent task :param level: depth from the root task :param procs: dictionnary that we fill. | |
def | render_text (self, outfd, data) |
Public Attributes | |
procs | |
Shows the parent/child relationship between processes.