From b65330a798ffa38a93cc161596a826b6018cebd3 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Wed, 27 May 2015 16:27:26 +0200 Subject: observer: cdv add scheduler information New info in 18. --- lib/observer/doc/src/crashdump_ug.xml | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) (limited to 'lib/observer/doc/src') diff --git a/lib/observer/doc/src/crashdump_ug.xml b/lib/observer/doc/src/crashdump_ug.xml index d22fb4cc40..ccd4d8a5b3 100644 --- a/lib/observer/doc/src/crashdump_ug.xml +++ b/lib/observer/doc/src/crashdump_ug.xml @@ -228,20 +228,17 @@

The ETS Tables panel shows all ETS table information found in the dump. The 'Id' is the same as the 'Table' field found in the raw crashdump, and 'Memory' is the 'Words' field from the - raw crashdump translated into bytes. 'Type' is the type of table, - and it can be either "hash" or "tree". For tree tables there will - be no value in the 'Bucket' field.

+ raw crashdump translated into bytes. For tree tables there will + be no value in the 'Objects' field.

+ +

To open the detailed information page about the table, double + click or right click the row and select "Properties for + 'Identifier'".

To open the detailed information page about the owner process of an ETS table, right click the row and select "Properties for <pid>".

-

Double clicking a row in the ETS Tables panel has no - effect.

- -

From the left hand menu you can also select to see internal ETS - tables.

-

More... @@ -266,6 +263,22 @@

+
+ + Schedulers + +

The Schedulers panel shows all scheduler information + found in the dump.

+ +

To open the detailed information page about the scheduler, + double click or right click the row and select "Properties for + 'Identifier'".

+ +

+ More... +

+
+
Funs -- cgit v1.2.3