Skip to main content

Module debug

Module debug 

Source
Expand description

Debug utilities for visibility into supervisor state.

Structs§

ChildProcess
Information about a child process.
StateTransition
State transition log entry.

Functions§

format_graph_state
Format the full graph state for debugging.
format_process_tree
Format a process tree as ASCII.
format_state_transition
Format a state transition for logging.
get_child_processes
Get all child processes of a given PID by scanning /proc.
get_process_tree
Recursively get all descendant processes.