Re: standard/benchmarking value for loading a web page

2012-08-22 Thread sebb
On 22 August 2012 16:30, Adrian Speteanu asp.ad...@gmail.com wrote: I would also recommend JMeter's wiki for this one. There you will find links references to resources useful that try to cover general concerns (regarding performance testing, industry standards/expectations, good approaches

Re: Performance test on Internal web Application (LAN)

2012-08-21 Thread sebb
On 21 August 2012 08:13, Samaraweera, Ravinda ravindasamarawe...@kpmg.com wrote: Thanks for your effort flavio, It didn't work for me, then I tired using HTTP Authorization manager putting it just after thread group; I config all reuired parameters properly in Http AM, now it works, I

Re: Jmeter client-server configuration

2012-08-21 Thread sebb
. 2012/8/20 sebb seb...@gmail.com: On 20 August 2012 14:40, kay kay.d...@gmail.com wrote: Dear community, Is it possible to view realtime graphs on client side from the task which was started remotely on server? It is possible to use the client JMeter to start a remote test run

Re: Ultimate thread group

2012-08-21 Thread sebb
On 21 August 2012 10:34, Samaraweera, Ravinda ravindasamarawe...@kpmg.com wrote: I have a clarification with regard to parameters in ultimate thread group ; Apache JMeter does not have an ultimate thread group. Lets say I have set start thread count=5(5 users) , init delay=0, start up

Re: help needed in using controller....

2012-08-21 Thread sebb
On 21 August 2012 13:06, Shmuel Krakower shmul...@gmail.com wrote: Hi, I would put the home and login in Once Only controller and remove the logout as it never happens in real life (when was the last time you actually clicked on 'logout' rather than close the window?). Then the other actions

Re: Download stats

2012-08-19 Thread sebb
On 19 August 2012 00:12, Philippe Bossu pbo...@gmail.com wrote: Hello, I don't know if it's the right place to ask this, but I need for a study to have some statistics on Jmeter downloads, page views... Downloads are served by mirrors, so we don't have that information. We would only see

Re: JMeter Ignore HTTP DELETE Request body

2012-08-16 Thread sebb
On 16 August 2012 03:47, Neo Qing neoq...@gmail.com wrote: Hi,There: I'm facing a problem, I'm testing a web service with HTTP DELETE, and it needs request body,but I found that JMeter ignores the HTTP DELETE Request body, how to solve this problem? thanks a lot. As far as I'm aware, the

Delayed thread creation (was OnDemand ThreadGroup)

2012-08-14 Thread sebb
In version 2.7 and earlier, JMeter created all the threads and associated data at the start of the test. Startup delay and ramp-up were implemented by each thread pausing as necessary. This works well for tests where almost all threads are active for most of the run. But it's not good for tests

Re: Regular expression extractor with default value of / nothing

2012-08-13 Thread sebb
On 13 August 2012 07:44, Shmuel Krakower shmul...@gmail.com wrote: Thanks again - but it behaves like I left the default value empty - thus the variable is not set. I will work around it with a BSF pre processor to set the variable to an empty string I guess... No need to use BSF, you can use

Re: File size limit in a HTTP POST request

2012-08-13 Thread sebb
On 11 August 2012 15:40, P prach...@hotmail.com wrote: I am using JMeter version 2.6.r1237317. I tried both Java and HTTPClient 4 implementations. Had same results and noticed the limit to be 100MB. Thanks in advance for the help, Radha I've just tried with JMeter 2.7 and 2.6, POSTing to

Re: UBUNTU SOFTWARE CENTER still installs old Jmeter 2.3.4

2012-08-13 Thread sebb
On 13 August 2012 15:18, Shay Ginsbourg sginsbo...@gmail.com wrote: Hi, While installing Jmeter from within UBUNTU interface, an old Jmeter version 2.3.4. is installed instead of the lastest stable one. Is this a known issue ? This needs to be taken up with the Ubuntu maintainers. thanks,

Re: Summary Report

2012-08-13 Thread sebb
On 13 August 2012 20:19, unjc email unjc.em...@gmail.com wrote: Hello there, I wonder if there is a way to generate summary reports per sampler. Since I need to run a load test for few hours, I don't want the lengthy log affects Jmeter's performance. I want to generate summary report as

Re: UBUNTU SOFTWARE CENTER still installs old Jmeter 2.3.4

2012-08-13 Thread sebb
-6690915 | Sent from my BlackBerry® smartphone from orange. -Original Message- From: sebb seb...@gmail.com Date: Mon, 13 Aug 2012 23:28:58 To: JMeter Users Listuser@jmeter.apache.org Reply-To: JMeter Users List user@jmeter.apache.org Subject: Re: UBUNTU SOFTWARE CENTER still installs

Re: HTTP POST to a redirected URL handled properly?

2012-08-12 Thread sebb
-issued. regards deepak On Aug 11, 2012 4:23 AM, sebb seb...@gmail.com wrote: On 11 August 2012 00:03, Deepak Shetty shet...@gmail.com wrote: If not, is this the correct user agent and test tool behavior to expect when coming across a 302 redirect for POST requests? Yes a redirect

Re: File size limit in a HTTP POST request

2012-08-11 Thread sebb
On 11 August 2012 07:34, P prach...@hotmail.com wrote: Hi, I am trying to upload a file ~250MB in a POST request using HTTP Sampler. However I see that JMeter is not able to send any file 100MB. In my test case with ~250MB file, I see that JMeter hangs after a while, and never closes the

Re: HTTP request sampler option Content encoding

2012-08-11 Thread sebb
On 11 August 2012 11:11, Shmuel Krakower shmul...@gmail.com wrote: Hi Is there an option to send compressed http requests outside of jmeter (i.e. by browser/on the http protocol spec)? I though compression would only make sense on responses as requests are usually very small (exept of when

Re: weird Cookies behaviour

2012-08-11 Thread sebb
On 10 August 2012 17:01, lichen970 lichen...@hotmail.com wrote: I am now kind of suspecting it may the server side kill my session, since I saw the first failed request use a different session ID. Any suggestions? Again: use the Tree View Listener to follow the cookies and sessions. Best to

Re: HTTP POST to a redirected URL handled properly?

2012-08-11 Thread sebb
On 11 August 2012 00:03, Deepak Shetty shet...@gmail.com wrote: If not, is this the correct user agent and test tool behavior to expect when coming across a 302 redirect for POST requests? Yes a redirect is always a GET AIUI if a POST is redirected, the client is supposed to prompt the user

Re: HTTP request sampler option Content encoding

2012-08-11 Thread sebb
On 11 August 2012 13:10, Andrej van der Zee andrejvander...@gmail.com wrote: The JMeter documentation does provide enough information to figure out what it is. Sorry typo, I meant: The JMeter documentation does *not* provide enough information to figure out what it is. Yes, it's a bit

Re: weird Cookies behaviour

2012-08-10 Thread sebb
On 10 August 2012 05:57, lichen970 lichen...@hotmail.com wrote: Thanks for replying me. I am sure that all request are https request. The problem is, in my test plan, which includes login, open an email, back to email list,logout. I re-do the middle two step many times. After some time, it

Re: tearDown thread group

2012-08-07 Thread sebb
On 7 August 2012 14:05, Anthony Johnson ans...@gmail.com wrote: Perhaps this should be a configuration option since it has behaved this way for a few versions. An enhancement request is probably the best next step. Agreed. From: Shmuel Krakower Sent: 8/6/2012 4:28 AM To: JMeter Users List

Re: Simple Random Text/Value selection

2012-08-03 Thread sebb
On 3 August 2012 10:54, seldont terry.sel...@port.ac.uk wrote: Just thought I'd pass this on. I've been trying to simulate an online test where users have to write a one word answer to each question. I wanted the response to be a random selection from several possibilities, I thought this

Re: Write responses to file in custom format using Java listener?

2012-08-02 Thread sebb
On 2 August 2012 19:30, Tai Tran hutieu...@gmail.com wrote: Can I write a listener in pure Java language to process responses from JMeter to write into file(s) in my own format? Yes. I see JMeter supports JSR223 Listener with various languages options (including java), but there is detailed

Re: Using Jmeter simulate users based on trace file or following some distribution function

2012-08-02 Thread sebb
On 31 July 2012 21:08, lichen970 lichen...@hotmail.com wrote: Hi, friends, I am just new to Jmeter. We want to generate requests either from a trace files, or based on some distributions/patterns.Things I am considering but not sure is, to write scripts to invoke Jmeter in non-gui mode and

Re: Calling jmx file inside jmx file

2012-07-30 Thread sebb
On 30 July 2012 10:23, danimni dani...@gmail.com wrote: Hi All, I am not sure this is possible, but when I deveolpe JMeter script, can I call another jmx file? I have to scripts: ScriptA and ScriptB. I need to merge them, but i would like to do it NOT with the 'Merge' option (since every

Re: OS process sampler - process parameters issue

2012-07-24 Thread sebb
Wildcards are handled in different ways by different OSes. AFAIK for Windows, it is up to the application to handle the wildcard. Whereas for OSes like Unix, the shell is responsible for expanding wildcards, not the application. If you want shell wildcard matching on Linux, you need to ensure

Re: OS process sampler - process parameters issue

2012-07-24 Thread sebb
. For example, Beanshell as an rm() command. On 24 July 2012 17:13, Shay Ginsbourg sginsbo...@gmail.com wrote: Please provide as an example, the unix solution to: rm *.txt thanks, Shay On Tue, Jul 24, 2012 at 7:07 PM, sebb seb...@gmail.com wrote: Wildcards are handled in different ways

Re: Foriegn characters

2012-07-20 Thread sebb
On 20 July 2012 10:44, ZK stevesenio...@gmail.com wrote: Hi, I am having an issue rendering foriegn characters within a jmeter HTTP response (for a json call): If I have a response which contains foriegn characters such as: Jürgens(umlaut 'u') the response is = Jürgens Is there

Re: Bad Throughput with Preprocessor

2012-07-20 Thread sebb
On 20 July 2012 16:08, unjc email unjc.em...@gmail.com wrote: Sebb, thanks for your suggestion. I am using a Beanshell function defined in the init script, and the performance is much better when the samplers make the function call during the run. Test Plan (Run thread groups consecutively

Re: Bad Throughput with Preprocessor

2012-07-18 Thread sebb
On 18 July 2012 19:17, Anthony Johnson ans...@gmail.com wrote: Hey Jacky, If you are using the Beanshell Pre-processor and doing the 200 threads that you noted in another thread... you may be hitting a CPU bottleneck on your machine. Some options that might help: Set Reset Interpretor

Re: Sharing Variables Between Thread-Group

2012-07-17 Thread sebb
On 17 July 2012 08:32, Sergio Boso ser...@bosoconsulting.it wrote: Il 16/07/2012 20:42, unjc email ha scritto: Guys, thanks for your replies. I don't know if anyone have this experience. I found that ${__setProperty}/${__P} pair would work between thread groups IF I use constant value (abc

Re: Sharing Variables Between Thread-Group

2012-07-16 Thread sebb
On 16 July 2012 16:50, unjc email unjc.em...@gmail.com wrote: Hello, I have two thread groups set up in my test plan. The first test group is for initializing variables for the test plan at start; it is configured with a dummy debug sampler. Should be a setUp Thread Group. The second

Re: Sharing Variables Between Thread-Group

2012-07-16 Thread sebb
On 16 July 2012 19:42, unjc email unjc.em...@gmail.com wrote: Guys, thanks for your replies. I don't know if anyone have this experience. I found that ${__setProperty}/${__P} pair would work between thread groups IF I use constant value (abc like below example) or system variables (like

Re: Remote testing does not exit

2012-07-16 Thread sebb
the output, for example: java -jar ApacheJMeter.jar -n -t ../jmx/test.jmx -R 192.168.1.12 test.out 2test.err On Mon, Jul 16, 2012 at 1:04 PM, sebb seb...@gmail.com wrote: On 16 July 2012 17:54, Shmuel Krakower shmul...@gmail.com wrote: Hi, It seems like it hangs in a hard-coded 5000 ms

Re: Should Cache Manager cache content with Cache-control=private?

2012-07-14 Thread sebb
On 14 July 2012 14:21, titou10 titou10.tito...@gmail.com wrote: (Sorry for the delay, I was out of office) Thanks Philippe for the fix but it is still not complete IMHO. Our application send backs pages with Cache-control=private WITHOUT any max-age header Does the page have an Expires

Re: Issue with threads not closing

2012-07-10 Thread sebb
On 10 July 2012 17:11, Nicholas Jasieniecki nasth...@gmail.com wrote: Greetings! Has anyone else run into this issue? I'm running jmeter using a command line (java –jar) invoked by gradle. Its a stupid system but I cant really change it at the moment. The problem I'm having is that for some

Re: Issue with threads not closing

2012-07-10 Thread sebb
. On Tue, Jul 10, 2012 at 11:46 AM, sebb seb...@gmail.com wrote: On 10 July 2012 17:11, Nicholas Jasieniecki nasth...@gmail.com wrote: Greetings! Has anyone else run into this issue? I'm running jmeter using a command line (java –jar) invoked by gradle. Its a stupid system but I cant

Re: Should Cache Manager cache content with Cache-control=private?

2012-07-08 Thread sebb
On 8 July 2012 00:34, Shmuel Krakower shmul...@gmail.com wrote: Hi I think that by default all browsers are caching everything unless this header is set to private (or if other headers are set to not allow caching). For me JMeter cache manager caches all resources, even those without

Re: JMETER Java Code, how to view?

2012-07-06 Thread sebb
On 6 July 2012 09:35, Dzmitry_Kashlach dzmitrykashl...@gmail.com wrote: Satneesh, *.jmx file has HTML format and you can do nothing with this, there is no Java code there. The JMX files are XML, not HTML. If you want to view Java Request Sampler source code, than do the following: -

Re: What happens to downloaded files.

2012-07-06 Thread sebb
On 6 July 2012 14:26, Dean Lozo dean.l...@gmail.com wrote: Hey I am wondering what happens to the files JMeter downloads? I am worried that they are stored in the memory of the JVM causing me to get an out of memory issue if I let JMeter run over a longer period of time. The files I am

Re: Making HTTP 404 a test success

2012-07-06 Thread sebb
On 6 July 2012 17:13, Richard Gaywood richardgayw...@gmail.com wrote: Please don't use HTML in future; it's more likely to be treated as SPAM. Hi list, I'm load testing a RESTful web service. One of my scenarios is a GET which receives no data, followed by a PUT to populate the web service.

Re: jmeter.control.GenericController: StackOverflowError detected

2012-07-06 Thread sebb
Action - stop thread on error. On 7/6/12 3:31 PM, sebb wrote: On 6 July 2012 22:51, Stanton W Derryde...@cpt.com wrote: Running with both 2.5.1 and 2.7, encounter WARN - jmeter.control.GenericController: StackOverflowError detected then the stack trace below and the thread dies

Re: jmeter.control.GenericController: StackOverflowError detected

2012-07-06 Thread sebb
:57 PM, sebb wrote: On 6 July 2012 23:50, Stanton W Derryde...@cpt.com wrote: This is the outline of the Test Plan: TestPlan - Setup Thread Group - 1 thread Header Mgr Cookie Mgr Transaction Controller HTTP Request Regular Expression Extractor

Re: loop controller and loop count differences

2012-06-28 Thread sebb
On 28 June 2012 15:09, Doroz, Tomasz tomasz.do...@axadirect.pl wrote: I have a simple scenario - log in - perform search1 - perform search2 - perform serach3 Now, is there a difference between those two approaches 1. 10 threads, 1 loop, login + loop controller (3 loops) for search (

Re: Uploading random files

2012-06-25 Thread sebb
:52 PM, sebb seb...@gmail.com wrote: On 22 June 2012 12:17, Dean Lozo dean.l...@gmail.com wrote: Hey Since my Cookie issue got helpful responses that helped me resolve the issue, and some future ones. I decided to post here again. (Gotten far since last time!). I am only missing one more

Re: Uploading random files

2012-06-25 Thread sebb
replies as well ;O On Mon, Jun 25, 2012 at 11:01 AM, sebb seb...@gmail.com wrote: On 25 June 2012 09:22, Dean Lozo dean.l...@gmail.com wrote: I tried your suggestion and I can't seem to get it to work. I assume I am doing something wrong somewhere. The current setup looks like this: http

Re: Jmeter 2.7 - non test element like proxy server are not saved on JMX ?

2012-06-25 Thread sebb
On 25 June 2012 16:30, llow...@oreillyauto.com wrote: Nicolas Grossi nicolas.gro...@gmail.com wrote on 06/25/2012 10:16:22 AM: From: Nicolas Grossi nicolas.gro...@gmail.com To: JMeter Users List user@jmeter.apache.org Date: 06/25/2012 10:23 AM Subject: Jmeter 2.7 - non test element like

Re: Jmeter 2.7 - non test element like proxy server are not saved on JMX ?

2012-06-25 Thread sebb
On 25 June 2012 16:56, Robin D. Wilson rwils...@gmail.com wrote: BTW, I tend to agree that it would be nice to save non-test elements... It is handy to setup a proxy config with exclusions, and stuff - and have it all pre-configured in a template... Which you can already do. However, you

Re: HTTP Request sends request, View Results does not display response

2012-06-23 Thread sebb
On 21 June 2012 06:47, ann ananya.na...@gmail.com wrote: Ed Young ejy at summitbid.com writes: I am facing exactly the same problem with the Response Header as follows Response headers: HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Transfer-Encoding: chunked Date: Thu, 21 Jun 2012 04:59:16

Re: Uploading random files

2012-06-22 Thread sebb
On 22 June 2012 12:17, Dean Lozo dean.l...@gmail.com wrote: Hey Since my Cookie issue got helpful responses that helped me resolve the issue, and some future ones. I decided to post here again. (Gotten far since last time!). I am only missing one more thing for me to be happy with the load

Re: BeanShell and JVM Garbage Collection

2012-06-22 Thread sebb
. You are also free to use other scripting languages. One or more of those may offer better GC behaviour than Beanshell. Or if you can, the best would be to create the contents as files before running the test. -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: 21 June 2012 16

Re: BeanShell and JVM Garbage Collection

2012-06-21 Thread sebb
On 20 June 2012 18:54, Roderick Parks roderick.pa...@triometric.net wrote: I hit an interesting problem today where my test slowed to a crawl after about just 6000 iterations (out of a total of about 50 required) irrespective of the number of threads, delay timer or size of Java heap

Re: BeanShell and JVM Garbage Collection

2012-06-21 Thread sebb
On 21 June 2012 16:01, Shmuel Krakower shmul...@gmail.com wrote: Sebb, Aside of compatibility, does it make sense that the Reset bsh.Interpreter before each call will solve this kind of a problem? Not quite sure what you mean here. The reset() function actually creates a new interpreter, thus

Re: Where do I find all of these cool settings for the 'properties' files?

2012-06-21 Thread sebb
On 21 June 2012 23:17, Robin D. Wilson rwils...@gmail.com wrote: The Property Display non-test element doesn't show all properties that could be set - I'm not real sure how it chooses which properties to show, but it doesn't even show all the ones I've set. It only shows properties that have

Re: Error in Jmeter 207

2012-06-20 Thread sebb
On 20 June 2012 08:04, Niraj niraj.khatm...@gmail.com wrote: Hello All, I am getting below mentioned error in Jmeter version 2.7 when i run the test. Can someone please help me how i can resolve this? Whatever the Java sampler is talking to is returning EOF. Either the Java sampler is not

Re: Don't understand runtime controller

2012-06-19 Thread sebb
On 19 June 2012 10:58, Cyril SANTUNE cyril.sant...@gmail.com wrote: Hi, I read the manual, I think it's simple but it doesn't work as I expect. I have a runtime controller defined with 30 seconds and its child is a sampler. After 30 seconds, nothing happen, the sampler continue, there is no

Re: JMeter threading model

2012-06-17 Thread sebb
://issues.apache.org/bugzilla/show_bug.cgi?id=53418 Regards Philippe M. On Thu, Jun 14, 2012 at 10:30 PM, Philippe Mouawad philippe.moua...@gmail.com wrote: Hi M. Pepperdine, On Wed, Jun 13, 2012 at 7:05 AM, Kirk Pepperdine kirk.pepperd...@gmail.com wrote: Hi Sebb, We've had

Re: new __Time function

2012-06-15 Thread sebb
On 15 June 2012 16:12, D G dmwmailingl...@gmail.com wrote: I'd like to point at that I wanted to keep it simple. Just __Time extended with a _tiny_ bit of extra functionality: +/- n days. If I can modify JMeter to suit my tastes you can be reasonably sure I can write a little beanshell script

Re: Add column to Summary Report?

2012-06-14 Thread sebb
On 14 June 2012 08:15, hans jung junghansm...@googlemail.com wrote: Hi there, I have a testplan with a few samplers and everything is working fine up to here. Now my Webservices (HTTP Get Samplers is what I'm using) return an XML. This XML contains performance relevant information such as

Re: new __Time function

2012-06-14 Thread sebb
On 14 June 2012 21:38, Philippe Mouawad philippe.moua...@gmail.com wrote: Hello, I prefer: __timeAdd(format, number*, m|h|d|w|M|y**, variable) * can be negative ** applied to number, ie +/- 1 minute, hour, day, week, month or year. Only one option is possible. What about the base time? The

Re: Urgent: Testing on Oracle eBusiness using Jmeter

2012-06-13 Thread sebb
On 13 June 2012 08:35, Swathi Gajarla swathi.gaja...@oakton.com.au wrote: Hi, I have to do performance testing on Oracle eBusiness. Can anyone tell me if it is possible to perform the testing using Jmeter? If so, can you help me with some documentation? Any immediate response would be

Re: JMeter threading model

2012-06-13 Thread sebb
On 13 June 2012 06:05, Kirk Pepperdine kirk.pepperd...@gmail.com wrote: Hi Sebb, We've had this conversation before and I did some preliminary work to setup a different type of thread group but the couplings between the existing thread group and the model meant that an extensive refactoring

Re: TCP Sampler Read Exception

2012-06-12 Thread sebb
On 12 June 2012 09:56, Shay Ginsbourg sginsbo...@gmail.com wrote: Hi all, Can anyone suggest what does the following error mean ? After each TCP sampler, we receive Response code: 500 and Response message: org.apache.jmeter.protocol.tcp.sampler.ReadException: Any help would be greatly

Re: JMeter threading model

2012-06-12 Thread sebb
working with JP@GC Ultimate thread group, but it behaves the same (pre-creating the threads). Kirk, why does it matter to you? Regards, Shmuel. On Tue, Jun 12, 2012 at 6:31 PM, Kirk Pepperdine kirk.pepperd...@gmail.comwrote: Hi, I guess this is mostly directed towards Sebb.. I spent a bit

Re: JMeter threading model

2012-06-12 Thread sebb
On 12 June 2012 22:57, Kirk Pepperdine kirk.pepperd...@gmail.com wrote: On 2012-06-13, at 12:54 AM, sebb wrote: On 12 June 2012 22:06, Kirk Pepperdine kirk.pepperd...@gmail.com wrote: Hi, I figured thread pooling would be revolutionary so I wasn't suggesting that. I would be very useful

Re: JMeter threading model

2012-06-12 Thread sebb
-777-1861 www.KingsIsle.com -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Tuesday, June 12, 2012 5:02 PM To: JMeter Users List Subject: Re: JMeter threading model On 12 June 2012 22:57, Kirk Pepperdine kirk.pepperd...@gmail.com wrote: On 2012-06-13, at 12:54 AM, sebb

Re: JMeter threading model

2012-06-12 Thread sebb
On 13 June 2012 01:14, Anthony Johnson ans...@gmail.com wrote: On Tue, Jun 12, 2012 at 7:06 PM, sebb seb...@gmail.com wrote: On 12 June 2012 23:42, Robin D. Wilson rwils...@gmail.com wrote: Currently, JMeter will run 100 threads, for 100 iterations each in order to reach 10,000 total passes

Re: Jmeter With JMS Queues

2012-05-31 Thread sebb
: sebb [mailto:seb...@gmail.com] Sent: 30 May 2012 23:29 To: JMeter Users List Subject: Re: Jmeter With JMS Queues On 30 May 2012 12:39, Mark Collin mark.col...@lazeryattack.com wrote: Does anybody have any useful resources for working with JMS Queues? I'm currently using JMeter to load a JMS

Re: Jmeter With JMS Queues

2012-05-31 Thread sebb
in real life? -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: 31 May 2012 10:26 To: JMeter Users List Subject: Re: Jmeter With JMS Queues On 31 May 2012 09:40, Mark Collin mark.col...@lazeryattack.com wrote: I'm currently using 2.6 at the moment (upgrading to 2.7 some

Re: unable to record JSF Spring framework web pages

2012-05-31 Thread sebb
On 31 May 2012 13:22, Kaviyarasu Arunachalam kaviyaras...@hcl.com wrote: Hi, There is a scenario where one project team is facing issue in recording the web pages using JSF (JavaServer Faces) framework. Started the JMeter by providing command line option (as I am using internet behind the

Re: Jmeter With JMS Queues

2012-05-30 Thread sebb
On 30 May 2012 12:39, Mark Collin mark.col...@lazeryattack.com wrote: Does anybody have any useful resources for working with JMS Queues? I'm currently using JMeter to load a JMS Queue(incoming) that my application consumes from.  The application then processes the message and then places

Re: why upload of xml is creating issues when compared to normal file upload?

2012-05-25 Thread sebb
On 25 May 2012 07:59, venkatakurathi venkat.akura...@hotmail.com wrote: i have given the correct file name tried to upload the file from various locations. if i give wrong file name i ll be encountered with response .. java.io.FileNotFoundException: E:\data\.xml (The system cannot find

Re: HTTPS Multithread Invalidates JSessions

2012-05-24 Thread sebb
On 23 May 2012 07:26, Vishal Patel rajcol...@gmail.com wrote: Hi, I am using JMeter script to run 100+ threads on HTTP environment and works like charm. As soon as I move test script to point identical HTTPS environment, it starts invalidating sessions just after 3+ simultaneous threads.

Re: HTTPS Multithread Invalidates JSessions

2012-05-24 Thread sebb
On 24 May 2012 18:41, Vishal Patel rajcol...@gmail.com wrote: I have tested in all of them. It fails on all. In that case, I suspect that the server is having problems handling the extra load imposed by SSL. Check the server logs. On Thu, May 24, 2012 at 11:00 PM, sebb seb...@gmail.com wrote

Re: Save results of Jmeter Tests in Mysql

2012-05-17 Thread sebb
On 17 May 2012 20:44, Toni Menendez Lopez tonime...@gmail.com wrote: Hello all, I want to execute a long test in Jmeter, and I woould like to know if exists the chance to save results in a Mysql table to later execute a command in mysql with results. IS there any listener for saving results

Re: Question about __logn()

2012-05-15 Thread sebb
On 15 May 2012 13:46, llow...@oreillyauto.com wrote: sebb seb...@gmail.com wrote on 05/14/2012 12:44:31 PM: From: sebb seb...@gmail.com To: JMeter Users List user@jmeter.apache.org Date: 05/14/2012 12:51 PM Subject: Re: Question about __logn() On 14 May 2012 17:30,  llow

Re: Web-Interface to create Test-Plans

2012-05-15 Thread sebb
On 15 May 2012 23:06, David Luu manga...@gmail.com wrote: There is one case where web interface to create test plan is useful: Avoid need to download and run JMeter on Windows for the GUI mode to create test plan. Assume you are in non-MS/Windows shop, or you are like me and JMeter runs on

Re: Response Assertion | Sub Samples

2012-05-14 Thread sebb
On 14 May 2012 12:09, oliver lloyd oliver_ll...@hotmail.com wrote: Are there any updates planned to the assertion logic to get around the problem where an assertion will fail a request with multiple sub-samples if the regex does not match on *all* samples. It would be really nice to be able

Re: Problem with __FileToString

2012-05-11 Thread sebb
On 11 May 2012 20:56, llow...@oreillyauto.com wrote: I am trying to read a file into a string so I can split it into an array and access the elements on a random basis. Currently, I am trying to use the following code located in a BeanShell Sampler: var l_otl_JOB_TITLES;

Re: : Running shell scripts from jmeter???

2012-05-01 Thread sebb
program or batch file. That's because you provided a single parameter /C dir rather than /C and DIR Regards, Shmuel. On Mon, Apr 30, 2012 at 10:25 PM, sebb seb...@gmail.com wrote: On 30 April 2012 20:15, Philippe Mouawad philippe.moua...@gmail.com wrote: Hello, Documentation

Re: J Meter - SSL Recognisation

2012-04-27 Thread sebb
On 27 April 2012 18:12, Naresh Kumar naresh.ku...@igatepatni.com wrote: Thanks Flavio, I have server certificate in PKCS7 format and J meter doesn't seems to be recogninsing it. Is there a way I can fix this... JMeter does almost no validation of server certificates. What is the error you

Re: J Meter - SSL Recognisation

2012-04-27 Thread sebb
. Regard's Naresh Kumar -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: 27 April 2012 18:29 To: JMeter Users List Subject: Re: J Meter - SSL Recognisation On 27 April 2012 18:12, Naresh Kumar naresh.ku...@igatepatni.com wrote: Thanks Flavio, I have server certificate

Re: Detect version of JMeter script

2012-04-26 Thread sebb
On 26 April 2012 09:01, nikolaos prodromidis nikolaos.prodromi...@gmail.com wrote: Hello Everyone, I am trying to write some code (PHP) to detect the version of JMeter a script (jmx file) is recorded in. I am parsing the XML, but do not see any version information there. The test plan starts

Re: Unable to load WSDL with https URL - URGENT

2012-04-24 Thread sebb
On 24 April 2012 11:18, Naresh Kumar naresh.ku...@igatepatni.com wrote: Please don't cross post. The issues list is not for general disussion. Hi , Can someone please help with this. We are unable to load WSDL URL with https , the error message displayed while loading the secured WSDL

Re: Unable to load WSDL with https URL - URGENT

2012-04-24 Thread sebb
On 24 April 2012 13:35, Naresh Kumar naresh.ku...@igatepatni.com wrote: Hi Seb, It doesn't work. What does not work? Can you download the WSDL with a browser? Please refer to the issue again, iam copying the content sent in earlier email. We are unable to load WSDL URL with https , the

Re: user parameters in external filepaths

2012-04-24 Thread sebb
On 24 April 2012 17:02, Peri Stracchino peri.stracch...@york.ac.uk wrote: Hello I hope I'v got the correct address here for the JMeter users discussion list - apologies if not. Yes, it is the correct list. I'm using JMeter 2.5.1 There is a more recent version (2.6) but that's unlikely to

Re: user parameters in external filepaths

2012-04-24 Thread sebb
On 24 April 2012 17:58, Peri Stracchino peri.stracch...@york.ac.uk wrote: I'v just figured the problem out!!! I specified the path thus C:\Jmeter2.5\jakarta-jmeter-2.5.1\bin\${ID}.txt The penny suddenly dropped. The path separator was being interpreted as an escape character, and the

Re: Using property based variables in tests

2012-04-20 Thread sebb
On 20 April 2012 16:57, llow...@oreillyauto.com wrote: I have a set of user defined variables, where I do things like: otl_PROTOCOL  =  ${__P(otl_protocol,https)} then in my HTTP Requests Default, I set Protocol to ${otl_PROTOCOL}. When I run my tests, I get the following error:

Re: Displaying a counter during load test

2012-04-20 Thread sebb
On 20 April 2012 17:20, Jomebrew aiellos...@gmail.com wrote: I put aside the counter for now.  I am looking how to exploit user variables in the log file.  Maybe I will figure out how to build a BSF or other post processor to parse the body looking for key words and increment a global counter.

Re: Displaying a counter during load test

2012-04-20 Thread sebb
On 20 April 2012 18:04, Jomebrew aiellos...@gmail.com wrote: On Fri, Apr 20, 2012 at 9:49 AM, sebb seb...@gmail.com wrote: On 20 April 2012 17:20, Jomebrew aiellos...@gmail.com wrote: I put aside the counter for now.  I am looking how to exploit user variables in the log file.  Maybe I

Re: Jmeter and Beanshell

2012-04-19 Thread sebb
On 19 April 2012 23:52, 5942marine jluken...@gmail.com wrote: I'm getting a error, and not sure why this is erroring out. If I run the same java in Eclipse, it works just fine. First, here is my code: import java.net.URI; import java.net.URISyntaxException; import java.util.List; import

Re: NTLM Auth: Load test with multiple/different user logins

2012-04-18 Thread sebb
On 18 April 2012 09:59, iyerbalaji balaji_i...@mindtree.com wrote: Hi, I am testing a web application. Application Description: • The application uses NTLM V2 authentication. • It’s hosted on IIS 7.5. Scenario : • On entering the URL,the application accepts the NTLM (domain) credentials

Re: Unable to open .jtl files of huge size (1GB) in aggregate report

2012-04-18 Thread sebb
On 18 April 2012 10:58, Muthukrishnan S. muthukrishna...@sonata-software.com wrote: Hi, Please find below my inline responses. Thank you, Muthu -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Tuesday, April 17, 2012 7:58 PM To: JMeter Users List Subject: Re

Re: NTLM Auth: Load test with multiple/different user logins

2012-04-18 Thread sebb
on a Microsoft host. AIUI there was some NTLM support code included in Java, but only on Windows implementations. On Wed, Apr 18, 2012 at 4:46 PM, sebb seb...@gmail.com wrote:  On 18 April 2012 09:59, iyerbalaji balaji_i...@mindtree.com wrote: Hi, I am testing a web application. Application

Re: Response Assertion pattern equals - JDBC

2012-04-17 Thread sebb
On 17 April 2012 07:35, Troy Harris troy.harris...@gmail.com wrote: Fixed this by replacing the linefeeds. Other suggestions on who this could have been done? http://jmeter.apache.org/usermanual/functions.html#__char can be used to insert CRLF into a string. SELECT REPLACE(REPLACE(

Re: Unable to open .jtl files of huge size (1GB) in aggregate report

2012-04-17 Thread sebb
On 17 April 2012 10:57, Muthukrishnan S. muthukrishna...@sonata-software.com wrote: Hi, I am unable to open .jtl files of huge size (1GB) in aggregate report. JMeter has taken long time and then threw out of memory error. Please let me know how to open .jtl files of huge size in aggregate

Re: custom component not getting initialized

2012-04-16 Thread sebb
On 16 April 2012 21:09, Rob Schroder r...@manilla.com wrote: Hi, I've written a simple custom visualizer that gets initialized and works properly when I run in GUI mode.  But, when I run the script from the command-line in non-GUI mode, it never gets initialized and run.  Anybody know

Re: Jmeter Starts Killing Threads after Client CPU reaches 50% Usage

2012-04-12 Thread sebb
It would be worth upgrading to the latest Java 6 release (31) to see if this fixes the issue. On 12 April 2012 12:32, MiguelFonseca luismgfons...@googlemail.com wrote: Yep This might be the case :) Kind Regards On 12 April 2012 12:58, sebb seb...@gmail.com wrote: On 12 April 2012 10:17

Re: Feeding a JDBC sampler with multiple SQL statements from a SQL script file

2012-04-10 Thread sebb
On 10 April 2012 09:28, Wolfgang Wyremba w...@live.de wrote: Thanks for your help - I now have some improvements . I did the following: I tried ${SQLStmt} in the JDBC sampler - but that did not work because always a ? was placed in front of my SQL string. That must have come from the CSV

Re: Dynamic Thread Group Start Delay

2012-04-06 Thread sebb
On 6 April 2012 05:03, Stanton W Derry de...@cpt.com wrote: I have six thread groups, the first group is for data creation and remaining five are the load using the data created.  I need to delay the start of the five load thread groups till the data creation has completed.  As the amount of

<    2   3   4   5   6   7   8   >