Bug 54152 - In distributed testing : activeThreads always show 0 in GUI and Summariser
Summary: In distributed testing : activeThreads always show 0 in GUI and Summariser
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.8
Hardware: All All
: P4 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-15 21:25 UTC by Philippe Mouawad
Modified: 2013-09-22 08:02 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 2012-11-15 21:25:13 UTC
This issue affects all versions up to 2.8 and is a little disturbing
Comment 1 Sebb 2012-11-15 22:25:32 UTC
This ia a known issue; the problem is that there is no easy way to send the data bask.
Comment 2 Philippe Mouawad 2012-11-15 22:31:56 UTC
What do you mean by data bask ? Translation is not clear :-) 
Couldn't we implement a new SampleSender.
And at start of test, we send a simple bean representing what has been configured in CSVSaveService or SaveService ?

What would be the issue with this ? 
Thanks
Comment 3 Sebb 2012-11-16 00:29:16 UTC
(In reply to comment #1)
> This ia a known issue; the problem is that there is no easy way to send the
> data bask.

Oops, that should be:

   there is no easy way to send the data back.
Comment 4 Sebb 2012-11-16 00:30:46 UTC
(In reply to comment #2)
> Couldn't we implement a new SampleSender.
> And at start of test, we send a simple bean representing what has been
> configured in CSVSaveService or SaveService ?

I think that comment relates to a different Bug.
Comment 5 Philippe Mouawad 2012-11-16 06:38:28 UTC
Yes you're right they belong to other bug 54153
Comment 6 Philippe Mouawad 2012-11-16 06:39:32 UTC
Regarding this bug, can you point me to where it is mentionned in docs?
Thanks
Comment 7 Philippe Mouawad 2012-11-17 15:56:44 UTC
It is mentionned in build-test-plan.html documentation.
Comment 8 Philippe Mouawad 2012-11-17 16:00:48 UTC
Date: Sat Nov 17 15:59:50 2012
New Revision: 1410743

URL: http://svn.apache.org/viewvc?rev=1410743&view=rev
Log:
Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0
Bugzilla Id: 54152

Modified:
    jmeter/trunk/xdocs/changes.xml
Comment 9 Philippe Mouawad 2013-08-30 21:15:09 UTC
Date: Fri Aug 30 21:08:16 2013
New Revision: 1519088

URL: http://svn.apache.org/r1519088
Log:
Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0
Bugzilla Id: 54152

Added:
    jmeter/trunk/src/core/org/apache/jmeter/threads/RemoteThreadsListener.java   (with props)
    jmeter/trunk/src/core/org/apache/jmeter/threads/RemoteThreadsListenerImpl.java   (with props)
    jmeter/trunk/src/core/org/apache/jmeter/threads/RemoteThreadsListenerTestElement.java   (with props)
    jmeter/trunk/src/core/org/apache/jmeter/threads/RemoteThreadsListenerWrapper.java   (with props)
Modified:
    jmeter/trunk/bin/saveservice.properties
    jmeter/trunk/src/core/org/apache/jmeter/JMeter.java
    jmeter/trunk/src/core/org/apache/jmeter/engine/ConvertListeners.java
    jmeter/trunk/src/core/org/apache/jmeter/gui/action/RemoteStart.java
    jmeter/trunk/xdocs/changes.xml
    
Date: Fri Aug 30 21:13:37 2013
New Revision: 1519089

URL: http://svn.apache.org/r1519089
Log:
Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0
Fix test failure
Bugzilla Id: 54152

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/save/SaveService.java
Comment 10 Philippe Mouawad 2013-08-30 21:16:35 UTC
Total threads still shows 0 in GUI Mode but this brings the following improvements to distributed testing:
- Summarizer display correct information
- In GUI mode, we see the total started and stopped threads
Comment 11 Philippe Mouawad 2013-08-31 12:41:21 UTC
Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0
Add comment
Bugzilla Id: 54152

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/JMeter.java
Comment 12 Philippe Mouawad 2013-08-31 12:43:51 UTC
Date: Sat Aug 31 12:43:13 2013
New Revision: 1519177

URL: http://svn.apache.org/r1519177
Log:
Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0
Renamed to:
Bug 54152 - In distributed testing : activeThreads always show 0 in GUI and Summariser
Bugzilla Id: 54152

Modified:
    jmeter/trunk/xdocs/changes.xml
Comment 13 Philippe Mouawad 2013-09-22 08:02:38 UTC
Date: Sun Sep 22 08:01:43 2013
New Revision: 1525328

URL: http://svn.apache.org/r1525328
Log:
Bug 54152 - In distributed testing : activeThreads always show 0 in GUI and Summariser
Bugzilla Id: 54152

Modified:
    jmeter/trunk/build.xml
Comment 14 The ASF infrastructure team 2022-09-24 20:37:52 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2979