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 2018/09/05 20:09:04 UTC

[Bug 62684] New: Distributed Testing : Add automatically to thread name a prefix to identify engine

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

            Bug ID: 62684
           Summary: Distributed Testing : Add automatically to thread name
                    a prefix to identify engine
           Product: JMeter
           Version: 5.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: p.mouawad@ubik-ingenierie.com
  Target Milestone: ---

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 .

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

[Bug 62684] Distributed Testing : Add automatically to thread name a prefix to identify engine

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |JMETER_5.0
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
           Keywords|                            |FixedInTrunk
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---

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

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