Observer Cli Versions Save

Visualize Erlang/Elixir Nodes On The Command Line

1.3.0

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.

1.2.2

6 years ago
  • fix schedule number >= 32 display wrong.
  • improve memory(byte/kilobyte/megabyte/gigabyte) unit.

1.2.1

6 years ago
  • fixed autosize not work.
  • try best to make color adjust all platform.

1.2.0

6 years ago
  • add application GUI.
  • Rearrange GUI and optimize render.
  • Always automatically adapt to the window size.

1.1.0

7 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.

    :exclamation: ensure obsever_cli application start on target node.

1.0.9

7 years ago

1.0.8

7 years ago

update recon deps

delete erlang.mk

delete mix

1.0.7

7 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.

1.0.5

8 years ago

1.0.4

8 years ago