Etop - A Unix like top library for Elixir Applications

A Unix top like functionality for Elixir Applications.

Features

Why not use erlang's :etop library?

There are 2 reasons why I created this library

Installation

If available in Hex, the package can be installed by adding etop to your list of dependencies in mix.exs:

def deps do
  [
    {:etop, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/etop.

License

Etop is Copyright (c) 2020-2021 E-MetroTel

The source code is released under the MIT License.

Check LICENSE for more information.