diff options
author | Rickard Green <[email protected]> | 2017-05-10 14:47:19 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2017-05-10 16:55:27 +0200 |
commit | 8936183f86579acfbbcf061431d049755aa2ae54 (patch) | |
tree | 32539c5eabfb0033800142da9a8d572bb791d498 /erts/doc/src/notes.xml | |
parent | 1c5832cbfb8a965c8de9ca072361f3661cdfaea2 (diff) | |
download | otp-8936183f86579acfbbcf061431d049755aa2ae54.tar.gz otp-8936183f86579acfbbcf061431d049755aa2ae54.tar.bz2 otp-8936183f86579acfbbcf061431d049755aa2ae54.zip |
Prepare release
Diffstat (limited to 'erts/doc/src/notes.xml')
-rw-r--r-- | erts/doc/src/notes.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index a726cc7b97..1b8fc59762 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,30 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<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> |