Manage processes started by STU. This includes killing and printing
status information.
|
format_process_status(process)
Print a full usage/ status message about a process |
|
|
|
|
|
format_psutil_process(process)
Pretty-print a psutil.Process object. |
|
|
|
format_process_tree(process,
maxdepth=100)
Print the current process tree starting at process |
|
|
|
_recursive_format_process_tree(process,
maxdepth=100,
level=0)
Recursive internal method to print the current process tree starting
at process |
|
|
|
kill_process_children(process)
Kill all children of the requested process |
|
|