1observer(3)                Erlang Module Definition                observer(3)
2
3
4

NAME

6       observer - A GUI tool for observing an Erlang system.
7

DESCRIPTION

9       Observer  is  a graphical tool for observing the characteristics of Er‐
10       lang systems. The tool Observer displays system  information,  applica‐
11       tion  supervisor trees, process information, ETS tables, Mnesia tables,
12       and contains a front end for Erlang tracing with module ttb.
13
14       For details about how to get started, see the User's Guide.
15

EXPORTS

17       start() -> ok
18
19              Starts the Observer GUI. To stop the tool, close the  window  or
20              call stop/0.
21
22       start(Node) -> ok
23
24              Starts the Observer GUI and tries to connect it to Node.
25
26       start_and_wait() -> ok
27
28              Starts  the  Observer  GUI  and  only  return  when it is either
29              stopped or the window is closed
30
31       start_and_wait(Node) -> ok
32
33              Starts the Observer GUI  and  only  return  when  it  is  either
34              stopped  or  the  window is closed, connects it directly to Node
35              like start/1.
36
37       stop() -> ok
38
39              Stops the Observer GUI.
40
41
42
43Ericsson AB                     observer 2.15.1                    observer(3)
Impressum