diff options
author | Dan Gudmundsson <[email protected]> | 2015-02-19 13:29:09 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2015-02-19 13:29:09 +0100 |
commit | 7789de9b616a46f81195eadec26ff40b8306ecef (patch) | |
tree | 3ffcbeef203272de235dd36a0af737fe2efbdafb /lib/observer/doc | |
parent | eac3e33a3c518eee8b177183a2312a9a30fd4cc0 (diff) | |
parent | 6fe02e14d95e849d55d37d5449e835bcb8753da2 (diff) | |
download | otp-7789de9b616a46f81195eadec26ff40b8306ecef.tar.gz otp-7789de9b616a46f81195eadec26ff40b8306ecef.tar.bz2 otp-7789de9b616a46f81195eadec26ff40b8306ecef.zip |
Merge branch 'dgud/erlang/pr/116'
* dgud/erlang/pr/116:
observer: Add SASL log view for processes
Diffstat (limited to 'lib/observer/doc')
-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 |