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 2013/02/06 15:24:37 UTC

[Bug 54532] New: Response Time Graph Y axis scale not readable

https://issues.apache.org/bugzilla/show_bug.cgi?id=54532

            Bug ID: 54532
           Summary: Response Time Graph Y axis scale not readable
           Product: JMeter
           Version: 2.9
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: luca.maragnani@gmail.com
    Classification: Unclassified

Created attachment 29927
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=29927&action=edit
Patch to RespTimeGraphChart.java

The Y axis scale is not readable when there are samples with high response
times because scale step is 500ms.

IMHO scale should be adjusted considering graph size and max response time.

In attach a simple patch to address the problem: the hypothesis is that a
single item needs 50px to be readble.

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

[Bug 54532] Improve Response Time Graph Y axis scale with huge values or small values (< 1000ms). Add a new field to define increment scale.

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

Milamber <mi...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Response Time Graph Y axis  |Improve Response Time Graph
                   |scale not readable          |Y axis scale with huge
                   |                            |values or small values (<
                   |                            |1000ms). Add a new field to
                   |                            |define increment scale.

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

[Bug 54532] Response Time Graph Y axis scale not readable

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

Milamber <mi...@apache.org> changed:

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

--- Comment #1 from Milamber <mi...@apache.org> ---
Thanks for your patch.
I will work on a global patch to accept a high increment scale for the high
values, and a very little increment for scale with the little responses times
(<1000ms).
I think add in GUI response time graph a new field "Increment scale" for
personalize the increment.

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

[Bug 54532] Improve Response Time Graph Y axis scale with huge values or small values (< 1000ms). Add a new field to define increment scale.

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

Milamber <mi...@apache.org> changed:

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

--- Comment #2 from Milamber <mi...@apache.org> ---
done.

URL: http://svn.apache.org/r1444399
Log:
Improve Response Time Graph Y axis scale with huge values or small values (<
1000ms). Add a new field to define increment scale
Bugzilla Id: 54532

Modified:
    jmeter/trunk/docs/images/screenshots/response_time_graph.png
    jmeter/trunk/docs/images/screenshots/response_time_graph_settings.png
   
jmeter/trunk/src/components/org/apache/jmeter/visualizers/RespTimeGraphChart.java
   
jmeter/trunk/src/components/org/apache/jmeter/visualizers/RespTimeGraphVisualizer.java
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/images/screenshots/response_time_graph.png
    jmeter/trunk/xdocs/images/screenshots/response_time_graph_settings.png
    jmeter/trunk/xdocs/usermanual/component_reference.xml

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