Re: Capturing a threadgroup's end of execution

2005-05-18 Thread vincent . lortie
Aaah thanks, It hadn't occured to me to use an inner while loop to make sure the last test element was in fact the last one for a given thread. That should just about do what I need it to do. Thanks again, Vince sebb <[EMAIL PROTECTED]> 05/18/2005 07:30 PM Please respond to "JMeter Users

Re: Capturing a threadgroup's end of execution

2005-05-18 Thread vincent . lortie
Basically, I have a test plan that has two thread groups in it. The two groups need to perform their operations concurrently, however, the second group must run for as long as the first one is running (the run time of the first group SHOULD NOT vary much but it is not outside the realm of the r

Capturing a threadgroup's end of execution

2005-05-18 Thread vincent . lortie
Hello, I was wondering if there was a way in JMeter to identify when all the threads of a given ThreadGroup have finished executing (a bit like implementing the TestListener interface allows you to know when an entire test ends). If there is no straightforward way of doing this is there a circ

Communication between thread groups...

2005-04-27 Thread vincent . lortie
Hello, I recall a similar issue (relating to thread synchronisation) that was discussed recently but I can't for the life of me find the e-mails, so please forgive me if this is rehashing something that's already been addressed. Here is what I am trying to accomplish in JMeter: I want to have

Splitting JMeter log file

2005-04-07 Thread vincent . lortie
Hello, I find myself running many overnight load tests and occasionally something will go horribly wrong and a massive jmeter.log file will be generated. I have reduced the logging treshold to ERROR but occasionally, I will still get cases where so many errors are generated that the resulting l

HTTPSampler Sample Timeout?

2005-03-29 Thread vincent . lortie
Hello, I am witnessing an odd behaviour when using the HTTPSampler: I will run a test over a fairly long period (24hour+) and occasionally, I will get "java.io.IOException: Stream Closed" exceptions steady for roughly an hour. Now it certainly is possible that in that interval I somehow lose

Re: JMeter Consumming all Memory

2005-03-16 Thread vincent . lortie
I am running the aggregate report and indeed a graphical listener. I will try running the same tests with only the simple listener and see how that works. Thanks for the quick reply! Always, Vince Peter Lin <[EMAIL PROTECTED]> 03/16/2005 08:50 AM Please respond to "JMeter Users List"

JMeter Consumming all Memory

2005-03-16 Thread vincent . lortie
Hi, I've been trying to use JMeter to run load tests but it seems that no matter what heap size I give it, it gradually uses up all memory and gets bogged down in garbage collects. I am using a series of HTTP Samplers to generate roughly 50 requests a second (50 threads each generating 1 reque