[erlang-questions] how to seek Leaking processes ?
Gleb Peregud
gleber.p@REDACTED
Wed Jun 20 14:09:11 CEST 2012
On Wed, Jun 20, 2012 at 2:05 PM, Morgan Segalis <msegalis@REDACTED> wrote:
> Hi,
>
> Actually I am running erlang:processes(), more precisely length(erlang:processes()).
>
> erlang:processes() only gives me Pid, doesn't really give me any hint about which module is leaking…
Use erlang:process_info(Pid) and sys:get_status(Pid) to figure out
what those leaking processes are
More information about the erlang-questions
mailing list