Re: How do i record Multiple HTTP Request on single thread.

2008-10-07 Thread Himanshu Ghai
Sujit, i am sorry but i am unable to understand the problem description..please find someone around who has experience with jmeter.. Himanshu On Mon, Oct 6, 2008 at 12:32 PM, sujitkrnayak2006 [EMAIL PROTECTED] wrote: I want to add multiple request in my thread for multiple action, earlier

Re: please help with a javascript error

2008-10-07 Thread sebb
There are already some JMeter variables based on the time: http://jakarta.apache.org/jmeter/usermanual/functions.html#predefinedvars perhaps you could use p${TESTSTART.MS} as the variable name. Of course that will only give a unique value per test. As to the Javascript - did you check

Re: Which Regular Expression I need?

2008-10-07 Thread sebb
On 06/10/2008, Jose Pablo Sarco [EMAIL PROTECTED] wrote: Yeah; I need the value in that position...in the example is 8710; but the number change each time Jmeter run I created this regular expression: [*?\][0-9][0-9][0-9][0-9] I tested it on http://regexlib.com/RETester.aspx and

Re: GUI client hangs trying to start remote test

2008-10-07 Thread sebb
On 07/10/2008, Adam Monsen [EMAIL PROTECTED] wrote: Hi Sebb, sorry for the slow response, and thank you very much for your help so far. On Fri, Oct 3, 2008 at 6:11 PM, sebb wrote: The client log shows: IP: 127.0.1.1 Name: scraps FullName: scraps which means that the client

Re: How do i record Multiple HTTP Request on single thread.

2008-10-07 Thread sujitkrnayak2006
Sorry for confusion , actualy as i told you earlier i just want to record different action in multiple HTTP Request while recording thru http proxy server. Different action like login, browsing and search should be recorded on different HTTP request in one thread group. -Sujit Himanshu Ghai

RE: Which Regular Expression I need?

2008-10-07 Thread Jose Pablo Sarco
Thanks Sebb. I test my regular expression on ORO and I not have any resultBut, I have the result that I need on other Regular Expression Tester (like http://regexlib.com/RETester.aspx) The question is: Jmeter(ORO) use other logic to process the regular expression? I don't understand the

Re: How do i record Multiple HTTP Request on single thread.

2008-10-07 Thread Andrey Beznogov
Hi, Recording Controller is NOT a request - it is actually a folder which contains requests. After you recorded something, just click the little blue switch icon just to the left of the Recording Controller icon to see its child nodes - which are the actual single HTTP requests recorded by proxy.

Re: How do i record Multiple HTTP Request on single thread.

2008-10-07 Thread sebb
On 07/10/2008, sujitkrnayak2006 [EMAIL PROTECTED] wrote: Sorry for confusion , actualy as i told you earlier i just want to record different action in multiple HTTP Request while recording thru http proxy server. Different action like login, browsing and search should be recorded on

Re: Which Regular Expression I need?

2008-10-07 Thread sebb
On 07/10/2008, Jose Pablo Sarco [EMAIL PROTECTED] wrote: Thanks Sebb. I test my regular expression on ORO and I not have any resultBut, I have the result that I need on other Regular Expression Tester (like http://regexlib.com/RETester.aspx) The question is: Jmeter(ORO) use other logic

Re: How do i record Multiple HTTP Request on single thread.

2008-10-07 Thread sebb
On 07/10/2008, Andrey Beznogov [EMAIL PROTECTED] wrote: Hi, Recording Controller is NOT a request - it is actually a folder which contains requests. After you recorded something, just click the little blue switch icon just to the left of the Recording Controller icon to see its child

Re: How to remove or transfer root.log with JMeter and setting commend line parameters

2008-10-07 Thread sebb
On 06/10/2008, Z W [EMAIL PROTECTED] wrote: Hi 1 - My experience with JMeter is that root.log file is created when a Jmeter run completes. How to do I redirect this file to some other filename or disable it ? The only file that JMeter creates by default is jmeter.log, which is created in

Problem with running multiple threads

2008-10-07 Thread Joakim D.
Hi, I have 2 thread groups in my testplan. The first one adds one item to a web page on the server. That item is controlled by a variable name declared in csv file. So each time this thread group is executed a new item is added to the web page. The second thread group justs browse to this

Re: Problem with running multiple threads

2008-10-07 Thread sebb
On 07/10/2008, Joakim D. [EMAIL PROTECTED] wrote: Hi, I have 2 thread groups in my testplan. The first one adds one item to a web page on the server. That item is controlled by a variable name declared in csv file. So each time this thread group is executed a new item is added to the

Re: How do i record Multiple HTTP Request on single thread.

2008-10-07 Thread sujitkrnayak2006
Thanks for your quick look, i did the same thing but all my action has added into thread group itself instead of individual HTTP Request. I want to record different action into different HTTP Request not under all my recorded action on thread group. Test plan -Thread Group --Sample Cantroller

Re: How do i record Multiple HTTP Request on single thread.

2008-10-07 Thread sebb
On 07/10/2008, sujitkrnayak2006 [EMAIL PROTECTED] wrote: Thanks for your quick look, i did the same thing but all my action has added into thread group itself instead of individual HTTP Request. I don't understand what you mean. I want to record different action into different HTTP

Re: ApacheJMeter.jar with cygwin

2008-10-07 Thread sebb
On 06/10/2008, Z W [EMAIL PROTECTED] wrote: Hi I'm running a Jmeter process but when the test run completes, it's still running. This is checked with ps -ef | grep java Is there a way to run with Jmeter command line such that when the test run is completed, the Jmeter process would just

Re: GUI client hangs trying to start remote test

2008-10-07 Thread Adam Monsen
On Tue, Oct 7, 2008 at 8:00 AM, sebb [EMAIL PROTECTED] wrote: Ok, I noticed the server was trying to connect *back* to the client on a high TCP port. I opened this port and now I can run JMeter tests remotely. Does it make sense that the server needs a direct connection back to the client?

How to simulate multiple users in LDAP

2008-10-07 Thread soussou97
Hi; I want to simulate n concurrent users logging in and performing some basic tasks in Active directory (LDAP) but I do not know what tool to use and how ? Regards -- View this message in context: http://www.nabble.com/How-to-simulate-multiple-users-in-LDAP-tp19861247p19861247.html Sent

Re: GUI client hangs trying to start remote test

2008-10-07 Thread sebb
On 07/10/2008, Adam Monsen [EMAIL PROTECTED] wrote: On Tue, Oct 7, 2008 at 8:00 AM, sebb [EMAIL PROTECTED] wrote: Ok, I noticed the server was trying to connect *back* to the client on a high TCP port. I opened this port and now I can run JMeter tests remotely. Does it make sense that

Re: ApacheJMeter.jar with cygwin

2008-10-07 Thread Z W
In jmeter.sh = JAVA_HOME=C:\apps\java\jdk1.5.0_07 JAVA_EXEC=$JAVA_HOME/jre/bin/java JMETER_HOME=C:\apps\jakarta-jmeter-2.3\jakarta-jmeter-2.3.1 JMX_SCRIPTS=$JMETER_HOME/bin JMX_SCRIPT_TESTFILE=test.jmx JMX_SCRIPT_JTLFILE=test.jtl JMX_SCRIPT_LOGFILE=test.log nohup $JAVA_EXEC $ARGS -jar

Re: ApacheJMeter.jar with cygwin

2008-10-07 Thread sebb
On 07/10/2008, Z W [EMAIL PROTECTED] wrote: In jmeter.sh = JAVA_HOME=C:\apps\java\jdk1.5.0_07 JAVA_EXEC=$JAVA_HOME/jre/bin/java JMETER_HOME=C:\apps\jakarta-jmeter-2.3\jakarta-jmeter-2.3.1 JMX_SCRIPTS=$JMETER_HOME/bin JMX_SCRIPT_TESTFILE=test.jmx JMX_SCRIPT_JTLFILE=test.jtl

Re: ApacheJMeter.jar with cygwin

2008-10-07 Thread Z W
Hi sebbaz 1) Why are you using Cygwin? I need to ssh into these boxes from another PC to run the JMeters 2) Why are you running JMeter as a background task? Try removing the nohup and the . I use nohup to prevent someone killing the process. On Tue, Oct 7, 2008 at 5:54 AM, sebb

Re: ApacheJMeter.jar with cygwin

2008-10-07 Thread sebb
On 07/10/2008, Z W [EMAIL PROTECTED] wrote: Hi sebbaz 1) Why are you using Cygwin? I need to ssh into these boxes from another PC to run the JMeters 2) Why are you running JMeter as a background task? Try removing the nohup and the . I use nohup to prevent someone killing

Re: ApacheJMeter.jar with cygwin

2008-10-07 Thread Z W
Hi sebbaz I did try your suggestion and it still doesnt work. Process is still running: $JAVA_EXEC $ARGS -jar $JMETER_HOME/bin/ApacheJMeter.jar -n -t $JMX_SCRIPTS/$JMX_SCRIPT_TESTFILE -l $JMX_SCRIPTS/$JMX_SCRIPT_JTLFILE $JMX_SCRIPTS/$JMX_SCRIPT_LOGFILE $ ps -efW | grep java qa 13560

RE: Which Regular Expression I need?

2008-10-07 Thread Jose Pablo Sarco
Thanks Ok; Now I understand that you says, thanks very much for the reply. Regards, Jose PD: I don't know why ORO demonstration doesn't work, but is possible check the PERL 5 regular expression in http://www.projects.aphexcreations.net/rejax/ -Original Message- From: sebb

Re: ApacheJMeter.jar with cygwin

2008-10-07 Thread sebb
On 07/10/2008, Z W [EMAIL PROTECTED] wrote: Hi sebbaz I did try your suggestion and it still doesnt work. Process is still running: $JAVA_EXEC $ARGS -jar $JMETER_HOME/bin/ApacheJMeter.jar -n -t $JMX_SCRIPTS/$JMX_SCRIPT_TESTFILE -l $JMX_SCRIPTS/$JMX_SCRIPT_JTLFILE

Re: Which Regular Expression I need?

2008-10-07 Thread sebb
On 07/10/2008, Jose Pablo Sarco [EMAIL PROTECTED] wrote: Thanks Ok; Now I understand that you says, thanks very much for the reply. Regards, Jose PD: I don't know why ORO demonstration doesn't work, but is possible check the PERL 5 regular expression in

Re: ApacheJMeter.jar with cygwin

2008-10-07 Thread Z W
sebbaz does your Jmeter process just goes away when it is done ? I'll try your suggestion again and update you. On Tue, Oct 7, 2008 at 10:30 AM, sebb [EMAIL PROTECTED] wrote: On 07/10/2008, Z W [EMAIL PROTECTED] wrote: Hi sebbaz I did try your suggestion and it still doesnt work. Process is

Unable to record some page using Proxy Server in JMeter

2008-10-07 Thread jkhanal
Hi, I am using Proxy Server for recording my web based application in JMeter. I am able to record the pages that has extension .html (example: /pages/index.html). But, I am unable to record the pages that does not have .html extension (example: /pages/catalog). I have used http default request

Re: Unable to record some page using Proxy Server in JMeter

2008-10-07 Thread sebb
On 07/10/2008, jkhanal [EMAIL PROTECTED] wrote: Hi, I am using Proxy Server for recording my web based application in JMeter. I am able to record the pages that has extension .html (example: /pages/index.html). But, I am unable to record the pages that does not have .html extension

Re: Unable to record some page using Proxy Server in JMeter

2008-10-07 Thread jkhanal
Great! It worked when I removed list .*\.gif from URL Patterns to Exclude Thank you very much, Jagan sebb-2-2 wrote: On 07/10/2008, jkhanal [EMAIL PROTECTED] wrote: Hi, I am using Proxy Server for recording my web based application in JMeter. I am able to record the pages that

Problem while running JMeter

2008-10-07 Thread jkhanal
Hi, I recorded multiple pages using Proxy Server in JMeter. When I run it does not do anything. Only I can see is green square box. When I stop then it shows the result just for the first page. In my web based application ID gets change during runtime. Therefore, I am suspecting that might be

Re: Problem while running JMeter

2008-10-07 Thread sebb
On 08/10/2008, jkhanal [EMAIL PROTECTED] wrote: Hi, I recorded multiple pages using Proxy Server in JMeter. When I run it does not do anything. Only I can see is green square box. When I stop then it shows the result just for the first page. In my web based application ID gets change

Re: Problem while running JMeter

2008-10-07 Thread jkhanal
Fantastic! It got resolved after adding Cookie Manager. Thank you very much Sebb! Regards, Jagan sebb-2-2 wrote: On 08/10/2008, jkhanal [EMAIL PROTECTED] wrote: Hi, I recorded multiple pages using Proxy Server in JMeter. When I run it does not do anything. Only I can see is green