From e4d6273ea3c73d705286776b248562fbbe985866 Mon Sep 17 00:00:00 2001 From: Siri Hansen Date: Sat, 5 Mar 2011 19:07:08 +0100 Subject: Improve documentation for etop --- lib/observer/doc/src/etop.xml | 43 +++++++++++++++++++++++++++++-------------- 1 file changed, 29 insertions(+), 14 deletions(-) (limited to 'lib/observer/doc/src') diff --git a/lib/observer/doc/src/etop.xml b/lib/observer/doc/src/etop.xml index 1ea67e6864..78047caab3 100644 --- a/lib/observer/doc/src/etop.xml +++ b/lib/observer/doc/src/etop.xml @@ -5,7 +5,7 @@
2002 - 2007 + 2011 Ericsson AB, All Rights Reserved @@ -26,27 +26,33 @@ etop Siri hansen - 1 + - 2002-03-27 - PA1 - etop.sgml + + +
etop Erlang Top is a tool for presenting information about erlang processes similar to the information presented by "top" in UNIX. +

etop should be started with the provided scripts etop and getop for text based and graphical - presentation respectively. Under Windows the batch files - etop.bat and getop.bat can be used. -

-

All interaction with etop when running the graphical - presentation should happen via the menus. For the text based - presentation the functions described below can be used. -

-

The following configuration parameters exist for etop. -

+ presentation respectively. This will start a hidden erlang node + which connects to the node to be measured. The measured node is + given with the -node option. If the measured node has a + different cookie than the default cookie for the user who + invokes the script, the cookie must be explicitly given witht + the -setcookie option.

+ +

Under Windows the batch files etop.bat and + getop.bat can be used.

+ +

The following configuration parameters exist for the + etop tool. When executing the etop or getop + scripts, these parameters can be given as command line options, + e.g. getop -node testnode@myhost -setcookie MyCookie.

node The measured node. @@ -96,6 +102,15 @@ Default: runtime (reductions if Value: on | off

Default: on
+ +

All interaction with etop when running the graphical + presentation should happen via the menus. For the text based + presentation the functions described below can be used. +

+ +

See the user's guide for + more information about the etop tool.

+
-- cgit v1.2.3