Packages

A Mix.Task that prints the supervision tree of your app to the terminal

Current section

Files

Jump to
sup_tree README.md
Raw

README.md

# SupTree
Mix task to visualize supervision trees.
### Example usage:
$ mix sup.tree mix
Mix
└── Mix.Supervisor
├── Mix.PubSub
│ ├── Mix.PubSub.ListenerSupervisor
│ └── Mix.PubSub.Subscriber
├── Mix.ProjectStack
├── Mix.TasksServer
├── Mix.State
└── Mix.Sync.PubSub
When run without argument, it prints the tree of the current projects app. Use
`--all` to print the supervision trees of all running apps.
## Installation
mix archive.install hex sup_tree