Bug 64380 - Add a 'Median' field to the dashboard and make the response time percentile fields support floating-point numbers
Summary: Add a 'Median' field to the dashboard and make the response time percentile f...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 5.2.1
Hardware: All All
: P2 enhancement (vote)
Target Milestone: JMETER_5.3.0
Assignee: JMeter issues mailing list
URL:
Keywords: FixedInTrunk
Depends on:
Blocks:
 
Reported: 2020-04-26 12:56 UTC by Philippe Mouawad
Modified: 2020-04-26 12:57 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2020-04-26 12:56:52 UTC
PR:

https://github.com/apache/jmeter/pull/567
Comment 1 Philippe Mouawad 2020-04-26 12:57:50 UTC
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 <keith.mork@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(-)
Comment 2 The ASF infrastructure team 2022-09-24 20:38:19 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5297