notification when a test fails

2002-10-16 Thread Shirley Zhou
I want to schedule to run JMeter in nonGui mode at a give time every day and get notified (preferably by email) if any test failed. Can this be done in JMeter? Thanks Shirley _ Get a speedy connection with MSN Broadband.  Join n

Re: Distributed testing

2002-10-16 Thread Michal Kostrzewa
> 1) Can I distribute testing load among multiple machines? >For example I want to use 50 threads, loop for 1000 times >and divide this load among five machines. Yes, please read http://jakarta.apache.org/jmeter/usermanual/remote-test.html > 2) For each thread, I want to simulate a uniqu

Re: OutOfMemoryError during test perf

2002-10-16 Thread Michal Kostrzewa
Hi > > with distributed testing): > > > Should i do the same when launching jmeter -s on the remote server. > > > I have numerous traces on the server console too! > > > > I think server is more important, because IT is doing the test. It has to > > have memory for results. > This is not the case

RE: Database logging and log integration idea [implementation question]

2002-10-16 Thread Schmukler, Stuart
The XSL is a stop gap measure. I know the volume of output that test runs can generate is a problem. I am still looking in to a graphing and analysis package that will handle large XML formated data sets. I have not seen any open source graphing tool that can handle XML inpit streams and very

RE: Database logging and log integration idea [implementation que stion]

2002-10-16 Thread SEYB, DAN A (AIT)
FWIW, Excel 2002 can read the JTL file, apparently as an XML document. Using it might be tricky, since it sorts the columns and does some other things I question, but at least it is loaded into the spreadsheet. For whatever that might be worth. :) dan "Never do anything that's a waste

Re: Http User Parameter modifier again

2002-10-16 Thread Mike Stover
First, you should use the newer User Parameters config element instead of the HTTP User Parameter Modifier - it's easier and more general. You could sort of get the effect I imagine you're looking for by using two User Parameter config elements, one for the user-specific variables, and one fo

Re: Database logging and log integration idea [implementation que stion]

2002-10-16 Thread Michal Kostrzewa
> Enclosed is the XSL that our expert came up with to process the data. Just > save it as a Text file with the extention of .csv from XMLSpy. Delete the > first and third lines along with the two leading tab characters. Vola, a > .csv for excel to use. Yes, I suppose there are many methods fo

Http User Parameter modifier again

2002-10-16 Thread Mike Hartley
Hi all, I am using the http user parameter modifier to login a series of users - nothing new there then I here you all say, but within the same users.xml file I want to create a parameter X with multiple values which all the threads can access as a common pool. The xml has an allthreads section,

JDBC testing with User paramaters in Query

2002-10-16 Thread Sosnowski, Andrew P [IT]
There may be a bug with User Parameters when used with JDBC objects. Once in a while but not all the time the ${EMPID} parameter does not get expanded; most of the time it is expanded correctly. I.e. of 17 threads the query is not expanded 1 of the 17 times on average. Is there a restriction on

RE: Database logging and log integration idea [implementation que stion]

2002-10-16 Thread Schmukler, Stuart
Folks, I have been looking for something to process that XML data from overnight runs, but to date I have not anything good. I have not found a way for excel 2000 or Open Office 6.0 to process the XML data. However I have found that XMLSpy can convert the data into data base tables. Or via an XS

RE: JDBC testing

2002-10-16 Thread Sosnowski, Andrew P [IT]
Some things I would find useful for JDBC testing: -the label of the JDBC test element is not used in the Sample Results label attribute (uses the Query string instead) as it is in the HTML element. I like this feature as it is helpful in creating reports of results from jtl file. -is there any w

RE: JOrphan?

2002-10-16 Thread Schmukler, Stuart
Mike, There could be a problem if you are building a Java Sampler since JMeter is driving the API of the service directly. SaS -Original Message- From: Mike Stover [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 10:49 AM To: JMeter Users List Subject: Re: JOrphan? The doc

Re: JOrphan?

2002-10-16 Thread Mike Stover
The docs have been upgraded to indicate that JDK 1.4 and above is required for JMeter now. JOrphan is just a bunch of classes that are independent of any other classes, and I have factored them out of the JMeter org.apache.jmeter.* structure and into their own. I grew tired of copy/pasting

Re: Database logging and log integration idea [implementation que stion]

2002-10-16 Thread Mike Stover
Yes, that's true. But CSV will just be a base to start from. My point was that, instead of trying to be an "open" format, JMeter should go for efficiency. -Mike On 16 Oct 2002 at 10:18, Michal Kostrzewa wrote: > Hi, > > > Now I have an xml file Obviously lots of things parse xml and I

RE: OutOfMemoryError during test perf

2002-10-16 Thread Mike Stover
On 16 Oct 2002 at 17:03, Vola, Guillaume wrote: > Michal, > > Thanks for your answer. I start to see clearer > but I still have some questions. > > > Should I use non-GUI mode for high load testing ? > Hmmm... is there a possibility to use non-GUI mode for remoted testing? I was > always using

RE: Connection timed out !!!

2002-10-16 Thread Mike Stover
What went wrong with the proxy recorder? I'd recommend upgrading to JDK1.4+ -Mike On 16 Oct 2002 at 11:28, Vola, Guillaume wrote: > Mike, > > I did not use the record mode with proxy beacause I was > not able to make it working correctly. > I mofidied my thread group removing some of controlle

Re: OutOfMemoryError during test perf

2002-10-16 Thread Mike Stover
On 16 Oct 2002 at 15:29, Michal Kostrzewa wrote: > Hi, > > I'll tell you what I know, don't sure it's true (not having much experience > with distributed testing): > > > Should i do the same when launching jmeter -s on the remote server. > > I have numerous traces on the server console too! >

Re: Error when running test in non-GUI mode

2002-10-16 Thread Mike Stover
Yes, your testfile wasn't an entire TestPlan. You need to save your test plan from the "TestPlan" tree node. -Mike On 16 Oct 2002 at 17:51, Vola, Guillaume wrote: > C:\TMP\Tools\ApacheJMeter_1.7.3\jakarta-jmeter\bin>jmeter.bat -n -t >testfiles/aOsearch.jmx -l testfiles/chichet2.jtl > Created

JOrphan?

2002-10-16 Thread kcassell
I just upgraded from JMeter 1.7.3 to 1.8. I had been using Sun's Java 1.3.1, but when I tried using it with JMeter 1.8, I got: java.lang.reflect.InvocationTargetException: java.lang.UnsupportedClassVersionError: org/jorphan/test/UnitTestManager (Unsupported major.minor version 48.0)

Error when running test in non-GUI mode

2002-10-16 Thread Vola, Guillaume
C:\TMP\Tools\ApacheJMeter_1.7.3\jakarta-jmeter\bin>jmeter.bat -n -t testfiles/aOsearch.jmx -l testfiles/chichet2.jtl Created the tree successfully Starting the test Running the test! Error in NonGUIDriverjava.lang.ArrayIndexOutOfBoundsException at org.apache.jmeter.engine.StandardJMeterE

Distributed testing

2002-10-16 Thread Atif Ghaffar
Hello, I have just joined this list. Kudos for the cool software. I have toyed with jmeter for a couple of days to understand how it works and to evaluate if we can use it for testing some of our apps. Few questions: 1) Can I distribute testing load among multiple machines? For example I wa

RE: OutOfMemoryError during test perf

2002-10-16 Thread Vola, Guillaume
Michal, Thanks for your answer. I start to see clearer but I still have some questions. > Should I use non-GUI mode for high load testing ? Hmmm... is there a possibility to use non-GUI mode for remoted testing? I was always using it that way: several servers (jmeter -s) of course without gui

Re: OutOfMemoryError during test perf

2002-10-16 Thread Michal Kostrzewa
Hi, I'll tell you what I know, don't sure it's true (not having much experience with distributed testing): > Should i do the same when launching jmeter -s on the remote server. > I have numerous traces on the server console too! I think server is more important, because IT is doing the test.

RE: OutOfMemoryError during test perf

2002-10-16 Thread Vola, Guillaume
Michael, Should i do the same when launching jmeter -s on the remote server. I have numerous traces on the server console too! When you're talking about using jdk 1.4.1 instead of 1.3, is it for both jmeter client and server ? Should I use non-GUI mode for high load testing ? Thanks -gui -O

Re: jMeter performance, garbage collector - related problem

2002-10-16 Thread Michal Kostrzewa
Hi Mike Thank you very much for your answer. > > The way to fix this would be to use an object pool. It would have to be > relatively sophisticated in JMeter's case, but certainly doable. > I thought it's wonderful idea, but... How do you want to do that? there are objects, that can be only cr

Re: Connection timed out !!!

2002-10-16 Thread Berin Loritsch
Michal Kostrzewa wrote: >>I've had trouble in the past with JMeter when not using JDK 1.4. If its >>possible for you to run JMeter under JDK 1.4, I'd recommend trying that. My >>problems had to do with using the proxy to record, but I think it's >>possibel that other JDK version related problems m

Re: Connection timed out !!!

2002-10-16 Thread Michal Kostrzewa
> > I've had trouble in the past with JMeter when not using JDK 1.4. If its > possible for you to run JMeter under JDK 1.4, I'd recommend trying that. My > problems had to do with using the proxy to record, but I think it's > possibel that other JDK version related problems may be present. Good p

RE: Connection timed out !!!

2002-10-16 Thread Emerson, David
Hi Guillaume, I've had trouble in the past with JMeter when not using JDK 1.4. If its possible for you to run JMeter under JDK 1.4, I'd recommend trying that. My problems had to do with using the proxy to record, but I think it's possibel that other JDK version related problems may be present.

Re: OutOfMemoryError during test perf

2002-10-16 Thread Michal Kostrzewa
Hi, I know about two issues related with outofmemory exception. First, when you are running with GUI and listeners, after some time you will run out of memory, because listeners collects samples in memory. But you've said that's not your case (remote testing) You've also said in previous mail

OutOfMemoryError during test perf

2002-10-16 Thread Vola, Guillaume
Title: OutOfMemoryError during test perf Test environment: = -Remote testing -JMeter 1.7.3 -JDK 1.3 -# threads = 100 -Loop = 10 How to avoid that sort of failure ? host = 13.202.220.44 start = 13.202.220.44 Exception occurred during event dispatching: java.lang.OutOfMemoryError

RE: Connection timed out !!!

2002-10-16 Thread Vola, Guillaume
Title: RE: Connection timed out !!! Mike, I did not use the record mode with proxy beacause I was not able to make it working correctly. I mofidied my thread group removing some of controllers. The test is now simpler but seems to work better. When I increase the # threads I get some out of

Re: Database logging and log integration idea [implementation que stion]

2002-10-16 Thread Michal Kostrzewa
Hi, > Now I have an xml file Obviously lots of things parse xml and I bet > excel does too, just not as readily as it did csv. I think csv has one problem xml and rdbs don't have. It can't store relations. there are some relations in jMeter - e.g. to one sample there may me several assert