From 8217d8dc329f53e182ae38e4659cdc8dbc8dd728 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Mon, 11 Nov 2013 12:50:58 +0100 Subject: Remove etop gui Use observer for the gui part --- lib/observer/doc/src/etop_ug.xml | 44 +++++++--------------------------------- 1 file changed, 7 insertions(+), 37 deletions(-) (limited to 'lib/observer/doc/src/etop_ug.xml') diff --git a/lib/observer/doc/src/etop_ug.xml b/lib/observer/doc/src/etop_ug.xml index 8291e417e7..c57df1d324 100644 --- a/lib/observer/doc/src/etop_ug.xml +++ b/lib/observer/doc/src/etop_ug.xml @@ -39,9 +39,7 @@
Output -

The output from etop can be graphical or text based. -

-

Text based it looks like this:

+

The output from etop looks like this:

net_kernel:do_spawn_ 0 553 5840 0 dbg:do_relay_1/1 ======================================================================================== ]]> -

And graphically it looks like this:

- - Graphical presentation of etop -

The header includes some system information:

@@ -102,9 +96,7 @@ Pid Name or Initial Func Time Reds Memory MsgQ Current Func
Start -

To start etop with the graphical presentation, use the script - getop or the batch file getop.bat, e.g. getop -node tiger@durin

-

To start etop with the text based presentation use the script +

To start etop use the script etop or the batch file etop.bat, e.g. etop -node tiger@durin,

@@ -115,30 +107,12 @@ Pid Name or Initial Func Time Reds Memory MsgQ Current Func -OptName Value to the command line, e.g. etop -node tiger@durin -setcookie mycookie -lines 15.

The parameters lines, interval, accumulate - and sort can be changed during runtime. Use the - Options menu with the graphical presentation or the - function etop:config/2 with the text based presentation. + and sort can be changed during runtime by the + function etop:config/2.

A list of all valid configuration parameters can be found in the reference manual for etop.

-

Note that it is even possible to change which information to - sort by by clicking the header line of the table in the graphical - presentation. -

- -
- Example: Change configuration with graphical presentation - - Select the option to change from the Options menu. - - - Enter the new value in the popup window and click "Ok" - - - The interface is updated with the new configuration - -
Example: Change configuration with text based presentation @@ -187,18 +161,14 @@ Pid Name or Initial Func Time Reds Memory MsgQ Current Func
Print to file

At any time, the current etop display can be dumped to a - text file. Use Dump to file on the File menu - with the graphical presentation or the function etop:dump/1 - with the text based presentation. + text file with the function etop:dump/1.

Stop -

To stop etop, use Exit on the File - menu for the graphical presentation, or the function - etop:stop/0 with the text based presentation. -

+

Use the function etop:stop/0 to stop etop. +

-- cgit v1.2.3