Query | How to assign unique sessions for threads under Load test: Questions???

2008-10-16 Thread Mohamed Niyas
Hi team, I just wanted to clarify my doubts which i am facing with Jmeter for our Web-Application Performance test. *Problem Definition:* ** We are doing a load test for 50 to 100 concurrent users for continuous 30 mins to 1 hour 2 hour execution with duration settings provided by Jmeter. We

Responsetime aggregation

2008-10-16 Thread André Mud
Hello, I have created a Testplan in Jmeter in which I perform a login to a site. When I record this with the PROXY I see two requests. The script works fine but when I look at the responsetimes I see two numbers for the two requests which is expected. However I want 1 responsetime for the whole

Re: Responsetime aggregation

2008-10-16 Thread Ronan Klyne
André Mud wrote: Hello, I have created a Testplan in Jmeter in which I perform a login to a site. When I record this with the PROXY I see two requests. The script works fine but when I look at the responsetimes I see two numbers for the two requests which is expected. However I want 1

Re: Responsetime aggregation

2008-10-16 Thread André Mud
That's it. Thanks. I should have read the manual better. :wistle: Andre Ronan Klyne-2 wrote: André Mud wrote: Hello, I have created a Testplan in Jmeter in which I perform a login to a site. When I record this with the PROXY I see two requests. The script works fine but when I look at

Oracle Single Sign-On redirect failure

2008-10-16 Thread Hiro Protagonist
Hi team, I am trying to replay against an Oracle dashboard application (recording with HTTP proxy works fine) and it fails on an implicit re-direct. This single sign-on redirect gets the user's credentials from [*somewhere*] and authenticates the user. When I play back the initial page request,

Re: csv Data Set Config

2008-10-16 Thread akshata s.m.
Hi.. I would like to test this application sequentially. I mean.. one user at a time.. This would help me to verify certain negative scenarios and handling them would be easier as this testplan  isnt that huge.. But what is observe is, JMeter is not reading any user from the csv file. Neither

RE: AW: Reporting tool for JMeter

2008-10-16 Thread Mishra, Ajay
Hi Peter, Nice to hear that your are working on the reporting tool. I think that is one of the big drawback in Jmeter i.e. its reporting is very bad. I will take this opportunity to point out that we should also look at having some reports which captures System Parameters as well. Those are

Re: AW: Reporting tool for JMeter

2008-10-16 Thread Peter Lin
Actually I'm too busy these days to work on the reporting tool. I haven't touched it since 2006 and have no plans of finishing it. peter On Thu, Oct 16, 2008 at 9:14 AM, Mishra, Ajay [EMAIL PROTECTED] wrote: Hi Peter, Nice to hear that your are working on the reporting tool. I think that is

RE: AW: Reporting tool for JMeter

2008-10-16 Thread Mishra, Ajay
Hi All, What is the best way to capture System Parameters like CPU, Memory etc when a test is run from Command Line in Jmeter. If there is no support currently in Jmeter what is other best way to handle this requirement wherein my Test is in Jmeter but I want to measure the System Parameters

RE: AW: Reporting tool for JMeter

2008-10-16 Thread Jose Pablo Sarco
I check a lot of tools, but the best tools are expensive. You can check this post: http://www.sqaforums.com/showflat.php?Cat=0Number=521453an=0page=0#Post521453 Regards, Jose -Original Message- From: Mishra, Ajay [mailto:[EMAIL PROTECTED] Sent: Jueves, 16 de Octubre de 2008 10:31

RE: csv Data Set Config

2008-10-16 Thread Melvin Laguren
I'm actually having a similar problem as well. The only difference is that my test is reading $(COMPANY) and not $(USER) and $(PASSWORD). -Original Message- From: akshata s.m. [mailto:[EMAIL PROTECTED] Sent: Thu 10/16/2008 11:27 AM To: JMeter Users List Subject: Re: csv Data Set Config

Re: AW: Reporting tool for JMeter

2008-10-16 Thread Peter Lin
sorry for the delay responding. I never got around to finishing it, so it was never released. peter On Tue, Oct 14, 2008 at 1:01 AM, TARUN_P [EMAIL PROTECTED] wrote: Hi Peter, Nice to hear this. Is the product already released? Tarun Christian Baumgartner wrote: Hello Peter, the

Re: Error when running JMeter

2008-10-16 Thread sebb
On 16/10/2008, jkhanal [EMAIL PROTECTED] wrote: Hi Sebb and Himanshu, Thank you for your advice. I tried to figure out but could not get what went wrong. I recorded listener as well while recording and also i have listener that I got after execution. I have pasted that below for your

Problems running Remote test

2008-10-16 Thread Jose Pablo Sarco
Hi all, I need run a remote test with Jmeter 2.3.2 on XP. I checked the Jmeter User manual (http://jakarta.apache.org/jmeter/usermanual/remote-test.html ) and I did the steps described; but I can't run the test. When I tried to ran the test I have the message: Connection refused to host:

Re: Infinite While Loop help

2008-10-16 Thread Anthony Chadszinow
Hi, Sorry, I've cleaned up my email and hope you can see where I'm coming from now. What are you trying to achieve ? - In a product I writing tests for a processing popup opens and I need a loop to follow that popups progress. The samplers following the popups progress should terminate

Re: csv Data Set Config

2008-10-16 Thread Anthony Chadszinow
Ok Akshata and Melvin, I can help up until a point with this one because the case in which I read a CSV file is slightly different but if what I say doesn't help I can suggest a few other ways ahead or someone else can jump in and tell us how it's really done. Here goes - In my case I know

RE: AW: Reporting tool for JMeter

2008-10-16 Thread Oliver Erlewein (DSLWN)
Hi Ajay, What stats are you trying to gather? The tested boxes or your JMeter executing PC? You can use PerfMon to monitor simple stuff on Windows boxes. Unix you can use command line commands. If you don't mind some coarseness in the results try something like SNMP and Cacti. But you will

RE: AW: Reporting tool for JMeter

2008-10-16 Thread Oliver Erlewein (DSLWN)
Tarun, I made my own reporting tool which does what I need. It's a conglomeration of Shell scripts and Python scripts that evaluate JMeter XML output. The output is done in PDF with GnuPlot graphs. I still have not thought about Open Sourcing it as the use is pretty restricted to how I use

RE: Problems running Remote test

2008-10-16 Thread Nair, Pramod
Are you sure that you have jmeter-server.bat console running on your remote host? It runs on port 1099 by default. If this port is already in use you will either need to change the port address to be used in jmeter.properties or kill the process that is using 1099 on your remote host. You can

RE: csv Data Set Config

2008-10-16 Thread Nair, Pramod
Using Debug Sampler to capture Variables should help you. Also, for your question: I have the parameter names as USER,PWD (Hope its not USER,PWD, ) What I do to my CSV file is always have the last column as END-DATA so it would look like - (USER,PWD,END-DATA) - where END-DATA column will contain