.
Yours
Phil
On Thu, 2002-11-14 at 09:09, Vola, Guillaume wrote:
> Hi there,
>
> During my perf tests I encountered some issues with JMeter (V1.8/jdk1.4).
> As Listener I have only one Agregate Report with NO output file.
> Sometimes during long time test JMeter becomes unresponsi
appreciate it.
I attached my test plan to this message.
Best regards.
Guillaume
-Original Message-
From: Mike Stover [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 16, 2002 7:02 PM
To: JMeter Users List
Subject: RE: OutOfMemoryError during test perf
On 16 Oct 2002 at 17:03, Vola
Hi there,
I'm wondering someone has an idea regarding that issue.
I would like to simulate a variable flow of connection to my server.
The number of threads =1000
The ramp-up period =2000s.
How to make each thread not starting every 2 seconds but with a random time between
each one.
Should I add
Hi,
I'm having a problem with one of my test plan.
The test plan contains two thread group:
-One simulating a "normal" usage of the server (1000 threads in 2000 s.)
-The other one simulating a "peak" during a short periode (500 threads in 100s)
-A "constant timer" has been added between the two th
Hello,
I get the following when launching jmeter.
C:\TOOLS\jakarta-jmeter-src\jakarta-jmeter\bin>jmeter
Exception in thread "main" java.util.zip.ZipException: The system cannot find the file
specified
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.(ZipFile.
Hello,
When testing an application internally, is it possible to run the threads remotly
but without using most of the CPU ressource of the machine on which the server
is running. In other words how to avoid jmeter-server uses most of the CPU ressource ?
Is there a solution to run jmeter on a diff
Hi there,
In JMeter1.8 the config element HTTP Request Default does not seem
to work properly. All my requests are sent to port 80 instead of 2828.
Have you noticed that ?
--
Guillaume Vola
Project Leader - Quality Assurance & Support
XEROX Innovation Group / MKMS
6, chemin de Maupertuis 38240 Me
change the classpath for rmiregistry, not for JMeter?
JMeter finds its classes without help.
-Mike
On 18 Oct 2002 at 15:25, Vola, Guillaume wrote:
> Mike,
>
> I always get the same trace and error
> even after changed the CLASSPATH variable.
> I'm using the rmiregistry
ginal Message-
From: Michal Kostrzewa [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 18, 2002 12:31 PM
To: JMeter Users List
Subject: Re: JMeter: How to visualize results
Dnia pią 18. październik 2002 09:23, Vola, Guillaume napisał:
> Hi there,
>
> I launched a test last night (#thre
Error when starting a remote test
When setting up the system classpath for rmiregistry, you must also include the
jars:
lib/jorphan.jar
lib/logkit-1.0.1.jar
I'll update the docs.
-Mike
On 17 Oct 2002 at 16:45, Vola, Guillaume wrote:
> Hi,
>
> I get the following trace when I t
Hi,
I get the following trace when I try to start my Test Plan in remote mode.
I have also an error message pop-up from Jmeter "Bad call to remote host"
That feature was working in version 1.7.3 with jdk 1.3
I have now upgraded to version 1.8 with jdk 1.4.1
Please help!
-Gui
java.rmi.NotBoundEx
The bug is both on windows and solaris 8.
Workaround=check/uncheck GET/POST option to make text-field active
-Gui
-Original Message-
From: Vola, Guillaume [mailto:Guillaume.Vola@;mkms.xerox.com]
Sent: Thursday, October 17, 2002 5:31 PM
To: '[EMAIL PROTECTED]'
Subject: Impossi
Hi,
Since JMeter 1.8 I cannot use correctly the HTTP Request.
When I try to add a parameter to the request,
once I have filled the 'name' field, the 'value' field becomes inactive.
Please help!
--
Guillaume Vola
Project Leader - Quality Assurance & Support
XEROX Innovation Group / MKMS
6, chemin
Hi there,
I launched a test last night (#threads=1000, loop=1000) that finished few hours later.
When I come this morning the GUI interface was stacked due to OutOfMemory error.
Anyway I close Jmeter and relaunch it opening my test plan (askOnce.jmx) thinking
I would be able to see the results loa
Hi,
I just installed Jmeter1.8 + JDK 1.4.1 and I get the following trace.
Is it critical ?
C:\TMP\Tools\ApacheJMeter_1.8\jakarta-jmeter\bin>jmeter.bat
DEBUG 10348 [jmeter.g] (): Start : GraphAccumModel1
DEBUG 10348 [jmeter.g] (): End : GraphAccumModel1
DEBUG 10348 [jmeter.g] (): Star
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
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
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
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
testing turned on).
-Mike
On 15 Oct 2002 at 9:04, Vola, Guillaume wrote:
> Everything goes right in my browser.
> I have another scenario (thread) in JMeter which does
> only one request on 13.202.220.44:2828/askonce.jsp
> e.g. the home page of the application.
> When I run this
The following HTTP request returns an exception in a Assertions Results element.
What does it mean ?
Is the request failed or succeed ?
http://13.202.220.44:2828/aksonce.jsp
Query Data: action=search&stringDomains=Test&expression=toto
java.io.FileNotFoundException: http://13.202.
?
-Mike
On 14 Oct 2002 at 19:25, Vola, Guillaume wrote:
> All,
> Let me introduce myself first,
> I work in Grenoble (france) on the askOnce product.
> I'm in charge of the tests and validation.
> I'm trying to use JMeter for stress/load tests but I encounter some issues.
Title: Connection timed out !!!
All,
Let me introduce myself first,
I work in Grenoble (france) on the askOnce product.
I'm in charge of the tests and validation.
I'm trying to use JMeter for stress/load tests but I encounter some issues.
I'm using Jmeter 1.7.3 client-server option (remote te
23 matches
Mail list logo