Skip to main content

Module tree

Module tree 

Source
Expand description

Tree command - Show process tree

Usage: proc tree # Full process tree proc tree node # Tree for node processes proc tree :3000 # Tree for process on port 3000 proc tree 1234 # Tree for PID 1234 proc tree –min-cpu 10 # Only processes using >10% CPU proc tree 1234 -a # Show ancestry (path UP to root)

Structs§

TreeCommand
Show process tree