Forced erl_crash.dump

Thomas Lindgren thomasl_erlang@REDACTED
Tue Aug 15 10:22:34 CEST 2006



--- Heinrich Venter <heinrich@REDACTED> wrote:

> I am trying to figuire out what processes are
> running in a live node.
> Any suggestions how best to do this?

Try erlang:processes/0 and/or
erlang:process_info/{1,2}. (Depending on what you need
to know.)

E.g.,

[ erlang:process_info(PID) 
  || PID <- erlang:processes() ]

Best,
Thomas


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the erlang-questions mailing list