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