Skip to content
vic

utkarshkukreti/ex_top

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

utkarshkukreti/ex_top.json
{
"createdAt": "2015-10-13T09:31:00Z",
"defaultBranch": "master",
"description": "ExTop is an interactive monitor for the Erlang VM written in Elixir.",
"fullName": "utkarshkukreti/ex_top",
"homepage": "",
"language": "Elixir",
"name": "ex_top",
"pushedAt": "2018-05-14T05:34:10Z",
"stargazersCount": 291,
"topics": [],
"updatedAt": "2024-12-10T09:55:05Z",
"url": "https://github.com/utkarshkukreti/ex_top"
}

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

Demo

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

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
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.
./ex_top <other node name> --cookie <cookie>

MIT