Ehelper.Proc (Ehelper v0.2.9)
View SourceErlang Process Helpers
Summary
Functions
Get child pid of a supervisor
Get process info iex> process_info self() # from IEx.Helpers better?
Get process id iex also support: pid(0, 21, 32)
Get process current state Debuging with :sys.xxx
:sys.statistics(pid, true) # turn on collecting process statistics :sys.trace(pid, true) # turn on event printing
Returns the operating system PID for the current Erlang runtime system instance.
Functions
Get child pid of a supervisor
Get process info iex> process_info self() # from IEx.Helpers better?
Get process id iex also support: pid(0, 21, 32)
GenServer.whereis(aGenServer)
Get process current state Debuging with :sys.xxx
:sys.statistics(pid, true) # turn on collecting process statistics :sys.trace(pid, true) # turn on event printing
Returns the operating system PID for the current Erlang runtime system instance.