Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

spawnfest/lasorex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lasorex

Description

An easy and quick way to monitor and keep track of the current running processes, scheduler and resource utilisation of the project. In other words, a BEAM version of the Linux top command.

Installation

The package can be installed by adding lasorex to your list of dependencies in mix.exs:

def deps do
  [
    {:lasorex, "~> 0.1.0", [git: "https://github.com/spawnfest/lasorex.git"]}
  ]
end

And then get the dependency using

mix deps.get

Then run the project using

iex -S mix

Features

Get a list of the scheduler usage, processes and their sub processes along with memory (in bytes), queue length, pid

iex(1)>Lasorex.btop

Alt text

The resulting list of processes can be sorted based on the columns name, queue, and memory using the keys n, b, m

To exit press q

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages