diaries, triumphs, failures, and rants
- All
- Animals
- Books
- Chess
- Cigars and the Man-Grill
- Collaboration
- Doctor Who
- General
- Internet
- iPhone
- Java
- LDAP
- mac
- oneLiners
- onThisDay
- slamd
- Star Trek
- Sun
- Travel
Directory Server Log Analyzer 0.0.3.5 released
What and Where
Version 0.0.3.5 of the Directory Server Log Analyzer has been released. This version supports access logs from OpenDS 1.3 or higher, Sun Java Systems Directory Server 5.2, and Sun Directory Server Enterprise Edition 6.3 or higher. Download the WAR file from here, and deploy in your application server under ContextRoot dsla. As of 29-MAY-2009, Tomcat and GlassFish application servers have been tested. Reports from deployment into other application servers would be appreciated.
Current Features Supported
- DSEE5,6 access log parsing support
- added 'Entire File' section to view file detail
- added max etime 'Entire File'
- added min etime 'Entire File'
- added arithmetic mean of etimes 'Entire File'
- added geometric mean of etimes 'Entire File'
- added variance of etimes 'Entire File'
- added standard deviation of etimes 'Entire File'
- added code to choose the field width and precision of real numbers on the configuration screen
- added build number to administrative interface
- added code to present search filters
- added code to present result codes
- added code to present bind DNs
Posted at 08:19AM Jun 10, 2009 by tgardner in OpenDS | Comments[2]
Wednesday Jun 10, 2009
I think there are some issues with this release of code.
com.kenai.dsla.Constants is missing
com.kenai.dsla.parser.AccessFileParser does not compile because AccessFileSource.java is missing
Posted by Santosh on June 11, 2009 at 01:05 AM EDT #
Correct. Thanks for pointing this out. I have corrected the oversight and created a new tags/production and branches/0.0.3.5 release.
Posted by Terry Gardner on June 11, 2009 at 07:09 AM EDT #