Re: Presentation

2009-05-17 Thread aidy lewis
Hi Steve, 2009/5/17 Steve Weisberg steve.weisb...@gmail.com: So as not to need to recreate the wheel, does anybody have material for a presentation to my group about Jmeter? PowerPoint,or similar. I'm sure I would need to adapt it to our emphasis the starter would help. Thanks, Steve

Re: Aggregrate report: calculation of Total for Average

2009-05-13 Thread aidy lewis
Sebb et al 2009/5/12 sebb seb...@gmail.com: Try multiplying the average in each line by the number of samples in that line, then add all the values together. Then calculate the average, and it will be close to the total average. The sum of all the individual counts will of course be the

Re: Aggregrate report: calculation of Total for Average

2009-05-13 Thread aidy lewis
HI Sebb, 2009/5/13 sebb seb...@gmail.com: Would it be possible to Wiki how the calculations are formed through Anyone can Wiki, but I think the place is in the supplied documentation (BTW which has been updated for the forthcoming release). Will this information be in the next release of

Re: How to analyze the Aggregate report

2009-04-21 Thread aidy lewis
Hi, You should ask your stakeholders for performance criteria to which the system should lie within. JMeter has context sensitive help, open the Aggregate Report Listener and look at the table of column explanations. Aidy On 21/04/2009, M.Vijaya Bhaskar vijayabhaska...@sigmainfo.net wrote:

aggregate report throughput saved to csv

2009-04-20 Thread aidy lewis
Hi, I saved my Aggregate Report table to csv, but it seems that the throughput figures have appeared in a different format than that appearing in the JMeter GUI. What calculation do I need to make so I can get them back to their original format of Throughput per min? Aidy -- blog:

Re: aggregate report throughput saved to csv

2009-04-20 Thread aidy lewis
Hi Sebb. 2009/4/20 sebb seb...@gmail.com: On 20/04/2009, aidy lewis aidy.le...@googlemail.com wrote: Hi,  I saved my Aggregate Report table to csv, but it seems that the  throughput figures have appeared in a different format than that  appearing in the JMeter GUI. Yes, because

min sql request response time of 0 ms?

2009-03-24 Thread aidy lewis
I have being doing a number of parameterised SQL requests against SQL Server 2005. On the Aggregate Report I have a min response time of: 0 ms. Can this be correct? Aidy - To unsubscribe, e-mail:

Re: TCP\IP bottleneck

2009-03-24 Thread aidy lewis
Hi Sebb, On 17/03/2009, sebb seb...@gmail.com wrote: JMeter measures the time from when it sends the request to when it gets the first response (latency) or full response (elapsed), so anything that causes this time to increase will affect response times. Is this response measured on the

Re: ERROR - jmeter.threads.JMeterThread: Test failed!java.lang.OutOfMemoryError: Java heap space.

2009-03-24 Thread aidy lewis
Hi, Have you considered increasing the memory allocated to the JVM in jmeter.bat? eg. set HEAP=-Xms256m -Xmx1024m Aidy On 24/03/2009, Himanshu Ghai himanshug...@gmail.com wrote: I see that you ran the test for more than an hour before you got the error..do you have view results tree

Re: response data from sql queries in JDBC request

2009-03-21 Thread aidy lewis
by default as a security measure (makes SQL injection attacks more difficult). On 16/03/2009, aidy lewis aidy.le...@googlemail.com wrote: Sebb, I have many sql statements per use-case. Can I just make sure that it is not possible to have multiple select statements in the JDBC select

Re: response data from sql queries in JDBC request

2009-03-16 Thread aidy lewis
. On 15/03/2009, aidy lewis aidy.le...@googlemail.com wrote: Hi Sebb,  Are you saying I should have 1 SQL query per JDBC request?  Is it not poosible to have mutliple queries within one JDBC request?  Thanks  Aidy  On 15/03/2009, sebb seb...@gmail.com wrote:   Why not just use several

Re: response data from sql queries in JDBC request

2009-03-16 Thread aidy lewis
Hi Sebb, On 16/03/2009, sebb seb...@gmail.com wrote: It's not possible currently to have more than one SQL statement per JDBC sampler request. It looks like support for multiple statements in a single request is database dependent. It may well be disabled by default as a security

jmeter lock

2009-03-16 Thread aidy lewis
Hi, It seems that JMeter is locking with continual requests and I am unable to retrieve the results. Is it possible to allocate more memory to the JVM or should I run in non-GUI mode. Thanks Aidy - To unsubscribe, e-mail:

response data from sql queries in JDBC request

2009-03-15 Thread aidy lewis
Hi, I have a number of SQL queries in a JDBC request. However the Response Data only returns the first SQL query. Is this correct? Is it possible for all SQL queries to be returned? Aidy - To unsubscribe, e-mail:

Re: response data from sql queries in JDBC request

2009-03-15 Thread aidy lewis
Hi Sebb, Are you saying I should have 1 SQL query per JDBC request? Is it not poosible to have mutliple queries within one JDBC request? Thanks Aidy On 15/03/2009, sebb seb...@gmail.com wrote: Why not just use several requests? On 15/03/2009, aidy lewis aidy.le...@googlemail.com wrote

JDBC Request and Connection Pools

2009-03-12 Thread aidy lewis
Hi, Regarding the JDBC Request, if I have 100 threads to simulate 100 users wouldn't I want connection pooling to be turned off. In the JDBC Connection Configuration would that mean I set the maximum number of pool connections to 1? Aidy

Re: JDBC Request and Connection Pools

2009-03-12 Thread aidy lewis
Hi Sebb 2009/3/12 sebb seb...@gmail.com: Which is why there is an option to have 1 connection per-thread by setting the pool count to 0 (zero). Thanks. This is what I was exactly looking for. Aidy - To unsubscribe, e-mail:

TCP\IP bottleneck

2009-03-12 Thread aidy lewis
Hi, Could it be a possibility that the JMeter response times could be skewed by a client side TCP\IP bottleneck? Aidy - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail:

Re: JDBC Request and Connection Pools

2009-03-12 Thread aidy lewis
Hi Sebb Which is why there is an option to have 1 connection per-thread by setting the pool count to 0 (zero). Is it possible to verify whether each thread is creating a seperate connection? Aidy - To unsubscribe, e-mail:

503 service unavailable error

2009-01-12 Thread aidy lewis
Hi, I am receiving 503 (service unavailable error). Thread Name: Thread Group 1-1 Sample Start: 2009-01-12 11:03:24 GMT Load time: 109 Latency: 109 Size in bytes: 1221 Sample Count: 1 Error Count: 1 Response code: 503 Response message: Service Unavailable Response headers: HTTP/1.0 503 Service

JMeter Reports?

2008-10-04 Thread aidy lewis
Hi, A load tester at work said that they did not trust JMeter reports. I read something like this before. Is there any basis to this? My argument is that I could 'trust' an open-source tool more than one where I could not read the source code. Aidy

Re: jmeter behind a proxy

2008-08-14 Thread aidy lewis
Hi Knut 2008/8/14 Knut Wuchtig [EMAIL PROTECTED]: hi, at the moment i'm lerning how to handle jmeter and i've got one question. i am sitting behind a proxy server proxy.server.com. i have read the manual and startet the jmeter by using this form: jmeter -h proxy.server.com -p 1234 I

Re: jmeter behind a proxy

2008-08-14 Thread aidy lewis
Hi Sebb, The incorrect documetation lies here: www.ingrid.org/jajakarta/jmeter/1.7/docs/usermanual/get-started.html Aidy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Apache JMeter book

2008-07-21 Thread aidy lewis
Hi, I came across this while reading someone's blog http://www.amazon.com/Apache-JMeter-Emily-Halili/dp/1847192955/ref=pd_bbs_sr_1?ie=UTF8s=booksqid=1216639430sr=8-1 Aidy - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Apache JMeter book

2008-07-21 Thread aidy lewis
Hi, I reviewed it. Very beginnerish in nature. The review will be out in a week or so. Regards, Kirk I think the attractiveness of JMeter lies in being able to quickly and easily set-up, implement and get performance data from tests as opposed to other closed and open-source tools.

Re: Could not read JMeter properties file

2008-07-04 Thread aidy lewis
Sebb I went from this page http://www.ingrid.org/jajakarta/jmeter/1.7/docs/usermanual/get-started.html Using a Proxy Server Example : jmeter -h my.proxy.server -p 8000 Regards Aidy On 03/07/2008, sebb [EMAIL PROTECTED] wrote: On 03/07/2008, aidy lewis [EMAIL PROTECTED] wrote: Hi, I

OT: connection time out on a alternative enviroment

2008-07-03 Thread aidy lewis
Hi, I am able to run Jmeter scripts in a test environment, but not UAT. I can view the Apps in the browser, there is no firewall, but the same script with a different URL gives a connection time-out. I know this is not directly related to JMeter but what kind of things should I be looking at to

set company proxy

2008-07-03 Thread aidy lewis
Hi, Is there any other way I can set the company proxy for Jmeter apart from using the command line? Regards Aidy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: set company proxy

2008-07-03 Thread aidy lewis
On 03/07/2008, sebb [EMAIL PROTECTED] wrote: Set the system properties: http.proxyHost http.proxyPort https.proxyHost https.proxyPort You Sebb are the greatest man alive and deserve beer aplenty. It's working. Aidy - To

variablise embedded sql in the jdbc request

2008-06-02 Thread aidy lewis
Hi, In a JDBC request, is it possible to use variables in the sql query? I have a file 15004781 15004782 15004783 15004784 15004785 15004786 15004787 15004788 That I read in the CSV data set config. The var has been assigned to the name 'contractid' Now, I know I can use this var in

Re: variablise embedded sql in the jdbc request

2008-06-02 Thread aidy lewis
Sebb, Thanks. This is valuable information. Is there anyway we can set up a JMeter Wiki faq, and then we could filter the really useful stuff to the help files? Aidy On 02/06/2008, sebb [EMAIL PROTECTED] wrote: On 02/06/2008, aidy lewis [EMAIL PROTECTED] wrote: Hi, In a JDBC request

Re: variablise embedded sql in the jdbc request

2008-06-02 Thread aidy lewis
: com.microsoft.sqlserver.jdbc.SQLServerException: Line 8: Incorrect syntax near '{'. So for some reason, values are not being entered into the variables. Aidy On 02/06/2008, sebb [EMAIL PROTECTED] wrote: On 02/06/2008, aidy lewis [EMAIL PROTECTED] wrote: Sebb, Thanks. This is valuable

Re: variablise embedded sql in the jdbc request

2008-06-02 Thread aidy lewis
Hi sebb, The request being sent is this set @contractId = ${contractid} set @partyName = ${partyName} set @projectId = ${projectId} So my values are not being passed in. The csv is this: 15004780, MRM Productions 6, 1401 15004781, MRM Productions 7, 1402 15004782, MRM

Re: variablise embedded sql in the jdbc request

2008-06-02 Thread aidy lewis
Hi Sebb, The log tells me the file has been read jmeter.services.FileServer: Stored: C:\aidy\freemind_data\freemind_data.txt I have pasted the sql query within the JDBC window set @contractId = ${contractid} set @partyName = ${partyName} set @projectId = ${projectId} The query works when I

Re: variablise embedded sql in the jdbc request

2008-06-02 Thread aidy lewis
Hi Sebb On 02/06/2008, sebb [EMAIL PROTECTED] wrote: Are you sure that the names are identical? Make sure that there are no trailing spaces in the variable list. How embarrassing. I will write up my experiences and put them on the wiki if you would like? Aidy

run JMeter behind a proxy server using the JMeter GUI?

2008-05-09 Thread aidy lewis
Hi, Is there any way to run JMeter behind a proxy server using the JMeter GUI? -- Aidy www.agiletester.co.uk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: RE extractor

2007-07-06 Thread aidy lewis
Hi Sebb et al I appreciate the time you have given me, but would it be possible for someone to send me a jmx file with the RE Extractor and beanshell post-processor working together? Thanks Aidy - To unsubscribe, e-mail:

Re: RE extractor

2007-07-06 Thread aidy lewis
Hi Guys, Using the RE Extractor and a sampler with reference name as it's title eg. sampler_${test} Works fine. Just having problems with the BeanShell post-processor. Thanks Aidy On 06/07/07, aidy lewis [EMAIL PROTECTED] wrote: Hi Sebb et al I appreciate the time you have given me

RE extractor

2007-07-05 Thread aidy lewis
Hi, I am having problems making the RE extractor to work. The Test Plan looks like this HTTP Request www.google.co.uk BeanShell PostProcessor //sebb informs us there is a bug in the postprocessor and works like print(${test}); //a pre-processor Regular Expression Extractor ref name:

Re: RE extractor

2007-07-05 Thread aidy lewis
On 05/07/07, sebb [EMAIL PROTECTED] wrote: On 05/07/07, aidy lewis [EMAIL PROTECTED] wrote: Hi, I am having problems making the RE extractor to work. The Test Plan looks like this HTTP Request www.google.co.uk BeanShell PostProcessor //sebb informs us there is a bug

struts and JMeter

2007-07-04 Thread aidy lewis
Hi I am stilling haveing trouble running tests in this strut application. I have added this ${__regexFunction(input type=hidden name=org.apache.struts.taglib.html.TOKEN value=(.*),$1$,1,,null,token)} as a parameter to each test plus even deleted all the org.apache.struts.taglib.html.TOKEN

Transaction Error. Page has expired

2007-07-03 Thread aidy lewis
Hi, I have recorded some scripts with badboy and exported to JMeter. I can log into the system OK, but when on my first major post I receive the error: 'Transaction Error. Page has expired'. Think it has something to do with session id's, but not sure. Aidy

Re: Transaction Error. Page has expired

2007-07-03 Thread aidy lewis
Hi, The problem is with the struts token. Is it a good idea to delete their values. Or should I attempt to capture and re-use the value? Aidy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

extract a jsessionid?

2007-07-03 Thread aidy lewis
Hi Could anyone tell me if it is possible to extract a jsessionid? At the moment I just have an balnk variable. Thanks Aidy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Transaction Error. Page has expired

2007-07-03 Thread aidy lewis
Hi, I have taken the value out of the struts token HTTP Request Name Value org.apache.struts.taglib.html.TOKEN However, I still receive a 'Transaction Error. Page Expired' Any suggestions?

Regular Expression Extractor

2007-07-03 Thread aidy lewis
Hi, I am trying the Regular Expression Extractor. I send an HTTP request, then the regex Ref name: token RegEx value=(.) Template = $1$ Match no = 1 I have a BeanShell PostProcessor after the regex print(${token}); In the output window all I receive is ${token} Aidy

Slightly off-topic. JMeter and unit tests

2007-07-02 Thread aidy lewis
Hi, I am writing a piece about the open-source software I use. Could I ask the question as whether submitted JMeter source-code is accompanied with unit-tests? Do the developers practice TDD? Thank you for your patience Aidy

Re: Data driven testing

2007-06-21 Thread aidy lewis
Sebb print(${testcase}); Thanks I will hide in a corner of shame now, Aidy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

force a failure

2007-06-21 Thread aidy lewis
Hi, I have a load test that I am unable to complete until I can load appropriate data in the db. Is there anyway within the BeanShell pre-processor where I can force a failure to appear in a Listener? I have looked through the JMeter API. Cheers Aidy

comments in csv data files?

2007-06-20 Thread aidy lewis
Hi, I am using the CSV Data set config element to read in script values. However, I would like to enter a descriptive line (e.g. header) in these files. Is this possible? ;url, username, password www.aidy.coma_user a_password Aidy

Re: comments in csv data files?

2007-06-20 Thread aidy lewis
Hi Sander, On 20/06/07, Stevens, S. [EMAIL PROTECTED] wrote: What I do to solve this is the following: My csv looks like this: Execute?NameAddressPlace Y JackFreeroad LA N Tom HolroadNY Y Georg Twonroad SFO In the jmeter script I

Data driven testing

2007-06-20 Thread aidy lewis
Data driven testing Sander's sent me some ideas off-line, but I am enountering a few problems. This is my spike set up: Test Plan User Defined Variables name=datafile value=C:\all_data.csv User Parameters name=execute user1=${_CSVRead(${datafile},0)} name=testcase

Re: Data driven testing

2007-06-20 Thread aidy lewis
Hi Sebb, What are you trying to achieve? I am load testing a fairly simple application. I have 30-40 scripts to write.I was thinking of writing 1 script and using if controllers when reading in csv test data to cover all scenarios. I was also thinking of logging relevant information to a file

Re: Data driven testing

2007-06-20 Thread aidy lewis
Hi, The data from the csv data file = 'test1' BeanShell preprocessor print('${testcase}'); The errors I receive are: at java.lang.Thread.run(Thread.java:595) Caused by: Sourced file: inline evaluation of: ``print('test1');'' Token Parsing Error: Lexical error at line 1, column 9.

environment variables

2007-06-19 Thread aidy lewis
Hi, Could anyone tell me what environment variables I need to set, to allow jmeter to run from the command line in non-gui mode? I am using Windows XP. Thanks Aidy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

HTML assertions

2007-06-15 Thread aidy lewis
Hi, Is it good idea to include HTML assertions on each response? As I have been adding variables, and when I send an invalid username and password, I do not receive any errors, but I am repeatedly getting the login page returned. Cheers Aidy

beanshell examples

2007-06-15 Thread aidy lewis
Hi, Has anybody got any examples of using beanshell scripting within JMeter please? Aidy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: beanshell examples

2007-06-15 Thread aidy lewis
On 15/06/07, Matthew Coventon [EMAIL PROTECTED] wrote: Do you have a particular need or issue you want to resolve with beanshell? We use it for a variety of things, but it would be easier to help you out if I knew some more specifics. I have downloaded the beanshell jar and added it to my

Re: beanshell examples

2007-06-15 Thread aidy lewis
Hi, I have also read that a 'Groovy', BSH replacement has been written. http://themindstorms.blogspot.com/2007/01/groovy-support-for-jmeter.html Has anyone used this? Aidy - To unsubscribe, e-mail: [EMAIL PROTECTED] For

compartmentalize scripts?

2007-06-14 Thread aidy lewis
Hi, How do I compartmentalize scripts/requests? For example, I would like to import in each test plan a login and logout script? Aidy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Using the Report Writer

2007-05-21 Thread aidy lewis
On 21/05/07, Jonathan Goldstein [EMAIL PROTECTED] wrote: Hi, How can I create an HTML report after a test run? Do I need to use HTML Report Writer for this? I will post some code on the faq when I get home. I use REXML to log to XML then XSLT to create an HTML test run page. aidy

jmeter on unix lpar

2007-05-10 Thread aidy lewis
I was thinking of avoiding live network traffic and installing Jmeter on an IBM LPAR (logical partitioning) (UNIX) with the application residing on another LPAR. Is this practical. Any comments? Aidy - To unsubscribe, e-mail:

Testing SSL

2007-03-16 Thread aidy lewis
Hi, If we are testing SSL, is it still correct that I need to place the JSSE jars in the Jmeters classpath? I am using JDK 5 that includes the JSSE. I have set my JAVA_HOME to the JDK folder. Does Jmeter search the JAVA_HOME? aidy

write av response times to file with number of users active

2007-03-14 Thread aidy lewis
Is it possible to write a script that would log a warning if average response time 3.5 and terminate all threads if it was 5 secs and log the number of users active during these times? cheers aidy - To unsubscribe, e-mail:

Re: time outs

2007-03-13 Thread aidy lewis
Hi, I am continually receiving this error and I am told there are no errors in the server log. How can I be sure this is not a JMeter issue? cheers aidy On 08/03/07, aidy lewis [EMAIL PROTECTED] wrote: Hi, I am getting time-out errors on all my tests. Is this a server or Jmeter issue

Re: time outs

2007-03-13 Thread aidy lewis
am told there are no errors in the server log. How can I be sure this is not a JMeter issue? cheers aidy On 08/03/07, aidy lewis [EMAIL PROTECTED] wrote: Hi, I am getting time-out errors on all my tests. Is this a server or Jmeter issue? java.net.ConnectException

Re: time outs

2007-03-13 Thread aidy lewis
Hi Sebb, The error may be reported as an HTTP response error, but the origin of the error is in the java library code, as can be seen from the stack trace. Are these Java classes held on the server or the client? cheers aidy

save response html to file

2007-03-08 Thread aidy lewis
Hi, Is it possible to save the server response HTML to a file? If so, how can this be accomplished? aidy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

compile source

2007-03-04 Thread aidy lewis
Hi, I have downloaded the JMeter source and I am using Eclipse. Could anyone tell me what packages I need to import to get the source to compile? cheers aidy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

ERROR - jmeter.util.SSLManager: Couldn't load keystore

2007-03-02 Thread aidy lewis
Hi, I am testing through HTTPS\SSL and I am receiving 'Couldn't load keystore' error in the log even though my sample tests are running. I have uncommented the default SSL\truststore\keystore in the properties, but the error still occurs. Should I be pointing to the web servers JSSE packages?

loop a sample until ramp up time

2007-03-01 Thread aidy lewis
Hi, Could anyone tell me how to loop a sample until I have reached my ramp up time? thanks aidy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

threads and ramp-up

2007-02-28 Thread aidy lewis
hi, for load testing, would it be a good idea to keep ramp-up time and user-delays constant and increase only threads? aidy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

re-direct code (302) but no alternate URL sent

2007-02-28 Thread aidy lewis
Hi, On a load of 400 users, I am getting a re-direct code (302) sometimes as a response to some requests. On alternate URL is not part of the response. Nothing is returned! Is this normal? What could be the problem? How is it to be explained? aidy

sample time

2007-02-26 Thread aidy lewis
Hi, If I send a HTTP request and use the listener view results in table. Is the sample time in each row, the time from when the HTTP request was made till the server responds with an '200 OK' or something different? cheers aidy