JENNIFER 5.3.1 Release Note

JENNIFER 5.3.1 Release Note

Release Date: 2017. 12. 21

General

Changes and Improvements

Data Server

View Server

Common

Dashboard

Custom Dashboard

Management

  1. EVENT Log Adapter

  2. X-View Transactions Log Adapter

  3. EVENT to Slack Adapter

  4. EVENT to JIRA Adapter

  5. EVENT to Telegram Adapter

  6. Open API Test Plugin

  7. Auto Profile Plugin

  8. Source Code Comparison Plugin

  9. Metrics Data Comparison Plugin

  10. Metrics Regression Analysis Plugin

  11. Web Page Test Plugin

  12. Metric, Application DB Back Plugin

Improved and added RDB backup function




Added an option to back up data to a single table. The option key is unique_table, the default value is false. When set to true, data is backed up to a single table.




Added hourly application service backup capability



Improvement when querying backup data, to inquire the instance where data is present at the backup time instead of the current live instance (same as the analysis screen)

Analysis / Statistics

Report / Template

Changed tables maximum 1000

Open API

Bug Fix

Data Server

General

Management

Analysis

Report / Template

Custom Dashboard

Open API

JAVA Agent

New Features

Statement, ResultSet Leak tracing is enabled by setting the option because the default value is false. The size of the object that occurs in Leak tracing must be greater than 1024 (default), which is the value specified for performance reasons. Use this option to change the size of the object to find Leak faster.

Changes and Improvements

If the class is visible only in the class tree, and the method is not visible, then the classes referenced by the class are not loaded yet or can not be referenced. In this case, you have to manually register methods of the class to be able to profile.

The previous JSP page start point weblogic.servlet.jsp.JspBase is set as the default starting point, and depending on the application environment, the transaction of the JSP page is called twice, and changed to the upper common class weblogic.servlet.internal.ServletStubImpl . (Previously it had to be set manually, but after confirmation, it was changed to default value.)

[AddToMap: pattern = / xxx.jsp class = jsp_servlet .__] has been changed to handle normal exceptions.

When the agent module is initialized, it defaults to a timeout exception of 8 seconds. The delay time of the initial loading is recently detected and changed so that the timeout value can be adjusted through the agent configuration file.

Added 4 Options: 
- callstack_max_instant_queue (default 2000)
- callstack_max_auto_queue (default 1000)
- callstack_timeout (default 2000)
- callstack_recycle_timeout (default 4000)
1 Option Added
- service_dump_callstack_limit (default 50)

Bug Fix

During class loading, verify logic for VerifyError is executed. When HotDeploy occurs during logic execution, there may be memory problem for class loaded in Perm area.