From commits-return-7416-apmail-jmeter-commits-archive=jmeter.apache.org@jmeter.apache.org Sat Apr 1 11:43:42 2017 Return-Path: X-Original-To: apmail-jmeter-commits-archive@minotaur.apache.org Delivered-To: apmail-jmeter-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EC40319DF3 for ; Sat, 1 Apr 2017 11:43:41 +0000 (UTC) Received: (qmail 43505 invoked by uid 500); 1 Apr 2017 11:43:41 -0000 Delivered-To: apmail-jmeter-commits-archive@jmeter.apache.org Received: (qmail 43465 invoked by uid 500); 1 Apr 2017 11:43:41 -0000 Mailing-List: contact commits-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list commits@jmeter.apache.org Received: (qmail 43449 invoked by uid 99); 1 Apr 2017 11:43:40 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Apr 2017 11:43:40 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 3516F3A0096 for ; Sat, 1 Apr 2017 11:43:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1789791 - in /jmeter/trunk/xdocs: changes.xml images/screenshots/backend_listener_influxdb_graph.png Date: Sat, 01 Apr 2017 11:43:38 -0000 To: commits@jmeter.apache.org From: pmouawad@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170401114339.3516F3A0096@svn01-us-west.apache.org> Author: pmouawad Date: Sat Apr 1 11:43:38 2017 New Revision: 1789791 URL: http://svn.apache.org/viewvc?rev=1789791&view=rev Log: Improve new and noteworthy Added: jmeter/trunk/xdocs/images/screenshots/backend_listener_influxdb_graph.png (with props) Modified: jmeter/trunk/xdocs/changes.xml Modified: jmeter/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1789791&r1=1789790&r2=1789791&view=diff ============================================================================== --- jmeter/trunk/xdocs/changes.xml [utf-8] (original) +++ jmeter/trunk/xdocs/changes.xml [utf-8] Sat Apr 1 11:43:38 2017 @@ -68,12 +68,15 @@ JMeter now requires Java 8. Ensure you u

JMeter logging has been migrated to SLF4J and Log4j 2. -This affects configuration and 3rd party plugins. +This affects configuration and 3rd party plugins, see below "Logging changes".

Core improvements
    -
  • JMeter now provides a new BackendListener implementation that interfaces InfluxDB through its HTTP API using Asynchronous HTTP requests. +
  • JMeter now provides a new BackendListener implementation that interfaces InfluxDB.
    +This implementation sends data using Asynchronous HTTP calls to InfluxDB through its HTTP API +and give you the following graphs with annotations: +
  • DNS Cache Manager now has a table to allow static host resolution.
    Added: jmeter/trunk/xdocs/images/screenshots/backend_listener_influxdb_graph.png URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/backend_listener_influxdb_graph.png?rev=1789791&view=auto ============================================================================== Binary file - no diff available. Propchange: jmeter/trunk/xdocs/images/screenshots/backend_listener_influxdb_graph.png ------------------------------------------------------------------------------ svn:mime-type = image/png