utkarshkukreti/ex_top
ExTop is an interactive monitor for the Erlang VM written in Elixir.
{ "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.

Prerequisites
Section titled “Prerequisites”- Erlang/OTP and Elixir
- A terminal emulator supporting ANSI escape sequences and having 120 or more columns and 14 or more rows.
Installation
Section titled “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_topKeyboard Shortcuts
Section titled “Keyboard Shortcuts”| Key | Use |
|---|---|
| j or Down Arrow | Select the next process. |
| k or Up Arrow | Select the previous process. |
| g | Select the first process. |
| G | Select the last process. |
| 1-6 | Sort by the Nth column. Press again to toggle the sort order. |
| p | Pause/Unpause data collection. |
| q | Quit. |
Connecting to other nodes
Section titled “Connecting to other nodes”./ex_top <other node name> --cookie <cookie>License
Section titled “License”MIT