pstree

Display process tree hierarchy in a visual ASCII format

brewmacoslinux
Try with needOr install directly
Source

About

Show ps output as a tree

Commands

pstree

Examples

Show process tree for all processes$ pstree
Display process tree with process IDs$ pstree -p
Show process tree for a specific process and its children$ pstree -p 1234