diff options
| author | crownedgrouse <[email protected]> | 2013-10-27 02:36:49 +0100 | 
|---|---|---|
| committer | Dan Gudmundsson <[email protected]> | 2015-02-19 13:25:19 +0100 | 
| commit | 6fe02e14d95e849d55d37d5449e835bcb8753da2 (patch) | |
| tree | 2a8c5b24257fcc25c6a52c4420c72b58a77ae534 /lib/observer/doc/src | |
| parent | ef029376067280869683776fc616f8514a2ff81a (diff) | |
| download | otp-6fe02e14d95e849d55d37d5449e835bcb8753da2.tar.gz otp-6fe02e14d95e849d55d37d5449e835bcb8753da2.tar.bz2 otp-6fe02e14d95e849d55d37d5449e835bcb8753da2.zip | |
observer: Add SASL log view for processes
Add a new menu to toggle log view.
Disabled by default.
Disabled if rb_server already started on observed node,
in order not to interfere with somebody else.
If enabled, add a tab in process view where log entries
related to pid process are shown.
Need an observed node with at least a version R16B2,
due to the use of newly capability to rb to write into
a file descriptor (on the observing node).
Diffstat (limited to 'lib/observer/doc/src')
| -rw-r--r-- | lib/observer/doc/src/observer_ug.xml | 23 | 
1 files changed, 23 insertions, 0 deletions
| diff --git a/lib/observer/doc/src/observer_ug.xml b/lib/observer/doc/src/observer_ug.xml index 62f99c5210..fcb42f6c31 100644 --- a/lib/observer/doc/src/observer_ug.xml +++ b/lib/observer/doc/src/observer_ug.xml @@ -104,6 +104,29 @@      <note>        <p><em>Reds</em> can be presented as accumulated values or as values since last update.</p>      </note> +    <p><c>Process info</c> open a detailed information window on the selected process. +    <taglist> +      <tag>Process Information</tag> +      <item>Shows the process information.</item> +      <tag>Messages</tag> +      <item>Shows the process messages.</item> +      <tag>Dictionary</tag> +      <item>Shows the process dictionary.</item> +      <tag>Stack Trace</tag> +      <item>Shows the process current stack trace.</item> +      <tag>State</tag> +      <item>Show the process state.</item> +      <tag>Log</tag> +      <item>If enabled and available, show the process SASL log entries.</item> +    </taglist> +    <note> +      <p><c>Log</c> needs SASL application to be started on the observed node, with log_mf_h as log handler. +      The Observed node must be R16B02 or higher. +      <c>rb</c> server must not be started on the observed node when clicking on menu 'Log/Toggle log view'. +      <c>rb</c> server will be stopped on the observed node when exiting or changing observed node. +      </p> +    </note> +    </p>      <p><c>Trace Processes</c> will add the selected process identifiers to the <c>Trace Overview</c> view and the      node the processes reside on will be added as well.      <c>Trace Named Processes</c> will add the registered name of processes. This can be useful | 
