diff options
author | Erlang/OTP <[email protected]> | 2011-03-14 18:18:42 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2011-03-14 18:18:42 +0100 |
commit | 91b2e57ea0e3ab794d4b57a12ef10205383525a5 (patch) | |
tree | a6f86f2dd5fba88e45d266f86e2bee0711c4d49e /lib/observer/doc/src/notes.xml | |
parent | 34534ab6f713c9b835e40e72fc23de0dd781da08 (diff) | |
download | otp-91b2e57ea0e3ab794d4b57a12ef10205383525a5.tar.gz otp-91b2e57ea0e3ab794d4b57a12ef10205383525a5.tar.bz2 otp-91b2e57ea0e3ab794d4b57a12ef10205383525a5.zip |
Prepare releaseOTP_R14B02
Diffstat (limited to 'lib/observer/doc/src/notes.xml')
-rw-r--r-- | lib/observer/doc/src/notes.xml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/lib/observer/doc/src/notes.xml b/lib/observer/doc/src/notes.xml index 76c13fb3ff..b3b9937f1c 100644 --- a/lib/observer/doc/src/notes.xml +++ b/lib/observer/doc/src/notes.xml @@ -31,6 +31,46 @@ <p>This document describes the changes made to the Observer application.</p> +<section><title>Observer 0.9.9</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + The time needed for loading a crashump into the crashdump + viewer would earlier grow exponentially with the size of + the crashdump file. Reading a file of 20M would take a + couple of minutes, and for a dump of 250M it would take + between 1 and 2 hours. This has been solved.</p> + <p> + Earlier, all processes, timers, funs or ets-tables would + be loaded into the memory of the crashdump viewer node + before sending it on to the web server. This has been + changed and the pages are now sent to the web server in + chunks.</p> + <p> + A security function in newer web browsers prevents a full + file path to be sent from an HTML file input field, i.e. + the field needed to implement the "Browse" button when + loading a file into the crashdump viewer. To overcome + this, the file input field is no longer used. Instead a + normal text input field is used, and the user needs to + manually insert the complete file path. For convenience, + a shell script and a batch file are added to the observer + application. These can be used to start the + crashdump_viewer and a browser and load a file - with the + file name given from the command line. The shell script + and batch file are called cdv and cdv.bat respectively, + and can be found in the priv dir of the observer + application.</p> + <p> + Own Id: OTP-9051 Aux Id: seq11789 </p> + </item> + </list> + </section> + +</section> + <section><title>Observer 0.9.8.4</title> <section><title>Improvements and New Features</title> |