Exrun v0.1.6 Runner

Generall functions for introspection of running elixir/erlang system

Summary

Functions

Allocators

Check for binary memory leaks, using garbage collection

Check process for binary leak

Helper function to transform bytes in appropriate format

Get allocator usage

Process info, which gives the identifier information back, like registered name, initial call and current function, which helps to identify process

Find n processes, which use the most memory

Scheduler usage based on scheduler wall time

System memory

Util allocators

Functions

allocators()

Allocators

binary_leak(n)

Check for binary memory leaks, using garbage collection.

binary_leak_pid(pid)

Check process for binary leak.

format(bytes)

Helper function to transform bytes in appropriate format.

memory(atom)

Get allocator usage.

process_info(pid, attr)

Process info, which gives the identifier information back, like registered name, initial call and current function, which helps to identify process.

processes(n)

Find n processes, which use the most memory.

scheduler_usage(interval \\ 1000)

Scheduler usage based on scheduler wall time.

sys_mem()

System memory

sys_mem(memory)
util_allocators()

Util allocators