~ubuntu-branches/ubuntu/trusty/erlang/trusty

« back to all changes in this revision

Viewing changes to lib/observer/doc/src/etop.xml

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2011-05-05 15:48:43 UTC
  • mfrom: (3.5.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110505154843-0om6ekzg6m7ugj27
Tags: 1:14.b.2-dfsg-3ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Drop libwxgtk2.8-dev build dependency. Wx isn't in main, and not
    supposed to.
  - Drop erlang-wx binary.
  - Drop erlang-wx dependency from -megaco, -common-test, and -reltool, they
    do not really need wx. Also drop it from -debugger; the GUI needs wx,
    but it apparently has CLI bits as well, and is also needed by -megaco,
    so let's keep the package for now.
  - debian/patches/series: Do what I meant, and enable build-options.patch
    instead.
* Additional changes:
  - Drop erlang-wx from -et
* Dropped Changes:
  - patches/pcre-crash.patch: CVE-2008-2371: outer level option with
    alternatives caused crash. (Applied Upstream)
  - fix for ssl certificate verification in newSSL: 
    ssl_cacertfile_fix.patch (Applied Upstream)
  - debian/patches/series: Enable native.patch again, to get stripped beam
    files and reduce the package size again. (build-options is what
    actually accomplished this)
  - Remove build-options.patch on advice from upstream and because it caused
    odd build failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
  <header>
6
6
    <copyright>
7
7
      <year>2002</year>
8
 
      <year>2007</year>
 
8
      <year>2011</year>
9
9
      <holder>Ericsson AB, All Rights Reserved</holder>
10
10
    </copyright>
11
11
    <legalnotice>
26
26
    <title>etop</title>
27
27
    <prepared>Siri hansen</prepared>
28
28
    <responsible></responsible>
29
 
    <docno>1</docno>
 
29
    <docno></docno>
30
30
    <approved></approved>
31
31
    <checked></checked>
32
 
    <date>2002-03-27</date>
33
 
    <rev>PA1</rev>
34
 
    <file>etop.sgml</file>
 
32
    <date></date>
 
33
    <rev></rev>
 
34
    <file></file>
35
35
  </header>
36
36
  <module>etop</module>
37
37
  <modulesummary>Erlang Top is a tool for presenting information about erlang processes similar to the information presented by "top" in UNIX.</modulesummary>
38
38
  <description>
 
39
 
39
40
    <p><c>etop</c> should be started with the provided scripts
40
41
      <c>etop</c> and <c>getop</c> for text based and graphical
41
 
      presentation respectively. Under Windows the batch files
42
 
      <c>etop.bat</c> and <c>getop.bat</c> can be used.
43
 
      </p>
44
 
    <p>All interaction with <c>etop</c> when running the graphical
45
 
      presentation should happen via the menus. For the text based
46
 
      presentation the functions described below can be used.
47
 
      </p>
48
 
    <p>The following configuration parameters exist for <c>etop</c>.
49
 
      </p>
 
42
      presentation respectively. This will start a hidden erlang node
 
43
      which connects to the node to be measured. The measured node is
 
44
      given with the <c>-node</c> option. If the measured node has a
 
45
      different cookie than the default cookie for the user who
 
46
      invokes the script, the cookie must be explicitly given witht
 
47
      the <c>-setcookie</c> option.</p>
 
48
 
 
49
    <p>Under Windows the batch files <c>etop.bat</c> and
 
50
      <c>getop.bat</c> can be used.</p>
 
51
 
 
52
    <p>The following configuration parameters exist for the
 
53
    <c>etop</c> tool. When executing the <c>etop</c> or <c>getop</c>
 
54
    scripts, these parameters can be given as command line options,
 
55
    e.g. <c>getop -node testnode@myhost -setcookie MyCookie</c>.</p>
50
56
    <taglist>
51
57
      <tag>node</tag>
52
58
      <item>The measured node.
96
102
Value: <c>on | off</c>      <br></br>
97
103
Default: <c>on</c></item>
98
104
    </taglist>
 
105
 
 
106
    <p>All interaction with <c>etop</c> when running the graphical
 
107
      presentation should happen via the menus. For the text based
 
108
      presentation the functions described below can be used.
 
109
      </p>
 
110
 
 
111
    <p>See the <seealso marker="etop_ug">user's guide</seealso> for
 
112
    more information about the <c>etop</c> tool.</p>
 
113
 
99
114
  </description>
100
115
  <funcs>
101
116
    <func>