RE: Testing through Browsers

2004-05-25 Thread Lee Peterson
Hi. Here's a useful tutorial that helps to understand what JMeter is capable of : http://javaboutique.internet.com/tutorials/JMeter/ Lee Peterson SAS Institute Inc. SAS ... The Power to Know -Original Message- From: Sonam Chauhan [mailto:[EMAIL PROTECTED] Sent: Tuesday, May

RE: Using jmeter in non-gui

2004-05-21 Thread Lee Peterson
Hi Randy, You might try : ./jmeter -n -LDEBUG -t ./mytest.jmx -l ./log.jtl You don't say what OS you're using. I think I recall a similar need on Linux. Lee Peterson SAS Institute Inc. SAS ... The Power to Know -Original Message- From: Randy Paries [mailto:[EMAIL PROTECTED

RE: SQL Query Parameters

2004-05-12 Thread Lee Peterson
- here's a nitpick that reduces usability. The doc seems to have hard line returns such that when I resize the browser width the text does NOT reflow. The JMeter doc. window has to be kept really wide. Is that intentional? Thanks for an extremely valuable tool. Lee Peterson SAS Institute Inc

RE: HTTP Status Code 500?

2004-04-16 Thread Lee Peterson
Ryo, That must be correct behavior. W3C says : http://www.w3.org/Protocols/HTTP/HTRESP.html '500' means 'Internal Error'. Unless the JMeter designers intended to give you complete latitute to interpret response codes (and I don't think they do) , this must be the intended behavior. Lee

RE: space caused parameter substitution to fail

2004-04-14 Thread Lee Peterson
of the jmeter list to help find older information: http://marc.theaimsgroup.com/?l=jmeter-user Lee Peterson SAS Institute, Inc. SAS ... The Power to Know -Original Message- From: Lianghwa Jou [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 13, 2004 8:46 PM To: [EMAIL PROTECTED] Subject

RE: Newb needs regular expression help

2004-03-24 Thread Lee Peterson
the regex match into. Here's a gotcha if you use a function. I don't believe white space is allowed in the function between parameters - at all! If you're used to putting some white space in there for readability, then ouch! I recall a previous post to that effect. Lee Peterson SAS Institute Inc

RE: Newb needs regular expression help

2004-03-23 Thread Lee Peterson
: Reg Expr: (SessionID=)([^]+)([]) Since you gave the variable the name 'SessionID', then refer to it like : ${SessionID} in the 2nd page POST. Lee Peterson SAS Institute Inc. SAS ... The Power to Know -Original Message- From: Neal O'Connell [mailto:[EMAIL PROTECTED] Sent: Tuesday

Placing __property() in a Filename field doesn't work

2004-03-18 Thread Lee Peterson
a non-variable file locus in the Filename field, a file is written as expected. I have JMeter configured to output XML rather than the default CSV, if that makes any difference. Any help is appreciated. Thanks. Lee Peterson SAS Institute, Inc. SAS ... The Power to Know

RE: Placing __property() in a Filename field doesn't work

2004-03-18 Thread Lee Peterson
)}wdprf001I.jtl Thanks again. Lee -Original Message- From: Lee Peterson [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 3:46 PM To: [EMAIL PROTECTED] Subject: Placing __property() in a Filename field doesn't work Hi all. I hoped to parameterize the location of output files from

RE: Changing controller type

2004-02-06 Thread Lee Peterson
Hi all. It doesn't make sense that you can change any controller type to any other. However, I did succeed in changing a recording controller to a simple controller that way. So far I haven't noticed a problem, but it's probably NOT a sanctioned way of altering a Test Plan. Lee Peterson SAS

RE: Changing controller type

2004-02-06 Thread Lee Peterson
type Ya, but until they get bulk copy/paste working its much less of a pain in the a$$ than dragging each http request recorded. :( -Original Message- From: Lee Peterson [mailto:[EMAIL PROTECTED] Sent: Friday, February 06, 2004 10:16 AM To: JMeter Users List Subject: RE

RE: Servlet Testing?

2003-12-17 Thread Lee Peterson
/jmeter/usermanual/get-started.html#proxy_server http://jakarta.apache.org/jmeter/usermanual/best-practices.html#proxy_server Lee Peterson SAS Institute Inc. SAS ... The Power to Know -Original Message- From: Trevor Johnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17

RE: Servlet Testing?

2003-12-17 Thread Lee Peterson
to the references cited earlier. ** Since your test setup and servlet are on the same side of the firewall, that should be fine for your test. There should be no need for LAN settings adjustment. Lee Peterson SAS Institute Inc. SAS ... The Power to Know -Original Message- From: Trevor Johnson

RE: ZipException during batch invocation

2003-10-24 Thread Lee Peterson
, Sebastian [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 11:53 AM To: 'JMeter Users List' Subject: RE: ZipException during batch invocation -Original Message- -Original Message- From: Lee Peterson [mailto:[EMAIL PROTECTED] Sent: 22 October 2003 19:15

RE: ZipException during batch invocation

2003-10-23 Thread Lee Peterson
Sebastian, thanks for the reply. See below. -Original Message- From: BAZLEY, Sebastian [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 2:23 PM To: 'JMeter Users List' Subject: RE: ZipException during batch invocation -Original Message- From: Lee Peterson

RE: ZipException during batch invocation

2003-10-22 Thread Lee Peterson
and your session timeout value) kill your servlet container, but cannot by any means be called a memory leak. Hope this helps. -- Salut, Jordi. Lee Peterson wrote: Hi all. We want to exercise our servlet, deliberately trying to make any memory leak cause an eventual crash

ZipException during batch invocation

2003-10-21 Thread Lee Peterson
(JarFile.java:55) [Loaded java.util.HashMap$KeySet from C:\Program Files\Java\j2re1.4.1\lib\rt.jar] [Loaded java.util.HashMap$KeyIterator from C:\Program Files\Java\j2re1.4.1\lib\rt.jar] CLASSPATH problem ? I thought I had enough in there. Has anyone else experienced this? Thanks. Lee