Re: basic newbie question

2009-05-07 Thread sebb
Or see here: http://jakarta.apache.org/jmeter/usermanual/listeners.html#sample_variables On 07/05/2009, Deepak Shetty wrote: > Hi > have it included within the Name text field of your Test. > e.g. > In an HTTP request sampler you would have Request Page with ${Value_1} > regards > > deepak >

Re: basic newbie question

2009-05-07 Thread Deepak Shetty
Hi have it included within the Name text field of your Test. e.g. In an HTTP request sampler you would have Request Page with ${Value_1} regards deepak On Thu, May 7, 2009 at 1:27 PM, Otwell, Christopher E (N-SAIC) < christopher.e.otw...@lmco.com> wrote: > Hi, I'm very new to JMeter and trying to

basic newbie question

2009-05-07 Thread Otwell, Christopher E (N-SAIC)
Hi, I'm very new to JMeter and trying to learn it. Under the Test Plan (top) section, If I create a bunch of User Defined Variables such as: Value_1${__Random(500,1000,,)} Value_2${__Random(1000,1500,,)} Value_3${__Random(1500,2000,,)} Then latest, I use Constant Timer with a Thread

Re: JMeter Ant Newbie Question

2009-04-24 Thread lmaddi
; > The jvm were commented because ant complains that > >[jmeter] Could not create the Java virtual machine. >[jmeter] Invalid initial heap size: -Xms128m -Xmx258m > > Q1 - Why can't jmeter task accept those values ? Or is it a semantic error > ant doesn't un

Re: Newbie question

2008-08-08 Thread Ronan Klyne
eter Users List Subject: Re: Newbie question Bhagwan Sahai wrote: Hi, I am new to jmeter. I need to get the cpu and memory utilization for the web server while load testing using jmeter. Can anybody suggest me? It would be great for me. Plz let me know if anybody knows. It's not a fe

RE: Newbie question

2008-08-08 Thread Bhagwan Sahai
PROTECTED] Sent: Friday, August 08, 2008 7:02 PM To: JMeter Users List Subject: RE: Newbie question I think this can actually be fairly simple to solve. This is how I would do it... You will need to use a While Controller, If Controller, Regular Expression Extractors, and User Parameters (I think

RE: Newbie question

2008-08-08 Thread Ryan Miling
st > Subject: Newbie question > > My web application is returning a table with several user Id, name and > forenames. Like > > ID NameForename > 12345 WilliamsAA > 34219 BachGustav > etc.. > > How can I scan the

RE: Newbie question

2008-08-08 Thread Bhagwan Sahai
ose of the author and do not necessarily represent those of PSI. -Original Message- From: Ronan Klyne [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2008 6:48 PM To: JMeter Users List Subject: Re: Newbie question Bhagwan Sahai wrote: > Hi, > > I am new to jmeter. I need to get

Re: Newbie question

2008-08-08 Thread Ronan Klyne
Bhagwan Sahai wrote: Hi, I am new to jmeter. I need to get the cpu and memory utilization for the web server while load testing using jmeter. Can anybody suggest me? It would be great for me. Plz let me know if anybody knows. It's not a feature of JMeter - think of JMeter as an automatic web

RE: Newbie question

2008-08-08 Thread Bhagwan Sahai
necessarily represent those of PSI. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2008 2:44 PM To: JMeter Users List Subject: RE: Newbie question Hi, I was thinking of using Bean Shell. I don't know if I can uuse Beanshell to scan the

RE: Newbie question

2008-08-08 Thread Richard . Markham
ck, Adrian" <[EMAIL PROTECTED]> 08/08/2008 11:07 Please respond to JMeter Users List To JMeter Users List cc Subject RE: Newbie question Not exactly a simple newbie question!! To the best of my knowledge, this would require some fairly complicated HTML processing which is

RE: Newbie question

2008-08-08 Thread Fitzpatrick, Adrian
Not exactly a simple newbie question!! To the best of my knowledge, this would require some fairly complicated HTML processing which is well beyond JMeter's built in capabilities. I think you would need to code this processing externally and then integrate it into JMeter using a combinati

Newbie question

2008-08-08 Thread Richard . Markham
My web application is returning a table with several user Id, name and forenames. Like ID NameForename 12345 WilliamsAA 34219 BachGustav etc.. How can I scan the respond and look for the maximum Id. TIA. Richard ___

Re: Newbie Question - log file location

2008-07-10 Thread sebb
On 10/07/2008, Z W <[EMAIL PROTECTED]> wrote: > Hi > > Whenever JMeter runs, it creates a log file which I believe contains > the messaging between JMeter and the test target/server. No, the jmeter log file is for operational messages and errors. > Where on the JMeter GUI shows the path to the

Newbie Question - log file location

2008-07-10 Thread Z W
Hi Whenever JMeter runs, it creates a log file which I believe contains the messaging between JMeter and the test target/server. Where on the JMeter GUI shows the path to the saved JMeter file location ? If not, how does one create a JMeter log file that would contain the actual messaging between

Re: JMeter Ant Newbie Question

2008-03-05 Thread Z W
anyone ? On Wed, Feb 27, 2008 at 10:16 AM, Z W <[EMAIL PROTECTED]> wrote: > Where's the right place to ask JMeter Ant questions ? > > thanks > > On Wed, Feb 27, 2008 at 9:22 AM, sebb <[EMAIL PROTECTED]> wrote: > > > On 27/02/2008, Z W <[EMAIL PROTECTED]> wrote: > > > sebb > > > Thanks for resp

Re: JMeter Ant Newbie Question

2008-02-27 Thread Z W
Where's the right place to ask JMeter Ant questions ? thanks On Wed, Feb 27, 2008 at 9:22 AM, sebb <[EMAIL PROTECTED]> wrote: > On 27/02/2008, Z W <[EMAIL PROTECTED]> wrote: > > sebb > > Thanks for responding. > > non-GUI works fine. > > > > 1 - Are the syxtax for Ant JMeter correct ? > > Che

Re: JMeter Ant Newbie Question

2008-02-27 Thread sebb
On 27/02/2008, Z W <[EMAIL PROTECTED]> wrote: > sebb > Thanks for responding. > non-GUI works fine. > > 1 - Are the syxtax for Ant JMeter correct ? Check the documentation on the website - it's not maintained by the JMeter developers. > 2 - > Is such declaration allowed or does Ant require

Re: JMeter Ant Newbie Question

2008-02-27 Thread Z W
sebb Thanks for responding. non-GUI works fine. 1 - Are the syxtax for Ant JMeter correct ? 2 - Is such declaration allowed or does Ant require them to be declared separately ? 3 - Am I still required to start jmeter-server manually before I could start using JMeter Ant ? I'm unsure by declaring

Re: JMeter Ant Newbie Question

2008-02-27 Thread sebb
On 27/02/2008, Z W <[EMAIL PROTECTED]> wrote: > Hi > > I've spend time reading articles to get Jmeter to work with Ant. > But I'm getting into many errors and need you help to make progress. > > PS C:\> ant -buildfile APMRun_main.xml jmeter_main > Buildfile: APMRun_main.xml > jmeter_main: >

JMeter Ant Newbie Question

2008-02-27 Thread Z W
Hi I've spend time reading articles to get Jmeter to work with Ant. But I'm getting into many errors and need you help to make progress. PS C:\> ant -buildfile APMRun_main.xml jmeter_main Buildfile: APMRun_main.xml jmeter_main: [echo] basedir is C:\ [jmeter] Executing test plan: C:\test_

Re: Simple newbie question - how to time a set of requests.

2007-07-23 Thread Ronan Klyne
t; -Original Message- > From: Ronan Klyne [mailto:[EMAIL PROTECTED] > Sent: Monday, July 23, 2007 6:49 AM > To: JMeter Users List > Subject: Simple newbie question - how to time a set of requests. > > Hello all, > > I am trying to measure the time taken for a set o

RE: Simple newbie question - how to time a set of requests.

2007-07-23 Thread Matthew Coventon
, July 23, 2007 6:49 AM To: JMeter Users List Subject: Simple newbie question - how to time a set of requests. Hello all, I am trying to measure the time taken for a set of requests to complete. I have these requests grouped in a Simple Controller, but cannot work out how to get timings for the whole

Simple newbie question - how to time a set of requests.

2007-07-23 Thread Ronan Klyne
Hello all, I am trying to measure the time taken for a set of requests to complete. I have these requests grouped in a Simple Controller, but cannot work out how to get timings for the whole controller, rather than each individual request. None of the available listeners seem appropriate, but I su

Re: Newbie question about JMeter

2007-01-12 Thread Jake Jacobson
Thanks, It is working now. One quick question. Why does the CSV Data Set Config have to be inside the while controller? I had it inside my main thread but discovered that I would only get the first value in the file. Jake On 1/12/07, sebb <[EMAIL PROTECTED]> wrote: On 12/01/07, Jake Jacobso

Re: Newbie question about JMeter

2007-01-12 Thread Alexander Wallace
rather than telling you what's wrong, i'll tell you what I would do... To try to identify where the issue is i would simplify stuff... For instance, it looks like your problem is with the while condition... change the condition to be "false" and see if you run any samples (you should not) .

Re: Newbie question about JMeter

2007-01-12 Thread sebb
On 12/01/07, Jake Jacobson <[EMAIL PROTECTED]> wrote: Thanks Sebb but I have studied both of those posts and I am still confused. I have setup a CSV Data Set Config with the following values: Filename: randomTerms.txt Variable Names: QUERY Delimiter: \n Recycle on EOF: False I then have a W

Re: Newbie question about JMeter

2007-01-12 Thread Jake Jacobson
Thanks Sebb but I have studied both of those posts and I am still confused. I have setup a CSV Data Set Config with the following values: Filename: randomTerms.txt Variable Names: QUERY Delimiter: \n Recycle on EOF: False I then have a While Controller where I am making an HTTP Request to my

Re: Newbie question about JMeter

2007-01-12 Thread sebb
See: http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-user/200701.mbox/<[EMAIL PROTECTED]> and http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-user/200701.mbox/<[EMAIL PROTECTED]> On 12/01/07, Jake Jacobson <[EMAIL PROTECTED]> wrote: I guess I am just really dense because I c

Re: Newbie question about JMeter

2007-01-12 Thread git
Dood, Can you send an example of what you are doing now and then I'd be happy to try and figure out what is going wrong for you. Cheers AJ On Fri, 2007-01-12 at 10:30 -0500, Jake Jacobson wrote: > I guess I am just really dense because I can't get the while loop to > end when I reach the end o

Re: Newbie question about JMeter

2007-01-12 Thread Jake Jacobson
I guess I am just really dense because I can't get the while loop to end when I reach the end of the file. I have read http://jakarta.apache.org/jmeter/usermanual/component_reference.html#While_Controller and most all of the questions in these threads. A simple example would be most helpful Jak

Re: Newbie question about JMeter

2007-01-11 Thread Jake Jacobson
Thanks for your help. I was able to get these problems resolved and everything seems to be working as expected now with my while loop. Jake On 1/11/07, sebb <[EMAIL PROTECTED]> wrote: On 11/01/07, Jake Jacobson <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to build a test plan to load test

Re: Newbie question about JMeter

2007-01-11 Thread sebb
On 11/01/07, Jake Jacobson <[EMAIL PROTECTED]> wrote: Hi, I am trying to build a test plan to load test our search appliance. I have a file with search terms, 1 per line that I want to submit against the application. I want to go through the list once and when I reach the end of file, the test

Newbie question about JMeter

2007-01-11 Thread Jake Jacobson
Hi, I am trying to build a test plan to load test our search appliance. I have a file with search terms, 1 per line that I want to submit against the application. I want to go through the list once and when I reach the end of file, the test would end. I am having 2 issues that I need help with

Re: Newbie question

2006-11-01 Thread Choudhury
CTED]> 11/02/2006 03:30 AM Please respond to "JMeter Users List" To cc Subject Newbie question I know this is probably a trivial question, but I'm stuck. I've just started using JMeter to test a simple web application. For my first test I'm sending HTTP

Newbie question

2006-11-01 Thread David Solis
I know this is probably a trivial question, but I'm stuck. I've just started using JMeter to test a simple web application. For my first test I'm sending HTTP requests using POST method. The server is running in a JBoss app server on my local machine. But I can't get my test to hit the page I want

Re: newbie question: JMeter and Telnet

2005-04-07 Thread Cleber Hostalácio de Melo
I am not sure I got the point! You´ve suggested 2 alternatives: 1) A "Simple Telnet Sampler" that already exists and could be extend to fullfil my particular needs and.. 2) Prototyping a telnet client with BeanShell. If it´s what I understood, probably the first one is easier to implement. Do y

Re: newbie question: JMeter and Telnet

2005-04-07 Thread sebb
There is already a simple Telnet Sampler. It should be quite easy to extend this if required. [I had hoped to add send-expect scripting to this, but never got round to it] You could use the BeanShell sampler to prototype a telnet client, and then turn it into a self-contained one if necessary. S

Re: newbie question: JMeter and Telnet

2005-04-06 Thread Peter Lin
you'll probably have to write a new sampler. I don't know much about telnet internals, but there are java clients for telnet like mindterm. peter On Apr 6, 2005 2:32 PM, Cleber Hostalácio de Melo <[EMAIL PROTECTED]> wrote: > Hi, > > I am new to JMeter, and of course, to this group. > > I look

newbie question: JMeter and Telnet

2005-04-06 Thread Cleber Hostalácio de Melo
Hi, I am new to JMeter, and of course, to this group. I looked up in JMeter documentation and in the "JMeter user list archive" and coudn´t find any reference to the telnet protocol. The reason is that I intend to use JMeter to test the performance of an application downsized from IBM Mainfra

Re: Db2 jdbc jmeter newbie question

2004-12-13 Thread Tong P.
Turn on the debug mode (jmeter.properties, log_level.jmeter.protocol.jdbc=DEBUG ) and see the jmeter.log --- Jim Cimino <[EMAIL PROTECTED]> wrote: > > Hello all, > I'm trying to use jmeter to load test several db2 > sql queries via jdbc. The driver class is: > COM.ibm.db2.jdbc.app.DB2Driver

RE: Db2 jdbc jmeter newbie question

2004-12-13 Thread Jim Cimino
newbie question Turn on the debug mode (jmeter.properties, log_level.jmeter.protocol.jdbc=DEBUG ) and see the jmeter.log --- Jim Cimino <[EMAIL PROTECTED]> wrote: > > Hello all, > I'm trying to use jmeter to load test several db2 > sql queries via jdbc. The driver

Db2 jdbc jmeter newbie question

2004-12-13 Thread Jim Cimino
Hello all, I'm trying to use jmeter to load test several db2 sql queries via jdbc. The driver class is: COM.ibm.db2.jdbc.app.DB2Driver and the url is jdbc:db2:toolsdb. The end result of any attempted run is this exception: 'org.apache.jmeter.protocol.jdbc.util.NoConnectionsAvailableExce

Re: Newbie question: How do you capture the URLs you test usingjmeter?

2004-07-13 Thread joelsherriff
Great - Thanks Mike, that'll keep me busy for a while... - Original Message - From: "Michael Stover" <[EMAIL PROTECTED]> To: "JMeter Users List" <[EMAIL PROTECTED]> Sent: Tuesday, July 13, 2004 10:41 AM Subject: Re: Newbie question: How do you

Re: Newbie question: How do you capture the URLs you test using jmeter?

2004-07-13 Thread Michael Stover
JMeter can do what you're used, though I personally don't find that the most practical approach. JMeter has a proxy server that can record browser requests (http://jakarta.apache.org/jmeter/usermanual/best-practices.html#proxy_server and follow links there for more details) JMeter can automatica

Newbie question: How do you capture the URLs you test using jmeter?

2004-07-13 Thread joelsherriff
Though I have lot's of experience with commercial test tools, I'm new to jmeter (1 whole day of playing with it) so this is the first of what will probably turn out to be a string of questions...anyone please feel free to correct any misassumptions I may make. Not sure how to expand the subject qu

Re: Newbie question

2003-09-05 Thread mstover1
My suggestions: Record your actions in a browser, keep "follow-redirect" off, and turn on https testing later once you get regular http working. -Mike On 5 Sep 2003 at 13:17, Neil B. Cohen wrote: > Hi, > > I'm trying to work with JMeter for the first time. A couple of simple > questions... >

Newbie question

2003-09-05 Thread Neil B. Cohen
Hi, I'm trying to work with JMeter for the first time. A couple of simple questions... Background - I am trying to test a web application built with Struts and Tomcat 4.x. A user visits a web site (www.xxx.com) on port 80. This is redirected to a secure page. This page asks for a user id and pass

Re: Newbie question

2003-08-28 Thread Jeremy Arnold
Hello, I'm not sure about your first question. There's currently no way to prevent the wrapping in Graph Results. This is one of the areas we're hoping to improve for the next major release...although we're not exactly sure what we will be changing yet. One way to do a quick fix would be

Newbie question

2003-08-28 Thread dhay
Hi, Am just starting to use JMeter, and have a simple question about the Graph Results and Graph Full Results Listeners. - what do you have to do to get the Graph Full Results working?! It just shows me the first two steps as text, and then nothing! - is there any way to get the Graph Results l

Re: Newbie Question

2003-02-06 Thread Scott Eade
JMeter works (when testing HTTP) by simulating the behaviour of a web browser, so the answer to your question is yes, JMeter can be used to test ASP applications as well as JSP, HTML, Servlets, PHP, etc. (basically anything you point a browser at). JMeter can also be used to test JDBC, SOAP and Ja

Newbie Question

2003-02-06 Thread Praveen
Hi All, Can I use this fine tool to test ASP applications hosted on MS IIS4.0 server or it can be used only for Test JAR/WAR/EJB in the typical JAVA enviro using Tomcat4.01/Weblogic servers. Thanks for the Info. -Praveen.C - Original Message - From: "Stuart Barlow" <[EMAIL PROTECTED]> To

RE: Newbie Question: Can't get JMeter to start

2001-11-18 Thread Bob Low Kuan Loong/HONOC/PBB/PBBG
espond to "JMeter Users List" <[EMAIL PROTECTED]> To: 'JMeter Users List' <[EMAIL PROTECTED]> cc: Subject: RE: Newbie Question: Can't get JMeter to start Hi Bob, sorry, i wanted the actual output that was generated when jmeter.bat was ran. Regards Scott

RE: Newbie Question: Can't get JMeter to start

2001-11-16 Thread Scott Coleman
Hi Bob, sorry, i wanted the actual output that was generated when jmeter.bat was ran. Regards Scott -Original Message- From: Bob Low Kuan Loong/HONOC/PBB/PBBG [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 11:41 AM To: JMeter Users List Subject: RE: Newbie Question: Can&#

RE: Newbie Question: Can't get JMeter to start

2001-11-16 Thread Bob Low Kuan Loong/HONOC/PBB/PBBG
Hi Scott My jmeter.bat file looks like this: @echo on set PROP=jmeter.properties set LOG4JCONFIG=log4j.configuration=log4j.conf set HOST= set PORT= IF "%1" == "-f" set PROP=%2 IF "%1" == "-h" set HOST=-Dhttp.proxyHost=%2 -Dhttps.proxyHost=%2 IF "%1" == "-p" set PORT=-Dhttp.proxyPort=%2 -Dhttps.

RE: Newbie Question: Can't get JMeter to start

2001-11-16 Thread Scott Coleman
[mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 11:18 AM To: JMeter Users List Subject: RE: Newbie Question: Can't get JMeter to start Hi Scott You said > The problem appears tobe that the log4j property has not been set. > Can you check the line > set LOG4JCONFIG=log4j

RE: Newbie Question: Can't get JMeter to start

2001-11-16 Thread Bob Low Kuan Loong/HONOC/PBB/PBBG
Hi Scott You said > The problem appears tobe that the log4j property has not been set. > Can you check the line > set LOG4JCONFIG=log4j.configuration=log4j.conf > in the jmeter.bat file, and make sure that it is valid Yes, the line exists in the jmeter.bat file. In addition, I have checked the

RE: Newbie Question: Can't get JMeter to start

2001-11-16 Thread Scott Coleman
Message- From: Bob Low Kuan Loong/HONOC/PBB/PBBG [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 10:18 AM To: JMeter Users List Subject: RE: Newbie Question: Can't get JMeter to start Hi Scott, You are a life saver! The lcp.bat file was the cause. I corrected the CR/LF pr

RE: Newbie Question: Can't get JMeter to start

2001-11-16 Thread Bob Low Kuan Loong/HONOC/PBB/PBBG
Hi Scott, You are a life saver! The lcp.bat file was the cause. I corrected the CR/LF problem, and now it works (or at least appears to!). I also noticed that there were 'out of environment space' errors. I have now modified the environment space to 4096 bytes and that seems to have done the tr

RE: Newbie Question: Can't get JMeter to start

2001-11-15 Thread Scott Coleman
Loong/HONOC/PBB/PBBG [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 4:47 AM To: [EMAIL PROTECTED] Subject: Newbie Question: Can't get JMeter to start Hi, I just downloaded JMeter 1.7b but can't get it to launch. What I've done: - installed JRE Ver 1.3.1 from java.sun

Newbie Question: Can't get JMeter to start

2001-11-15 Thread Bob Low Kuan Loong/HONOC/PBB/PBBG
Hi, I just downloaded JMeter 1.7b but can't get it to launch. What I've done: - installed JRE Ver 1.3.1 from java.sun.com - unzipped JMeter - edited jmeter.bat to correct CR/LF. It now looks like this: @echo on set PROP=jmeter.properties set LOG4JCONFIG=log4j.configuration=log4j.conf set HOST=

Too many possible configurations (newbie question)

2001-05-21 Thread Mahlen Morris
I'm new to JMeter, and have tried many many variations of tree elements in order to get the script that I want, but to no avail. I've been tracing through the JMeter code, but what I'm doing wrong is eluding me. Since other emails on the list indicate that what I'm seeking is fully supported, I th