Expand description
Debug utilities for visibility into supervisor state.
Structs§
- Child
Process - Information about a child process.
- State
Transition - 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.