ERLANG etop to get erlang process info
Erlang Top is a tool for presenting information about erlang processes similar to the information presented by "top" in UNIX. - (http://www.erlang.org/doc/man/etop.html)
Command to start etop for the node test@testHost with cookie testCookie. This command shows 20 processes running with the same cookie. Command is set to sort by memory usage. Tracing is off.
/home/otpuser/lib/erlang/lib/observer-1.3/priv/bin/etop -node test@testHost -setcookie testCookie -tracing off -lines 20 -sort memory
Labels: etop, process information
