| 1 | arm4 -- History of visible changes. |
|---|
| 2 | |
|---|
| 3 | Copyright (C) 2005-2008, David Carter <dcarter@arm4.org> |
|---|
| 4 | See the end for copying conditions. |
|---|
| 5 | |
|---|
| 6 | Please send arm4 bug reports to dcarter@arm4.org or use our |
|---|
| 7 | online system at arm4.org |
|---|
| 8 | |
|---|
| 9 | Version 0.8 beta 1 |
|---|
| 10 | |
|---|
| 11 | NOTE: This is a beta release! See arm4.org for known issues with this |
|---|
| 12 | version. |
|---|
| 13 | |
|---|
| 14 | This version introduced a number of new features and changes which modified |
|---|
| 15 | the shared memory region, which is why it was decided to skip over a proper |
|---|
| 16 | release for 0.7. |
|---|
| 17 | |
|---|
| 18 | Key changes with 0.8: |
|---|
| 19 | * Support for multiple databases. Right now that's just Berkeley DB and |
|---|
| 20 | Sqlite3, but the infrastructure's in place for adding more later. |
|---|
| 21 | * Support for sampling transactions instead of capturing all instances. |
|---|
| 22 | * Support for future development of Appdex reporting. This is still |
|---|
| 23 | unimplemented, but at least the shared memory won't require |
|---|
| 24 | an upgrade. |
|---|
| 25 | * More validation testing and validation fixes. |
|---|
| 26 | * Everything has moved from sbin to bin directories as even the daemon |
|---|
| 27 | can be used in user space. |
|---|
| 28 | * Ability to import and export the database as an XML file. |
|---|
| 29 | |
|---|
| 30 | More validation testing is anticipated before this moves to a full release. As |
|---|
| 31 | part of this release, binary distributions will be built for ease of installation. |
|---|
| 32 | |
|---|
| 33 | Version 0.7 beta 1 |
|---|
| 34 | |
|---|
| 35 | NOTE: This is a beta release! See arm4.org for known issues with this |
|---|
| 36 | version. |
|---|
| 37 | |
|---|
| 38 | Java has arrived! This version introduces a full implementation of the |
|---|
| 39 | Java languages bindings. See the standard for more details. |
|---|
| 40 | |
|---|
| 41 | Also, the license has now changed from GPL/LGPL to the Eclipse Public |
|---|
| 42 | License v1.0. Information on this license can be found at |
|---|
| 43 | http://www.eclipse.org/legal/epl-v10.html |
|---|
| 44 | |
|---|
| 45 | Version 0.6 |
|---|
| 46 | |
|---|
| 47 | This release improves the agent's stability, although that work is still |
|---|
| 48 | ongoing. It's definitely ready for the serious user, but probably more |
|---|
| 49 | the developer or tester than on a production system. A heavily stressed |
|---|
| 50 | system may still experience some agent crashes. That being said, it |
|---|
| 51 | is being used in production environments, but you've been warned. |
|---|
| 52 | |
|---|
| 53 | For now, the requirement for xmlrpc-c has been removed, as the XMLRPC |
|---|
| 54 | reporting system is far from ready. This may be brought back in the |
|---|
| 55 | future as reporting options are explored further. |
|---|
| 56 | |
|---|
| 57 | Tickets closed in this release: |
|---|
| 58 | |
|---|
| 59 | 29 Crashing clients can leave an open message queue |
|---|
| 60 | 32 Add ability to disable RPC server |
|---|
| 61 | 35 Daemon should not accept HUP signals while backing up, or before the db is initialized |
|---|
| 62 | 37 A daemon should be able to detect an already running instance and exit |
|---|
| 63 | 43 arm4.conf needs parameters to controll the Berkeley in memory transaction sizes |
|---|
| 64 | 8 Add data aging |
|---|
| 65 | 23 Parrameterize queue, shared memory, and db home paths |
|---|
| 66 | 33 External programs may crash during DB backup |
|---|
| 67 | 34 Utility programs should be able to specify an archive as a command line option |
|---|
| 68 | 36 Add option to arm4_collect to show what the current collection state is |
|---|
| 69 | 38 When shutting down a program, full message queues may prevent the -s command from getting through |
|---|
| 70 | 40 Integrate arm4_collect into arm4_control |
|---|
| 71 | 41 Builds on RH Enterprise WS 4 require _GNU_SOURCE defined |
|---|
| 72 | 42 Move arm4_daemon's --remove and --clean functionality to arm4_control |
|---|
| 73 | 47 error messages should use syslog facility |
|---|
| 74 | 18 Daemon should be able to operate in user space with configurable parameters |
|---|
| 75 | 46 running arm4_control wipe twice causes a segmentation fault |
|---|
| 76 | |
|---|
| 77 | Known Issues |
|---|
| 78 | |
|---|
| 79 | 1. The agent isn't ready for OS X due to some limitations in its pthreads |
|---|
| 80 | implementation. |
|---|
| 81 | 2. All authorized users are able to control the agent. This needs to be |
|---|
| 82 | restricted. |
|---|
| 83 | 3. Archive operations can report problems opening files. This can be |
|---|
| 84 | ignored. |
|---|
| 85 | 4. Under certain circumstances, a hung or aborted daemon can prevent an |
|---|
| 86 | instrumented application from continuing |
|---|
| 87 | |
|---|
| 88 | Version 0.5 |
|---|
| 89 | |
|---|
| 90 | This release makes a more complete agent. Most subbuffer types are |
|---|
| 91 | now supported, including user buffers, diagnostic buffers, and |
|---|
| 92 | user defined metrics. |
|---|
| 93 | |
|---|
| 94 | Performance has been improved using the Berkeley DB in-memory transaction |
|---|
| 95 | feature. This requires version 4.3 or later, so this is a change in the base |
|---|
| 96 | system requirements. The configuration program has been changed to reflect |
|---|
| 97 | this. |
|---|
| 98 | |
|---|
| 99 | There are some new and expanded tests in the test directory. This is the |
|---|
| 100 | first step in a validation test suite that will be expanded as development |
|---|
| 101 | goes on. |
|---|
| 102 | |
|---|
| 103 | A new debugging utility has been introduced. arm4_dump allows the developer |
|---|
| 104 | to view the contents of the repository database. This isn't meant to be a user |
|---|
| 105 | level tool. |
|---|
| 106 | |
|---|
| 107 | Tickets closed in this release: |
|---|
| 108 | |
|---|
| 109 | 28 arm4_report fails to report transactions on Solaris |
|---|
| 110 | 3 Add support for user-defined metrics |
|---|
| 111 | 24 Aliases should be at the library level, not the daemon |
|---|
| 112 | 22 Add ability to turn ARM collection on and off |
|---|
| 113 | 25 Add support for user buffers in transactions |
|---|
| 114 | 26 Add support for diagnostic details in transactions |
|---|
| 115 | |
|---|
| 116 | Known Issues |
|---|
| 117 | |
|---|
| 118 | In certain cases, program crashes involving programs linked with libarm4 |
|---|
| 119 | may leave an open unnamed message queue. This will need to be removed |
|---|
| 120 | manually, or it will linger until the next reboot. |
|---|
| 121 | |
|---|
| 122 | |
|---|
| 123 | Version 0.4 |
|---|
| 124 | |
|---|
| 125 | The primary purpose of this release was to add an XMLRPC |
|---|
| 126 | reporting interface that could be used by web management tools, |
|---|
| 127 | but along the way many core deficiencies were uncovered and fixed. |
|---|
| 128 | |
|---|
| 129 | The structure of the ARM library and daemon have changed with |
|---|
| 130 | all of the database accesses having moved from the library to |
|---|
| 131 | the daemon. This results in more IPC calls, but greatly improves |
|---|
| 132 | the stability of the agent. |
|---|
| 133 | |
|---|
| 134 | The daemon now contains an XMLRPC interface that is being used to |
|---|
| 135 | develop a web management interface. This interface should not be |
|---|
| 136 | considered stable and is very likely to change as development continues. |
|---|
| 137 | |
|---|
| 138 | Some of the options to the daemon have changed in name and/or function, |
|---|
| 139 | so please read the documentation before using. |
|---|
| 140 | |
|---|
| 141 | Tickets closed in this release: |
|---|
| 142 | |
|---|
| 143 | 13 Berkeley DB permission errors cause database corruption |
|---|
| 144 | 12 Add XMLRPC based reporting interface |
|---|
| 145 | 15 API calls should accept empty ids |
|---|
| 146 | 19 Need to exit gracefully when daemon is unable to create shared regions |
|---|
| 147 | 21 The -r option to arm4_daemon doesn't remove the message queue |
|---|
| 148 | 16 arm_register_application accepts blank names and names with trailing blanks |
|---|
| 149 | 17 The -r option to arm4_daemon doesn't remove the databases as advertised |
|---|
| 150 | |
|---|
| 151 | Known Issues |
|---|
| 152 | |
|---|
| 153 | The agent doesn't currently support user defined metrics. This is |
|---|
| 154 | targeted for the next release. |
|---|
| 155 | |
|---|
| 156 | In certain cases, program crashes involving programs linked with libarm4 |
|---|
| 157 | may leave an open unnamed message queue. This will need to be removed |
|---|
| 158 | manually, or it will linger until the next reboot. |
|---|
| 159 | |
|---|
| 160 | ------------------------------------------------------- |
|---|
| 161 | Copying information: |
|---|
| 162 | |
|---|
| 163 | Copyright (C) 2005-2006, David Carter <dcarter@arm4.org> |
|---|
| 164 | |
|---|
| 165 | Permission is granted to anyone to make or distribute verbatim copies |
|---|
| 166 | of this document as received, in any medium, provided that the |
|---|
| 167 | copyright notice and this permission notice are preserved, |
|---|
| 168 | thus giving the recipient permission to redistribute in turn. |
|---|
| 169 | |
|---|
| 170 | Permission is granted to distribute modified versions |
|---|
| 171 | of this document, or of portions of it, |
|---|
| 172 | under the above conditions, provided also that they |
|---|
| 173 | carry prominent notices stating who last changed them. |
|---|
| 174 | |
|---|