Jmeter with Jgroups

2014-07-02 Thread Gunjan Garge
Hi All, Do anyone have experience of sending requests from Jmeter to Java component server on JGroups communication channel? My AUT is a java application (server) and it communicates with other java components on Jgroups. I wanted to simulate those other components using Jmeter. I was just won

Re: Module controller loosing "Module to run"

2014-07-02 Thread sebb
On 2 July 2014 07:09, Wei Yi wrote: > If you have ever used text editor to open the scripts, then you can see the > they are linked by the actual name under collectionProp of ModuleController. > > This behavior bothers me too since as long as I changed the name of the > test Fragment/Controller, m

RE: Custom Configuration Plugin

2014-07-02 Thread Ryabtsev Vladimir
About bsh.shared: http://jmeter.apache.org/usermanual/best-practices.html#bsh_variables This is namespace which is available to all threads. You can store any variable (or reference) in bsh.shared from any thread and get it from any thread. In other languages (e.g. JSR223+groovy) you can achieve