aboutsummaryrefslogtreecommitdiffstats
path: root/lib/observer/doc/src
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2015-06-05 12:58:45 +0200
committerDan Gudmundsson <[email protected]>2015-06-05 12:58:45 +0200
commitd541405a28878ad94b8e92d8cc32f6376a9cd058 (patch)
tree9cf074bf5871d79024debc2030eeecc8cba08c03 /lib/observer/doc/src
parent24a161d8c479e70ad55ebac18cd92ecc41dd607c (diff)
parentb65330a798ffa38a93cc161596a826b6018cebd3 (diff)
downloadotp-d541405a28878ad94b8e92d8cc32f6376a9cd058.tar.gz
otp-d541405a28878ad94b8e92d8cc32f6376a9cd058.tar.bz2
otp-d541405a28878ad94b8e92d8cc32f6376a9cd058.zip
Merge branch 'dgud/observer/cdw-update/OTP-12363'
* dgud/observer/cdw-update/OTP-12363: observer: cdv add scheduler information observer: cdv add more ets information Reorder scheduler information in crashdumps
Diffstat (limited to 'lib/observer/doc/src')
-rw-r--r--lib/observer/doc/src/crashdump_ug.xml31
1 files changed, 22 insertions, 9 deletions
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 @@
<p>The <em>ETS Tables</em> 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.</p>
+ raw crashdump translated into bytes. For tree tables there will
+ be no value in the 'Objects' field.</p>
+
+ <p>To open the detailed information page about the table, double
+ click or right click the row and select "Properties for
+ 'Identifier'".</p>
<p>To open the detailed information page about the owner process
of an ETS table, right click the row and select "Properties for
&lt;pid&gt;".</p>
- <p>Double clicking a row in the ETS Tables panel has no
- effect.</p>
-
- <p>From the left hand menu you can also select to see internal ETS
- tables.</p>
-
<p>
<seealso marker="erts:crash_dump#ets_tables">
More...</seealso>
@@ -267,6 +264,22 @@
</section>
<section>
+ <marker id="schedulers"/>
+ <title>Schedulers</title>
+
+ <p>The <em>Schedulers</em> panel shows all scheduler information
+ found in the dump.</p>
+
+ <p>To open the detailed information page about the scheduler,
+ double click or right click the row and select "Properties for
+ 'Identifier'".</p>
+
+ <p>
+ <seealso marker="erts:crash_dump">More...</seealso>
+ </p>
+ </section>
+
+ <section>
<marker id="funs"/>
<title>Funs</title>