forked from ringcentral/jagger8
-
Notifications
You must be signed in to change notification settings - Fork 0
Release 1.2.0
Dmitry Latnikov edited this page Nov 6, 2013
·
1 revision
19th June 2013
- Trend reports on Jagger Web UI. Now you can create performance summarizing report by several sessions to see easily track the performance trend. The trend plots coming soon.
- Bookmarkable views on Jagger Web UI. Now you can save the link on your view, bookmark it, or send to someone instead of report.
- File Query Provider. Build in file query provider reads line separated strings as queries. File provider
- CSV Query Provider. Build in csv query provider reads csv files and compose. CSV provider
- New Collector to automatically create plots with data for custom metrics in time. create custom metric
- Reduced memory consumption in QueryPoolLoadBalancer.
- Improved HttpInvoker now accepts Apache HttpRequest.
- SuccesRate threshold is now configurable.
- FIX: Agent fails on server with high load
- FIX: Write useful information, when no one invoke was executed
- FIX: jagger-jenkins-plugin fails with jenkins 1.492
- FIX: impossible to run jagger with termination strategy duration
- FIX: Custom task and session listeners are not added in new xml configuration
- FIX: Exception during the Postgres DB tables creation
- FIX: can't view Disk IO stats via web UI
- FIX: Wrong calculating failed tasks in session summary
- FIX: Bad report when target service is unavailable
- FIX: HttpQuery configuration fails when we use "client-params" and "method-params" tags together .
- FIX: Write useful log information, when calibration is turn off and consistency-validator is on.
- FIX: long test results were not collected
- FIX: Wrong monitoring information
- and some other