Bug 62684

Summary: Distributed Testing : Add automatically to thread name a prefix to identify engine
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2 Keywords: FixedInTrunk
Version: 5.0   
Target Milestone: JMETER_5.0   
Hardware: All   
OS: All   

Description Philippe Mouawad 2018-09-05 20:09:04 UTC
Currently when doing distributed testing, by default as there is no default prefix for threads, the Active Threads Over Time graph will not be correct unless user adds a prefix as described here:
- https://jmeter.apache.org/usermanual/generating-dashboard.html#configuration_requirements
------------------------------------------------------------
When using JMeter distributed mode with multiple jmeter-server instances, ensure you add in your Thread Groups something that uniquely identifies ThreadGroup for every JVM, example:

ThreadXXX_${__P(JVM_ID)}

where you pass a different JVM_ID property for each jmeter-server through:

-JJVM_ID=i

where i varies between 1 and the number of jmeter-server you are using. 
------------------------------------------------------------
or here:
- https://jmeter-plugins.org/wiki/ActiveThreadsOverTime/

This enhancement will make JMeter automatically add a prefix to thread that uniquely identifies each server engine.

This is contributed by UbikLoadPack .
Comment 1 Philippe Mouawad 2018-09-05 21:00:19 UTC
pmouawad@apache.org
10:17 PM (42 minutes ago)
 to commits

Author: pmouawad
Date: Wed Sep  5 20:17:14 2018
New Revision: 1840157

URL: http://svn.apache.org/viewvc?rev=1840157&view=rev
Log:
Bug 62684 - Distributed Testing : Add automatically to thread name a prefix to identify engine
Bugzilla Id: 62684

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/engine/RemoteJMeterEngineImpl.java
    jmeter/trunk/src/core/org/apache/jmeter/threads/ThreadGroup.java
    jmeter/trunk/src/core/org/apache/jmeter/util/JMeterUtils.java
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/generating-dashboard.xml



pmouawad@apache.org
10:49 PM (10 minutes ago)
 to commits

Author: pmouawad
Date: Wed Sep  5 20:49:47 2018
New Revision: 1840160

URL: http://svn.apache.org/viewvc?rev=1840160&view=rev
Log:
Bug 62684 - Distributed Testing : Add automatically to thread name a prefix to identify engine
Fix test failure
Bugzilla Id: 62684

Modified:
    jmeter/trunk/bin/testfiles/BatchTestLocalRemote.csv
    jmeter/trunk/bin/testfiles/BatchTestLocalRemote.jmx
    jmeter/trunk/bin/testfiles/BatchTestLocalRemote.xml



Author: pmouawad
Date: Wed Sep  5 20:59:08 2018
New Revision: 1840161

URL: http://svn.apache.org/viewvc?rev=1840161&view=rev
Log:
Bug 62684 - Distributed Testing : Add automatically to thread name a prefix to identify engine
Fix test failure
Bugzilla Id: 62684

Modified:
    jmeter/trunk/bin/testfiles/BatchTestLocal.csv
    jmeter/trunk/bin/testfiles/BatchTestLocal.jmx
    jmeter/trunk/bin/testfiles/BatchTestLocal.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:38:14 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4857