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 2021/04/05 08:21:55 UTC

[Bug 65219] New: Need to have the HTML dashboard report values in 5 decimal places

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

            Bug ID: 65219
           Summary: Need to have the HTML dashboard report values in 5
                    decimal places
           Product: JMeter
           Version: 5.4.1
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: satworld98@gmail.com
  Target Milestone: JMETER_5.5

Hi,
Is there a way to provide Avg, Man, and Throughput values in 5 decimal places
instead of 2.

The HTML dashboard report is generating values in 2 decimal precision. I waned
to configure 5 decimal places for clarity. Is there a way?

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

[Bug 65219] Need to have the HTML dashboard report values in 5 decimal places

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

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #2 from Felix Schumacher <fe...@internetallee.de> ---
I don't think, that there is currently an easy way to do that.

You might be able to do this by editing the template files in
bin/report-template

There are some formatting commands like "something.toFixed(2)",
"Math.round10(something, -2)" or "%x.2", where you could try to replace the "2"
with some "5". (I haven't tried it)

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

[Bug 65219] Need to have the HTML dashboard report values in 5 decimal places

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

sat <sa...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |CLOSED

--- Comment #3 from sat <sa...@gmail.com> ---
Thanks Felix for the idea !!.
Your suggestion worked perfectly for me.

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

[Bug 65219] Need to have the HTML dashboard report values in 5 decimal places

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

--- Comment #1 from sat <sa...@gmail.com> ---
Created attachment 37798
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37798&action=edit
Report format

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