Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Memory Monitoring Tool for Erlang Threads

Anyone know of a decent tool to monitor the total memory usage of a program that spawns a lot of threads? I'm really new to developing in Erlang and would appreciate any help!

Thanks in advance :D

like image 225
K-RAN Avatar asked Nov 01 '10 22:11

K-RAN


2 Answers

If standard tools like top,fprof or similar cannot help you, possibly this other question: erlang-memory-usage can be useful to you.

like image 94
CatOsMandros Avatar answered Nov 03 '22 01:11

CatOsMandros


Erlang - Profiling

like image 20
Vijay Mathew Avatar answered Nov 03 '22 01:11

Vijay Mathew