Created attachment 32923 [details] 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....
Created attachment 32925 [details] New patch, I forget one file
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
Created attachment 32929 [details] Screen Capture
Created attachment 32930 [details] Again a new version of the patch ; No more Huge different line
(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
@Dev Team, Do you think we should use this ? Regards
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.
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
Thanks for contribution, used part of the code and reworked the rest. Please test and give your feedback.
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
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3635