Thanks to visit codestin.com
Credit goes to github.com

Skip to content

davidw/erl_proc_dot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

erl_proc_dot

I wanted a way to be able to generate a visual snapshot of the Erlang supervision tree.

This looks through all the Erlang processes and creates a file that can be processed by the dot https://www.graphviz.org/ program.

Build

$ rebar3 compile

Run

> erl_proc_dot:run().
ok


$ dot erlang_processes.dot -Tpng -o erlang_processes.png

About

Create dot files showing Erlang supervision tree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages