diff options
author | Dan Gudmundsson <[email protected]> | 2017-02-13 15:41:35 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2017-03-10 14:56:11 +0100 |
commit | 8ddf6320dd2d82d47fc616a0f23f891b234f1b27 (patch) | |
tree | 7fdcb4b6b5e33d783f130a9705588d9fad9a36d9 /lib/observer/doc/src | |
parent | 8d2c36e9d7d8b21e3bb63b4d61aee8ca458011a2 (diff) | |
download | otp-8ddf6320dd2d82d47fc616a0f23f891b234f1b27.tar.gz otp-8ddf6320dd2d82d47fc616a0f23f891b234f1b27.tar.bz2 otp-8ddf6320dd2d82d47fc616a0f23f891b234f1b27.zip |
observer: Add a max carrier size column
Users wanted to see the maximum value seen by observer during it's uptime.
Note changes faster than the sample rate will still be missed.
Diffstat (limited to 'lib/observer/doc/src')
-rw-r--r-- | lib/observer/doc/src/observer_ug.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/observer/doc/src/observer_ug.xml b/lib/observer/doc/src/observer_ug.xml index 6eb72f3e58..ae85ab7a29 100644 --- a/lib/observer/doc/src/observer_ug.xml +++ b/lib/observer/doc/src/observer_ug.xml @@ -107,6 +107,11 @@ see module <seealso marker="erts:erts_alloc"><c>erts_alloc</c></seealso> in application ERTS.</p> + <p>The <c>Max Carrier size</c> column shows the maximum value seen by observer + since the last node change or since the start of the application, i.e. switching + nodes will reset the max column. Values are sampled so higher values may have + existed than what is shown. + </p> </section> <section> |