##observer_cli Build Status

Visualize Erlang Nodes On The Command Line By Using recon.

##Goal Minimal consumption.

Just look like observer, but in shell,

you might think observer_cli would be more convenient than observer.


###Try ...

$ ./rebar3 shell   
1> observer_cli:start().

Process And System Information

Top

Process

ETS And System Information

System

Allocator Information

Allocator

Mnesia Information

Mnesia

Help Information

Help


###Command

> observer_cli:start().%% default refresh interval is 2000
> observer_cli:start(Node).
> observer_cli:start(Node, Cookie).

###TODO


###License See the LICENSE file for license rights and limitations (MIT).