RE: java heap error

2006-12-28 Thread Lincoln, Adym
Environment, Standard Edition (build 1.5.0_06-b05) Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing) failing system: java version "1.5.0_04" Java 2 Runtime Environment, Standard Edition Java HotSpot Client VM ~i On 12/28/06, Lincoln, Adym <[EMAIL PROTECTED]&g

RE: java heap error

2006-12-28 Thread Lincoln, Adym
- From: I.B. [mailto:[EMAIL PROTECTED] Sent: Thursday, December 28, 2006 1:23 PM To: JMeter Users List Subject: Re: java heap error both systems are XP Pro sp2 ~ig On 12/28/06, Lincoln, Adym <[EMAIL PROTECTED]> wrote: > What's the OS on both systems? > > > Adym Lincoln > I/

RE: java heap error

2006-12-28 Thread Lincoln, Adym
Sent: Thursday, December 28, 2006 1:16 PM To: JMeter Users List Subject: Re: java heap error Xms and Xmx values set to 1024m but the issue persists ~i On 12/28/06, Lincoln, Adym <[EMAIL PROTECTED]> wrote: > ~I.B., > > First thing, solve the issue: > - Try to bump up the HEAP size

RE: java heap error

2006-12-28 Thread Lincoln, Adym
~I.B., First thing, solve the issue: - Try to bump up the HEAP size on the system where it does NOT work. - Depending on whether you are using Windoze or *nix, there should be a BAT or Shell script file called jmeter.bat/jmeter. - Edit the script and locate the HEAP parameter...should have -Xms256

RE: hi can anyone tell me which profiling tools is the best tool(open source)

2006-10-03 Thread Lincoln, Adym
Check out Eclipse 3.2 and the TPTP 4.2 plug-in. They are fairly large at 103MB and 60MB, but they are a complete solution for profiling server based applications, Tomcat in particular... hth, Adym Lincoln I/S Corporate - I/S Internal Applications 603-245-3744 Ext : 53744 [EMAIL PROTECTED] ... B

RE: Calling Stored Procedure on Oracle 10

2006-09-19 Thread Lincoln, Adym
Try putting a "/" (along with the ";") after the entire anonymous block...: DECLARE var1 VARCHAR(256); var2 VARCHAR(256); var3 VARCHAR(256); var4 VARCHAR(256); var5 NUMBER; var6 NUMBER; BEGIN SPname ('[EMAIL PROTECTED]', '127.0.0.66', 'brand', var5,var1,var6); DBMS_OUTPUT.PUT_LINE(var5); DBMS_

RE: Looping through different users on login

2006-04-20 Thread Lincoln, Adym
I would try the CSV Data File element. Don't let the CSV mis-lead you as you can use any text delimiter you wish. I had good luck with CSV to pass userid and password values into a test plan. Adym Lincoln I/S Corporate - I/S Internal Applications 603-245-3744 Ext : 53744 [EMAIL PROTECTED] ...

RE: Jmeter problems 2h into perf test

2006-04-18 Thread Lincoln, Adym
Oliver, Any chance your JDK/JRE is doing a large garbage collection? Sometimes a java driven application (jmeter) that is kept constantly busy over a long period has little to no time to go thru and do garbage collection. At some point that GC will become mandatory, especially as the JVM insta

RE: Ant Memory in Eclipse

2006-03-29 Thread Lincoln, Adym
box. Adym -Original Message- From: Lincoln, Adym [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 29, 2006 3:34 PM To: JMeter Users List Subject: RE: Ant Memory in Eclipse Check. In that dialog, you probably don't need the -vmargs portion. Hth, Adym -Original Message--

RE: Ant Memory in Eclipse

2006-03-29 Thread Lincoln, Adym
for the help! Matt Hoffman 100 CTC Dr. Johnstown, PA 15904 (814) 269-2528 [EMAIL PROTECTED] -Original Message- From: Lincoln, Adym [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 29, 2006 3:23 PM To: JMeter Users List Subject: RE: Ant Memory in Eclipse Matthew, For some 3rd party Jav

RE: Ant Memory in Eclipse

2006-03-29 Thread Lincoln, Adym
Matthew, For some 3rd party Java products (like Ant and Eclipse) I usually put the following at the end of the command line... -vmargs -Xmx384M This should bump up the memory usage for a given java program... Since you're running Ant thru Eclipse, did you search around in the Eclipse Windows ->

RE: Remote testing with JMeter

2006-03-13 Thread Lincoln, Adym
lly and it works remotely on an XP box. Any ideas what's different? Cheers Oliver P.S. Thank you for all your excellent help! I've really gained a lot. I'm off to enjoy the weekend now and will continue on Monday. -Original Message- From: Lincoln, Adym [mailto:[EMAIL PROTECTE

RE: Remote testing with JMeter

2006-03-09 Thread Lincoln, Adym
;s a bug planet...it's an ugly planet...ever feel like your software project is going in the wrong direction. ... -----Original Message- From: Lincoln, Adym [mailto:[EMAIL PROTECTED] Sent: Thursday, March 09, 2006 3:02 PM To: JMeter Users List Subject: RE: Remote testing with JMete

RE: Remote testing with JMeter

2006-03-09 Thread Lincoln, Adym
to do remote. Firewall on the box is off. Ethereal (on the client) doesn't show anything unusual. The RMI connection seems to be up but the client still throws a "java.rmi.ConnectException" at the address 127.0.0.1 (???). Is there anything apart from the firewall, that needs switch

RE: Remote testing with JMeter

2006-03-09 Thread Lincoln, Adym
Oliver, What version of Linux are you using? I know we upgraded a server from RedHat Linux 3.0 to RedHat 4.0 and ran smack into the new security model for RedHat 4.0. We had to go in and disable the new security firewall stuff to allow external IP requests through. hth, Adym Lincoln I/S Corpo

RE: Problem while running Distributed test

2006-03-06 Thread Lincoln, Adym
Ven, I'm guessing you're not using any kind of HTTP web server (Apache, IIS, Orion, etc...), so I would double-check the Port number you are sending your requests to...For instance, a typical HTTP Request would send it's web request to Port number 80. The port number can be specified with the HTT

RE: [Proposal] JMeter and Eclipse...

2006-03-06 Thread Lincoln, Adym
urrently run "headless"; I doubt that Eclipse will ever be able to... S. On 06/03/06, Lincoln, Adym <[EMAIL PROTECTED]> wrote: > Sebb, > > Somewhat unrelated, but are there any plans to possibly migrating JMeter > under the Eclipse IDE? I use Eclipse quite a bit and I know

RE: [Proposal] Make JMeter depend on Java 1.4 as a minimum

2006-03-06 Thread Lincoln, Adym
Sebb, Somewhat unrelated, but are there any plans to possibly migrating JMeter under the Eclipse IDE? I use Eclipse quite a bit and I know it has a wealth of GUI and plugins already. The TPTP (Testing, Performance and Tools Platform) that is available might be a good fit, although speaking from

RE: Help function

2006-03-06 Thread Lincoln, Adym
Torsten, That looks like a JDK exception (javax.swing.*). I'd check the version of the JDK you are using and possibly test the GUI part of your JDK with another app on your machine that uses Java Swing GUI components...If the same thing happens with the other application, then there's probably so

RE: Loading Parameter for Load Test

2006-03-02 Thread Lincoln, Adym
Salman, Use a CSV Data File element and setup simple variables that capture the userid and password. Then use these ${userid}/${passwd} variables in your login HTTP Sampler element. I do this all the time with out Mantis web application tests. One caveat to a CSV Data file...all threads within

RE: How to configure when a cluster is using

2006-02-28 Thread Lincoln, Adym
Torsten, Are there any java exceptions in the JMeter log? Seems like there should be some kind of error/exception coming out somewhere... Adym Lincoln I/S Corporate - I/S Internal Applications 603-245-3744 Ext : 53744 [EMAIL PROTECTED] ... It's a bug planet...it's an ugly planet...ever feel l

RE: Echo or print out CSV data...

2006-02-28 Thread Lincoln, Adym
l to use the log function; you can use it anywhere that a variable can be used, e.g. CSV Data set - defines VAR1 HTTP Sampler uses ${VAR1} or you can put HTTP Sampler uses ${__log(${VAR1})} S. On 27/02/06, Lincoln, Adym <[EMAIL PROTECTED]> wrote: > Yup. It's working. I had the log()

RE: Echo or print out CSV data...

2006-02-27 Thread Lincoln, Adym
l Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Monday, February 27, 2006 5:08 PM To: JMeter Users List Subject: Re: Echo or print out CSV data... Have you looked at the log()/logn() functions? http://jakarta.apache.org/jmeter/usermanual/functions.html#__log On 27/02/06, Lincoln, Adym <

RE: Which controller to use with CSV data set config

2006-02-27 Thread Lincoln, Adym
Shih-Chen, Is your CSV Data file setup as a "child" of the Loop Controller? What you describe should be working if the CSV Data file is a child. I use a While Controller() and my CSV Data file is a child and it works fine... hth, Adym Lincoln I/S Corporate - I/S Internal Applications 603-245-3

Echo or print out CSV data...

2006-02-27 Thread Lincoln, Adym
Hi all, I am trying to figure out a way to "echo/print" the values of my variables in JMeter. Basically, I have two CSV files that I am reading data from. One CSV data file is read in by the Thread Group, the other from a While Controller(). What I would like is a way to echo and/or print the v

RE: Thread number and Ramp-up time relationship?

2006-02-22 Thread Lincoln, Adym
Pavel, There use to be a simple Windows program call pmon.exe, short for process monitor. I just tried it on my Windows 2000 Professional and couldn't find it. I use to use it on Windows 95/NT many moons ago when I was doing Windows/M$ development, but I've since fallen behind with regards to Wi

RE: increment in While Controller

2006-02-17 Thread Lincoln, Adym
Absolutely...Any chance you could publish the JMX snippets? That would be one nice regex to keep around... thx, Adym Lincoln I/S Corporate - I/S Internal Applications 603-245-8245 Ext : 58245 [EMAIL PROTECTED] ... It's a bug planet...it's an ugly planet...ever feel like your software project

RE: increment in While Controller

2006-02-17 Thread Lincoln, Adym
Something I've done is I have a While Controller, then inside the While Controller I have a CSV Data File. I then have a stub/plug value in the last record of the CSV Data File. The stub/plug value is read into a variable that I test for within the While Controller. Here's the snippet of the JMX

RE: Include controllers and non-gui mode

2006-02-16 Thread Lincoln, Adym
First, just browsing the error messages...I'd say it can't find the file notes.htm. Could not fetch SamplePackage 2006/02/16 11:21:05 ERROR - jmeter.samplers.SampleResult: 2.) It looks like you're using HTTP to fetch the file given the URL... file:///X:/travelink/Nov%202006%20load%20testing/not

RE: RE: Sending Body data with http sampler

2006-02-13 Thread Lincoln, Adym
Re: RE: Sending Body data with http sampler > A form is used...with textboxes where u enter userid and password... > > Anand R Iyer > > > ----- Original Message - > From: "Lincoln, Adym" <[EMAIL PROTECTED]> > Date: Monday, February 13, 2006 11:07 am &g

RE: Sending Body data with http sampler

2006-02-13 Thread Lincoln, Adym
How is the authentication done? For instance, most web applications use a "form" that acts just like any other webpage...i.e. it appears in the web browser as a normal web page with textboxes that are used to capture the userid and password. Another way is that the web application puts up a pop

RE: Too many TCP connections?

2006-02-10 Thread Lincoln, Adym
ay, I think it should help. Regards, Fred - Original Message - From: "Lincoln, Adym" <[EMAIL PROTECTED]> To: "JMeter Users List" Sent: Friday, February 10, 2006 10:54 PM Subject: RE: Too many TCP connections? Fred, Unfortunately, this is starting to go beyond my e

RE: How to setup and use a parameter file...

2006-02-10 Thread Lincoln, Adym
-Original Message- From: Lincoln, Adym [mailto:[EMAIL PROTECTED] Sent: Friday, February 10, 2006 1:04 PM To: JMeter Users List Subject: How to setup and use a parameter file... Hi all, Is there a tutorial and/or example of how to feed parameters into an HTTP Request element? I basically

How to setup and use a parameter file...

2006-02-10 Thread Lincoln, Adym
Hi all, Is there a tutorial and/or example of how to feed parameters into an HTTP Request element? I basically need to setup a thread group that iterates through a series of HTTP Requests, one of which is a view page that takes an id field via the URL...i.e. a GET. I'd like to setup a file withi

RE: Too many TCP connections?

2006-02-10 Thread Lincoln, Adym
s trying to use is already in use. Fred: Apart from the web server limiting the thread, if there is a possibility that the JMeter cannot cope with the fast return response within the thread group for concurrent access that it breaks? May be I will try to add more delay in between request. Regards,

RE: login test problem..

2006-02-09 Thread Lincoln, Adym
Yup. Just went through this last week myself... In my case, I had an HTTP Request that did the GET onto the actual login_page.php. But, what I had to do was view the source of the login_page.php to find out what "action" the on the page was going to: Then I had to setup/replace the original

RE: Too many TCP connections?

2006-02-09 Thread Lincoln, Adym
irection. ... -Original Message- From: Fred [mailto:[EMAIL PROTECTED] Sent: Thursday, February 09, 2006 5:00 AM To: Lincoln, Adym; JMeter Users List Subject: RE: Too many TCP connections? Thanks for the response. I have run the same tests Jmeter on 2 XP SP2 machines, - AMD Athon 30

RE: Too many TCP connections?

2006-02-08 Thread Lincoln, Adym
There's a good chance that it's related to the number of threads, not TCP connections. TCP connections typically utilize a "port" on your machine. Setting up a TCP connection probably doesn't use as many resources as setting up the "thread" that is going to use that port. There's also the possib

RE: HTTP Proxy Server Recorder...

2006-02-07 Thread Lincoln, Adym
ebsite. After browsing for couple of links in that site. I should see the all the links in my target controller right? But I am not finding any links under target controller. What could be the problem? Thanks in advance. Ven -Original Message- From: Lincoln, Adym [mailto:[EMAIL PROTECTED]

RE: HTTP Proxy Server Recorder...

2006-02-07 Thread Lincoln, Adym
Using it right now. What's you specific issue? Can't link the web browser to the Proxy? Nothing gets recorded? What? Adym Lincoln I/S Corporate - I/S Internal Applications 603-245-8245 Ext : 58245 [EMAIL PROTECTED] ... It's a bug planet...it's an ugly planet...ever feel like your software pr

Proxy Server Recorder...Capturing POST pages...

2006-02-06 Thread Lincoln, Adym
Hi all, I'm using the HTTP Proxy Server element to capture and record a series of web requests. I setup the Proxy Server and a Recording Controller without any issues. I can get the HTTP requests to be recorded by the Proxy Server (and the Recording Controller) except for pages that are POST req

RE: HTTP Request...How to login to website...

2006-02-03 Thread Lincoln, Adym
form's action as the request URL, and supply one HTTP parameter for each form input. On Thursday 02 February 2006 12:22 pm, Lincoln, Adym wrote: > Hi all, > > Trying to setup JMeter to load test a website that requires login > authentication. the login page uses simple database &g

HTTP Request...How to login to website...

2006-02-02 Thread Lincoln, Adym
Hi all, Trying to setup JMeter to load test a website that requires login authentication. the login page uses simple database authentication...i.e. user table with simple clear-text password comparison. Has anyone setup such an Element in Jmeter? And if so, how? Configuration - - J