View Source Runner (Exrun v0.2.1)

Generall functions for introspection of running elixir/erlang system

Link to this section 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

Find tabs

Util allocators

Link to this section 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.

Link to this function

scheduler_usage(interval \\ 1000)

View Source

Scheduler usage based on scheduler wall time.

System memory

Find tabs

Util allocators