Re: Resolve a JMeter variable using an external program

2012-09-16 Thread Anthony Johnson
I assume that you are trying to spread the load as equally as possible? Could you would some magic with the Beanshell Server? Perhaps you can block every test in a setup Thread group or a Once-Only Controller until your test distribution is done and then open the gates? Good luck, Anthony On S

Re: Resolve a JMeter variable using an external program

2012-09-16 Thread Oliver Lloyd
No really, sadly this is the problem statement. So, what I'm working on is a program that takes the jmeter jmx file and farms it out over a bunch of machines. Before it does this it parses the jmx to get things like thread counts and references to csv files - you need these to make the process

Re: How do we know jmeter is running on which version?

2012-09-16 Thread sebb
Also reported in the jmeter.log file On 16 September 2012 22:29, Deepak Shetty wrote: > In the gui help --> about jmeter > > On Sun, Sep 16, 2012 at 11:13 AM, MiLi :) wrote: > >> Hello experts >> >> JMeter is running on which version, how can i find the same >> >> Appreciate ur help >> >> Thanks

Re: how do we use jmeter in big applications?

2012-09-16 Thread Deepak Shetty
If all you wanted to do was test Java classes then possibly there are better choices available (TestNG or the most popular JUnit and a bunch of other frameworks). Most people use JMeter a load testing framework for web applications[though not limited to that] that simulates HTTP requests (As oppose

Re: Resolve a JMeter variable using an external program

2012-09-16 Thread Deepak Shetty
> I want to take this jmx xml file and parse it to read the location of the file so I can do stuff with it (before I actually run the >test) I cant help but feel that this is a proposed solution to a problem rather than the problem itself. Literally you are asking the equivalent of I have a java cl

Re: How do we know jmeter is running on which version?

2012-09-16 Thread Deepak Shetty
In the gui help --> about jmeter On Sun, Sep 16, 2012 at 11:13 AM, MiLi :) wrote: > Hello experts > > JMeter is running on which version, how can i find the same > > Appreciate ur help > > Thanks > mili >

how do we use jmeter in big applications?

2012-09-16 Thread MiLi :)
Hi Team I am trying to learn the importance of jmeter, i just managed to run the java request sampler; but i am failing to understand what are the benefits of using it in real time big project can any one tell me following things 1)How big projects uses jmeter, do they have to make changes to the

[RESOLVED] Re: Custom class testing

2012-09-16 Thread MiLi :)
Thanks for help now i am able to see the class in class name issue was that i did not included source in the jar and also placed the jar in the lib/ext On Thu, Sep 13, 2012 at 2:52 PM, MiLi :) wrote: > Hi > > I have copied my jar which contains simple java class ...under lib/ext but > when i u

Resolve a JMeter variable using an external program

2012-09-16 Thread Oliver Lloyd
Is it possible to resolve the value of a jmeter variable from an external program? So, if I have a jmx that has, for example, a CSV Config control that has a literal path of: ${myTestRoot}/some/other/dir/myfile.csv Using an external program, I want to take this jmx xml file and parse it to re