observer_cli

Visualize Erlang/Elixir Nodes On The Command Line

MIT License

Downloads
16.3M
Stars
1.3K
Committers
16

Bot releases are hidden (Show)

observer_cli - ALL improve!

Published by zhongwencool over 6 years ago

  • Rewrite Network/Process view.
  • Support PageDown/PageUp for top n list.
  • Escript auto load observer_cli when it's not load on target node.
observer_cli - Improve memory display.

Published by zhongwencool over 6 years ago

  • fix schedule number >= 32 display wrong.
  • improve memory(byte/kilobyte/megabyte/gigabyte) unit.
observer_cli - fixed autosize not work

Published by zhongwencool almost 7 years ago

  • fixed autosize not work.
  • try best to make color adjust all platform.
observer_cli - Add application GUI

Published by zhongwencool almost 7 years ago

  • add application GUI.
  • Rearrange GUI and optimize render.
  • Always automatically adapt to the window size.
observer_cli - Support escript by rebar3 escriptize

Published by zhongwencool almost 8 years ago

Escriptize

  1. rebar3 escriptize to generate an escript executable containing the project's and its dependencies' BEAM files.

  2. Place script(_build/default/bin/observer_cli) anywhere in your path and use observer_cli.

  3. observer_cli <TARGETNODE> <TARGETCOOKIE> to monitor remote node.

    ensure obsever_cli application start on target node.

observer_cli - Fixed hex repo don't have recon deps by upgrade rebar3 to 3.3.3

Published by zhongwencool almost 8 years ago

observer_cli - update recon to 2.3.2

Published by zhongwencool almost 8 years ago

update recon deps

delete erlang.mk

delete mix

observer_cli - Add a new tab (NET) support recon:inet_count/2 recon:inet_window/3

Published by zhongwencool over 8 years ago

  1. Add a new tab (NET) support recon:inet_count/2 and recon:inet_window/3.
  2. Each tab manage rows by himself(row10--- only show 10 rows).
  3. Better UI and keyboard shortcuts.
observer_cli - support processes ranking by message queue length

Published by zhongwencool over 8 years ago

observer_cli - support elixir mix and rebar3

Published by zhongwencool over 8 years ago

observer_cli - fix crash if we don't include observer2.0.3 lib(we using observer_lib:fill_info/2 before)

Published by zhongwencool almost 9 years ago

don't be dependent on observer_lib

observer_cli - keep all view's status

Published by zhongwencool almost 9 years ago

delete all unclear function. new help view

observer_cli - switch views with no delay

Published by zhongwencool almost 9 years ago

observer_cli - Version bump to 1.0.0

Published by zhongwencool almost 9 years ago

Boom~