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/Makefile | 4 ---- lib/observer/doc/src/etop.xml | 19 +++++----------- lib/observer/doc/src/etop_5.gif | Bin 9576 -> 0 bytes lib/observer/doc/src/etop_lines.gif | Bin 14552 -> 0 bytes lib/observer/doc/src/etop_main.gif | Bin 12947 -> 0 bytes lib/observer/doc/src/etop_opt.gif | Bin 13572 -> 0 bytes lib/observer/doc/src/etop_ug.xml | 44 ++++++------------------------------ 7 files changed, 13 insertions(+), 54 deletions(-) delete mode 100644 lib/observer/doc/src/etop_5.gif delete mode 100644 lib/observer/doc/src/etop_lines.gif delete mode 100644 lib/observer/doc/src/etop_main.gif delete mode 100644 lib/observer/doc/src/etop_opt.gif (limited to 'lib/observer/doc') diff --git a/lib/observer/doc/src/Makefile b/lib/observer/doc/src/Makefile index 0f564d3299..b43aeccd73 100644 --- a/lib/observer/doc/src/Makefile +++ b/lib/observer/doc/src/Makefile @@ -68,10 +68,6 @@ ONLY_HTML_FILE = \ GIF_FILES = \ et_processes.gif \ et_modsprocs.gif \ - etop_main.gif \ - etop_5.gif \ - etop_lines.gif \ - etop_opt.gif \ note.gif # ---------------------------------------------------- diff --git a/lib/observer/doc/src/etop.xml b/lib/observer/doc/src/etop.xml index 99d3b15811..9f3cdd6de8 100644 --- a/lib/observer/doc/src/etop.xml +++ b/lib/observer/doc/src/etop.xml @@ -38,21 +38,19 @@

etop should be started with the provided scripts - etop and getop for text based and graphical - presentation respectively. This will start a hidden erlang node + etop. 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.

+

Under Windows the batch file etop.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.

+ etop tool. When executing the etop script, + these parameters can be given as command line options, + e.g. etop -node testnode@myhost -setcookie MyCookie.

node The measured node. @@ -103,11 +101,6 @@ 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.

@@ -118,7 +111,7 @@ Default: on Start etop

This function starts etop. - Note that etop is preferably started with the etop and getop scripts

+ Note that etop is preferably started with the etop script.

diff --git a/lib/observer/doc/src/etop_5.gif b/lib/observer/doc/src/etop_5.gif deleted file mode 100644 index 9650176366..0000000000 Binary files a/lib/observer/doc/src/etop_5.gif and /dev/null differ diff --git a/lib/observer/doc/src/etop_lines.gif b/lib/observer/doc/src/etop_lines.gif deleted file mode 100644 index 10620a1155..0000000000 Binary files a/lib/observer/doc/src/etop_lines.gif and /dev/null differ diff --git a/lib/observer/doc/src/etop_main.gif b/lib/observer/doc/src/etop_main.gif deleted file mode 100644 index 699cb986c8..0000000000 Binary files a/lib/observer/doc/src/etop_main.gif and /dev/null differ diff --git a/lib/observer/doc/src/etop_opt.gif b/lib/observer/doc/src/etop_opt.gif deleted file mode 100644 index e420bff7f6..0000000000 Binary files a/lib/observer/doc/src/etop_opt.gif and /dev/null differ 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