From 6fe02e14d95e849d55d37d5449e835bcb8753da2 Mon Sep 17 00:00:00 2001 From: crownedgrouse Date: Sun, 27 Oct 2013 02:36:49 +0100 Subject: 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). --- lib/observer/doc/src/observer_ug.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'lib/observer/doc/src/observer_ug.xml') 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 @@

Reds can be presented as accumulated values or as values since last update.

+

Process info open a detailed information window on the selected process. + + Process Information + Shows the process information. + Messages + Shows the process messages. + Dictionary + Shows the process dictionary. + Stack Trace + Shows the process current stack trace. + State + Show the process state. + Log + If enabled and available, show the process SASL log entries. + + +

Log 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. + rb server must not be started on the observed node when clicking on menu 'Log/Toggle log view'. + rb server will be stopped on the observed node when exiting or changing observed node. +

+ +

Trace Processes will add the selected process identifiers to the Trace Overview view and the node the processes reside on will be added as well. Trace Named Processes will add the registered name of processes. This can be useful -- cgit v1.2.3