Correlate between two thread groups?

2008-08-08 Thread Bob Yetman
I've just started using JMeter at work, and one project I've been assigned is to develop a test for part of an order demo process we're developing. This test must submit a SOAP/XML request and monitor a JMS topic for a reply (which simulates an external process doing something with the order).

jmeter Test Plan against a Swing App Client?

2008-08-08 Thread David Brown
Hello jmeter crowd, does anyone out there in jmeter-land have any background using Jmeter against a Swing based client application? I have done a lot of browser proxy Test Plan building but nothing with a Java Swing Client as the target. Comments, rants and raves welcomed. Thanks, David. Yet s

Re: Newbie question

2008-08-08 Thread Ronan Klyne
Bhagwan Sahai wrote: Hi Ronan Klyne, Jmeter has one listener named "monitor". I could not find that how can I user this for pramati server. Can you tell me how I can integrate Perfmon or I think this may help you: http://www.performancewiki.com/performance-staf-jmeter3.html logman to Jmeter?

RE: Newbie question

2008-08-08 Thread Bhagwan Sahai
Hi Ryan, Thanks for your reply. Actually I am not good at programming so it would be tedious job for me :) Warm Regards, Bhagwan Sahai |Sr.QA.Engineer, Group of BPM Consulting| Pratham Software (ISO 9001-2000) S-23, Krishna Marg, Shyam Nagar, Jaipur - 302019 [India] (T) +91 141 4060617 (F)

RE: Newbie question

2008-08-08 Thread Ryan Miling
I think this can actually be fairly simple to solve. This is how I would do it... You will need to use a While Controller, If Controller, Regular Expression Extractors, and User Parameters (I think User Parameters). Think of how you would do this if you were making a program, as in Java or some

RE: Newbie question

2008-08-08 Thread Bhagwan Sahai
Hi Ronan Klyne, Jmeter has one listener named "monitor". I could not find that how can I user this for pramati server. Can you tell me how I can integrate Perfmon or logman to Jmeter? Plz let me know if you know about it. Warm Regards, Bhagwan Sahai |Sr.QA.Engineer, Group of BPM Consulting| P

Re: Newbie question

2008-08-08 Thread Ronan Klyne
Bhagwan Sahai wrote: Hi, I am new to jmeter. I need to get the cpu and memory utilization for the web server while load testing using jmeter. Can anybody suggest me? It would be great for me. Plz let me know if anybody knows. It's not a feature of JMeter - think of JMeter as an automatic web

Re: Loop through CSV

2008-08-08 Thread Jose Castro
Exactly. But what if I want each thread to read the whole file? There should a a loop logic for csv data. On Fri, Aug 8, 2008 at 4:01 AM, Ivan Rodriguez <[EMAIL PROTECTED]> wrote: > I don't think I quite understand what you are asking > > With a CVS file you have a set of lines and in each li

RE: Newbie question

2008-08-08 Thread Bhagwan Sahai
Hi, I am new to jmeter. I need to get the cpu and memory utilization for the web server while load testing using jmeter. Can anybody suggest me? It would be great for me. Plz let me know if anybody knows. Warm Regards, Bhagwan Sahai |Sr.QA.Engineer, Group of BPM Consulting| Pratham Software

RE: Newbie question

2008-08-08 Thread Richard . Markham
Hi, I was thinking of using Bean Shell. I don't know if I can uuse Beanshell to scan the HTML respond. Cheers Richard __ Smals sluit elke aansprakelijkheid uit in verband met de juistheid, de volledig

RE: Newbie question

2008-08-08 Thread Fitzpatrick, Adrian
Not exactly a simple newbie question!! To the best of my knowledge, this would require some fairly complicated HTML processing which is well beyond JMeter's built in capabilities. I think you would need to code this processing externally and then integrate it into JMeter using a combination of pos

Newbie question

2008-08-08 Thread Richard . Markham
My web application is returning a table with several user Id, name and forenames. Like ID NameForename 12345 WilliamsAA 34219 BachGustav etc.. How can I scan the respond and look for the maximum Id. TIA. Richard ___

RE: Loop through CSV

2008-08-08 Thread Ivan Rodriguez
I don't think I quite understand what you are asking With a CVS file you have a set of lines and in each line you have a set of variables. Each line will be used once per thread. So making enough threads will use the whole file. The CVS Data Set Config will do all of this almost by itself.