ExTop

May 14, 2018 ยท View on GitHub

ExTop is an interactive monitor for the Erlang VM written in Elixir.

Demo

Demo

Prerequisites

  • Erlang/OTP and Elixir
  • A terminal emulator supporting ANSI escape sequences and having 120 or more columns and 14 or more rows.

Installation

Clone this repository and execute mix escript.build. This will generate an escript executable named ex_top, which can be executed by typing ./ex_top

$ git clone https://github.com/utkarshkukreti/ex_top
$ cd ex_top
$ mix escript.build
$ ./ex_top

Usage

Keyboard Shortcuts

KeyUse
j or Down ArrowSelect the next process.
k or Up ArrowSelect the previous process.
gSelect the first process.
GSelect the last process.
1-6Sort by the Nth column. Press again to toggle the sort order.
pPause/Unpause data collection.
qQuit.

Connecting to other nodes

./ex_top <other node name> --cookie <cookie>

License

MIT