diff options
author | Rickard Green <[email protected]> | 2017-05-10 17:46:50 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2017-05-10 17:46:50 +0200 |
commit | 19e938e708bb4823d5deac94fd110b7d3896390a (patch) | |
tree | e5db8caeeeaeadf375cf70692ec33792af7b27fb /erts/doc | |
parent | 92efc13921a0759ea785ab0cea95888b76b9bb4d (diff) | |
parent | a7f420e08aabe6af376f7b9c6f6bd50f342dfe8b (diff) | |
download | otp-19e938e708bb4823d5deac94fd110b7d3896390a.tar.gz otp-19e938e708bb4823d5deac94fd110b7d3896390a.tar.bz2 otp-19e938e708bb4823d5deac94fd110b7d3896390a.zip |
Merge tag 'OTP-18.2.4.0.1' into maint-18
=== OTP-18.2.4.0.1 ===
Changed Applications:
- erts-7.2.1.1
Unchanged Applications:
- asn1-4.0.1
- common_test-1.11.2
- compiler-6.0.2
- cosEvent-2.2
- cosEventDomain-1.2
- cosFileTransfer-1.2
- cosNotification-1.2
- cosProperty-1.2
- cosTime-1.2
- cosTransactions-1.3
- crypto-3.6.2
- debugger-4.1.1
- dialyzer-2.8.2
- diameter-1.11.1
- edoc-0.7.17
- eldap-1.2
- erl_docgen-0.4.1
- erl_interface-3.8.1
- et-1.5.1
- eunit-2.2.12
- gs-1.6
- hipe-3.14
- ic-4.4
- inets-6.1.1
- jinterface-1.6.1
- kernel-4.1.1
- megaco-3.18
- mnesia-4.13.2
- observer-2.1.1
- odbc-2.11.1
- orber-3.8
- os_mon-2.4
- ose-1.1
- otp_mibs-1.1
- parsetools-2.1.1
- percept-0.8.11
- public_key-1.1
- reltool-0.7
- runtime_tools-1.9.2
- sasl-2.6.1
- snmp-5.2.1
- ssh-4.2.1
- ssl-7.2
- stdlib-2.7
- syntax_tools-1.7
- test_server-3.9.1
- tools-2.8.2
- typer-0.9.10
- webtool-0.9
- wx-1.6
- xmerl-1.3.9
* tag 'OTP-18.2.4.0.1':
Updated OTP version
Prepare release
Conflicts:
OTP_VERSION
erts/vsn.mk
otp_versions.table
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/notes.xml | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 09f190aa8d..1b91e5bc58 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,7 +31,6 @@ </header> <p>This document describes the changes made to the ERTS application.</p> - <section><title>Erts 7.3.1.3</title> <section><title>Fixed Bugs and Malfunctions</title> @@ -373,6 +372,31 @@ </section> +<section><title>Erts 7.2.1.1</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p>Introduced new statistics functionality in order to + more efficiently retrieve information about run able and + active processes and ports. For more information see:</p> + <list> <item><seealso + marker="erlang#statistics_total_run_queue_lengths"><c>statistics(total_run_queue_lengths)</c></seealso></item> + <item><seealso + marker="erlang#statistics_run_queue_lengths"><c>statistics(run_queue_lengths)</c></seealso></item> + <item><seealso + marker="erlang#statistics_total_active_tasks"><c>statistics(total_active_tasks)</c></seealso></item> + <item><seealso + marker="erlang#statistics_active_tasks"><c>statistics(active_tasks)</c></seealso></item> + </list> + <p> + Own Id: OTP-13201</p> + </item> + </list> + </section> + +</section> + <section><title>Erts 7.2.1</title> <section><title>Fixed Bugs and Malfunctions</title> |