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 2015/07/21 16:03:18 UTC

[Bug 58165] New: Display the time of the loadtest

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

            Bug ID: 58165
           Summary: Display the time of the loadtest
           Product: JMeter
           Version: 2.13
          Hardware: PC
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: maxime.chassagneux@gmail.com

Created attachment 32923
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=32923&action=edit
Display the time of the loadtest

I add on the GUI panel an information about the time elapse from the start of
the loadtest. I think this information is important. 

This hack is durty but it work....

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

[Bug 58165] Display the time of the loadtest

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

maxime.chassagneux@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #5 from maxime.chassagneux@gmail.com ---
(In reply to UbikLoadPack support from comment #2)
> Hi,
> Could you show a screenshot of the result ?
> Also could you ensure you use last version of JMeter and create your patch
> on it, because for now there is a huge number of differing lines (MainFrame)
> and we cannot see precisely what you added/modified.
> 
> Thanks

Yes I use the latest version of JMeter, I made a new patch that fix the problem
with too much differents lines

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

[Bug 58165] Display the time of the loadtest

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

--- Comment #3 from maxime.chassagneux@gmail.com ---
Created attachment 32929
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=32929&action=edit
Screen Capture

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

[Bug 58165] Display the time of the loadtest

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

--- Comment #7 from Rainer Jung <ra...@kippdata.de> ---
Personally I haven't missed it but I do like the screenshot and I can see how
it would be useful to users.

One doesn't want to move to much info that would be better part of a listener
into the main GUI but the elapsed test time similar to the already existing
thread count is IMHO of overview type so does warrant some space in the main
GUI.

The only other overview numbers that one could consider and which are currently
not in the main GUI would be total sample count and total error count. One
could also think about the number of successful/errnoneous finished thread
iterations, but that would get problematic if one uses multiple thread groups,
because then those two numbers are hard to interprete. But that's another
topic.

So a +1 from me to adding the elapsed time. I haven't checked the code though.

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

[Bug 58165] Display the time of the loadtest

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

--- Comment #1 from maxime.chassagneux@gmail.com ---
Created attachment 32925
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=32925&action=edit
New patch, I forget one file

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

[Bug 58165] Show the time elapsed since the start of the load test in GUI mode

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|PC                          |All
            Summary|Display the time of the     |Show the time elapsed since
                   |loadtest                    |the start of the load test
                   |                            |in GUI mode

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

[Bug 58165] Display the time of the loadtest

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #6 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
@Dev Team,
Do you think we should use this ?

Regards

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

[Bug 58165] Display the time of the loadtest

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

maxime.chassagneux@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #32923|0                           |1
        is obsolete|                            |
  Attachment #32925|0                           |1
        is obsolete|                            |

--- Comment #4 from maxime.chassagneux@gmail.com ---
Created attachment 32930
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=32930&action=edit
Again a new version of the patch ; No more Huge different line

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

[Bug 58165] Show the time elapsed since the start of the load test in GUI mode

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

--- Comment #9 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Thanks for contribution, used part of the code and reworked the rest.
Please test and give your feedback.

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

[Bug 58165] Show the time elapsed since the start of the load test in GUI mode

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

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

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

--- Comment #8 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Wed Dec 30 14:59:04 2015
New Revision: 1722346

URL: http://svn.apache.org/viewvc?rev=1722346&view=rev
Log:
Bug 58165 - Show the time elapsed since the start of the load test in GUI mode
Bugzilla Id: 58165

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/gui/MainFrame.java
    jmeter/trunk/src/core/org/apache/jmeter/reporters/Summariser.java
    jmeter/trunk/src/jorphan/org/apache/jorphan/util/JOrphanUtils.java
    jmeter/trunk/xdocs/changes.xml

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

[Bug 58165] Show the time elapsed since the start of the load test in GUI mode

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

--- Comment #10 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Thu Mar 24 08:04:14 2016
New Revision: 1736402

URL: http://svn.apache.org/viewvc?rev=1736402&view=rev
Log:
Bug 58165 Show the time elapsed since the start of the load test in GUI mode.
Add a tooltip
Add a border
Bugzilla Id: 58165

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/gui/MainFrame.java
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties

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

[Bug 58165] Display the time of the loadtest

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

UbikLoadPack support <su...@ubikloadpack.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All
             Status|NEW                         |NEEDINFO

--- Comment #2 from UbikLoadPack support <su...@ubikloadpack.com> ---
Hi,
Could you show a screenshot of the result ?
Also could you ensure you use last version of JMeter and create your patch on
it, because for now there is a huge number of differing lines (MainFrame) and
we cannot see precisely what you added/modified.

Thanks

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