You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2020/04/26 12:56:52 UTC

[Bug 64380] New: Add a 'Median' field to the dashboard and make the response time percentile fields support floating-point numbers

https://bz.apache.org/bugzilla/show_bug.cgi?id=64380

            Bug ID: 64380
           Summary: Add a 'Median' field to the dashboard and make the
                    response time percentile fields support floating-point
                    numbers
           Product: JMeter
           Version: 5.2.1
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: p.mouawad@ubik-ingenierie.com
  Target Milestone: JMETER_5.3.0

PR:

https://github.com/apache/jmeter/pull/567

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64380] Add a 'Median' field to the dashboard and make the response time percentile fields support floating-point numbers

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64380

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
           Keywords|                            |FixedInTrunk
             Status|NEW                         |RESOLVED
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
This is an automated email from the ASF dual-hosted git repository.

pmouawad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 9a8ca62  Add a 'Median' field to the dashboard and make the response
time percentile fields support floating-point numbers (#567)
9a8ca62 is described below

commit 9a8ca629dec1bf70444161988481399332434173
Author: Keith Mo <ke...@gmail.com>
AuthorDate: Sun Apr 26 20:55:36 2020 +0800

    Add a 'Median' field to the dashboard and make the response time percentile
fields support floating-point numbers (#567)

    * add median field and fix percentiles
    * fix imports
    * fix style

    Contributed by Keith Mo keithmork
---
 bin/report-template/content/js/dashboard.js.fmkr   | 14 ++++---
 .../jmeter/report/dashboard/JsonExporter.java      | 13 ++++---
 .../jmeter/report/dashboard/SamplingStatistic.java | 15 ++++++++
 .../processor/StatisticsSummaryConsumer.java       | 40 +++++++++++---------
 .../report/processor/StatisticsSummaryData.java    | 13 ++++++-
 ...sponseTimePercentilesOverTimeGraphConsumer.java | 43 ++++++++++++++--------
 .../java/org/apache/jmeter/util/JMeterUtils.java   | 18 +++++++++
 .../apache/jmeter/resources/messages.properties    |  3 +-
 .../apache/jmeter/resources/messages_fr.properties |  3 +-
 ...TimePercentilesOverTimeGraphConsumerSpec.groovy |  3 +-
 .../apache/jmeter/gui/report/HTMLReportExpect.json |  3 ++
 11 files changed, 118 insertions(+), 50 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.