etop(3erl) | Erlang Module Definition | etop(3erl) |
etop - Erlang Top is a tool for presenting information about
Erlang
processes similar to the information presented by "top" in
UNIX.
Start Erlang Top with the provided scripts etop. This starts a hidden Erlang node that connects to the node to be measured. The measured node is specified with option -node. If the measured node has a different cookie than the default cookie for the user who invokes the script, the cookie must be explicitly specified with option -setcookie.
Under Windows, batch file etop.bat can be used.
When executing the etop script, configuration parameters can be specified as command-line options, for example, etop -node testnode@myhost -setcookie MyCookie. The following configuration parameters exist for the tool:
Value: atom()
Mandatory
Value: atom()
Value: integer()
Default: 10
Value: integer()
Default: 5
Value: boolean()
Default: false
Value: runtime | reductions | memory | msg_q
Default: runtime (reductions if tracing=off)
Value: on | off
Default: on
For details about Erlang Top, see the User's Guide.
start() -> ok
Starts etop. Notice that etop is preferably started with the etop script.
start(Options) -> ok
Types:
Starts etop. To view the possible options, use help/0.
help() -> ok
Displays the help of etop and its options.
config(Key,Value) -> Result
Types:
Changes the configuration parameters of the tool during runtime. Allowed parameters are lines, interval, accumulate, and sort.
dump(File) -> Result
Types:
Dumps the current display to a text file.
stop() -> stop
Terminates etop.
observer 2.8.2 | Ericsson AB |