This document describes the changes made to the Appmon application.
Misc build updates
Own Id: OTP-10784
The backend module appmon_info.erl is moved from appmon application to runtime_tools. This allows appmon to be run from a remote erlang node towards a target node which does not have appmon (and its dependencies) installed, as long as runtime_tools is installed there.
Own Id: OTP-10786
The GS applications is now deprecated and will be removed in the R16 release. The following GS-based applications have been superseded by the Observer application and will removed in R16: Appmon, Pman, Tv.
*** POTENTIAL INCOMPATIBILITY ***
Own Id: OTP-9907
Eliminate use of deprecated regexp module
Own Id: OTP-9810
Miscellaneous documentation build updates
Own Id: OTP-9813
An obsolete compiler directive for native code generation was removed from a source file.
Own Id: OTP-8839
Warnings due to new autoimported BIFs removed
Own Id: OTP-8674 Aux Id: OTP-8579
The documentation is now possible to build in an open source environment after a number of bugs are fixed and some features are added in the documentation build process.
- The arity calculation is updated.
- The module prefix used in the function names for bif's are removed in the generated links so the links will look like "http://www.erlang.org/doc/man/erlang.html#append_element-2" instead of "http://www.erlang.org/doc/man/erlang.html#erlang:append_element-2".
- Enhanced the menu positioning in the html documentation when a new page is loaded.
- A number of corrections in the generation of man pages (thanks to Sergei Golovan)
- The legal notice is taken from the xml book file so OTP's build process can be used for non OTP applications.
Own Id: OTP-8343
The documentation is now built with open source tools (xsltproc and fop) that exists on most platforms. One visible change is that the frames are removed.
Own Id: OTP-8201
Updated the application with new tags for automatic updates of copyright notices.
Own Id: OTP-7851
Fixed dialyzer warning in
Removed some dead code from the
Own Id: OTP-6534
Appmon now handles a process name containing the character '@' correctly. (Thanks to Mikael Magnusson).
Own Id: OTP-6308
The "Send" button in the application window was broken, it always failed (silently).
Own Id: OTP-6333
Internal change only (using a private digraph instead of a public one).
Own Id: OTP-5983
Notification windows are now centered over the parent window (if possible).
Own Id: OTP-6010 Aux Id: OTP-5987
Removed some dead code from
Own Id: OTP-6040
Eliminated 5 discrepancies found by Dialyzer in the Appmon application.
Own Id: OTP-5633
The graphic applications now search for HTML documentation in the correct place.
Own Id: OTP-5381