SkillAgentSearch skills...

Edump

Erlang Crashdump Analysis Library

Install / Use

/learn @heroku/Edump
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

edump

An Erlang crashdump analysis library

Usage

application:start(edump).
{ok, Index} = edump_index:new([{stream, {file, "../erl_crash.dump"}}]).

Once an index is built you can start parsing bits of detail out of the crash dump.

edump_viewer:general_info(Index).
{ok, Procs} = edump_viewer:processes(Index).
PList = edump_viewer:process_list(Index).

By default the processes are ordered by stack heap size so to view the details on the largest consumer of memory.

edump_viewer:process_info(Procs, hd(lists:reverse(PList))).

Related Skills

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated4y ago
Forks4

Languages

Erlang

Security Score

60/100

Audited on Oct 12, 2021

No findings