jmeter

Session/cookie management problem in Apache Jmeter

Hi. We have a simple performance test flow in an application. We login Search based on some criteria repeat searches for different parameters. We are using Jmeter to do a performance testing. We need to have multiple threads running to test this in a scalable manner. The way we currently have this arranged is: -Test Plan - Threa...

Tomcat and JMeter generating HTTP 404 errors

Hello Perhaps someone can help me with this: I'm a complete novice with JMeter but I'm trying to use it to connect to a web application deployed in Tomcat to simulate a small number of users logging in and browsing a page. But when I run the test plan, all I seems to get in the JMeter log is a a series of HTTP 404 messages indicating t...

JMeter - how to log the full request for a failed response?

Hi folks, i'm using JMeter command line to stress test our website api. Now, here's a sample result i'm getting back: Creating summariser <summary> Created the tree successfully using street_advisor.jmx Starting the test @ Sat Oct 03 15:22:59 PDT 2009 (1254608579848) Waiting for possible shutdown message on port 4445 summary + 1 in...

Any idea how to use Jmeter for performance testing of Standalone Java app???

Any idea how to use Jmeter for performance testing of Standalone Java app??? thanks ...

Jmeter - Capturing pop ups and Images

Is there anyway to capture Pop ups and Images (for ex: Image Printig) while creating a script on a dot net web page with Jmeter. Thanks in Advance ...

Jmeter: got java.io.IOException: Unable to tunnel through proxy

Hi there, like I wrote in the subject, I got this error while using Jmeter, I ran a script thread which connects to a site and does a series of http operations, my Jmeter launch script is configured this way: PROXY="-H <IP> -P 80 -u <user> -a <password>" Actually I just masked the real informations, but IP, user and password are set ...

JMeter command line - linux version vs windows version

Hi folks, I'm been using JMeter on a linux box, under the command line for a little bit. works fine. Today, I tried it on a windows box (new client, etc) and it does work but the OUTPUT is waay different, in the console window. The linux version dumps to the console a running commentary of what is going on -> Min/Max/Throughput/Error ...

JMeter and TIBCO EMS

Is it possible to use Jmeter with TIBCO EMS ? Because I am trying to connect to EMS servers through JMeter JMS pluin and not able to succeed on that. Any help on this would be greatly appreciated. Thanks in Advence. EDIT: Error Log WARN - jmeter.protocol.jms.sampler.JMSSampler: Name not found: 'com.tibco.tibjms.TibjmsQueueConnecti...

How to Request-Response JMS with JMeter + Weblogic

I'm sending a message to a Queue using JMeter. At the end of the process (3 MDBs talking among them) a response message is sent to a second Queue. Using JMeter Request Only everything goes fine, but my interest is to collect the time taken to a message reach the second Queue. Using JMeter with Request Response and the second Queue JNDI...

Jmeter Exception response code :000 ,response message:Read timed out,for Java Web service?

I am testing a java web service(jax-ws),but whenever i am running the test i am getting response code as response message:Read timed out . And at tomcat serevr side i am getting exception : SEVERE: caught throwable ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error at org.apache.c...

JMeter with Windows Authentication?

I am using JMeter to load test some pages that reside in a SharePoint 2007 Site. The farm that contains the pages resides in a different domain than the machine running the test, and uses Windows Authenticiation. The connection to the server is over an unencrypted (non-SSL) connection. Because of this, I need to pass login credentials...

Average max concurrent users on Tomcat

Hello, I am doing stress tests with JMeter on web application (built with Spring, Struts2 REST, uses PostgreSQL). I am simulating typical user's scenario with my app - 4 GET, 3 INSERT, 20 UPDATE calls. Server specs: 4core Intel Xeon X5365 3GHz 8GB RAM single 320GB SATA disk OS: Ubuntu 8.10 32bit DB: Postgresql 8.4 Tomcat 6.0.18 Java 1....

why the jmeter not work ?

I use jmeter to record the requests and then perform a performance test. after i records all the requests with proxy server. and these requests contain post form. after that I run the test cases, but I found the post form not work, it can not create a record in website's database automatically. but before that i used webload, everything ...

Why didn't see 10 records in database ?

I use JMeter to test my web application. and my test case is to add a record in database. and then I set the "number of thread user" to 20, it means that it will simulate 20 users work at the same time. and then I run the test case. But finally i found the system didn't create 20 records in database, but instead just create 13 records in...

How many requests can SQL Server handle per second ?

I am using JMeter to test our application 's performance. but I found when I send 20 requests from JMeter, with this the reason result should be add 20 new records into the sql server, but I just find 5 new records, which means that SQL server discard the other requests(because I took a log, and make sure that the insert new records are ...

Using Jmeter to fill out a form?

Can anyone help me figure out how to use jmeter and force it to fill out and submit a form automatically? For example, I need to fill out the google search box and then click the I'm Feeling Lucky button? ...

benchmarking a asp.net website, can I use jmeter?

just looking at jmeter, from what I can I see it is a desktop application, so is it safe to say I can use it to benchmark a windows server running asp.net? any other recommended tools? ...

Jmeter-Recording issue [Need Urgent fix]

Hi, I am trying to record a http web page using JMeter 2.3.3 version. I have setup the JMeter proxy and tried, but didn't work. I have followed the below steps. Launch jmeter 2.3.3, added thread group to test plan Under Workbench->add->non-test elements-> added HTTP proxy server. proxy server setting are port:9090, target:use recordi...

jmeter how to process an xml using Xpath in beanshell

These are troubles i have faced when using JMeter Xpath extractor. I have an xml which contains an attribute with the CDATA value which is a valid xml too. My scope is to parse the CDATA xml within one iteration. I found out that i won't be able to parse the CDATA held in primary xml using the same JMeter XPath extractor. So i have decid...

Load testing multipart form

I'm trying to load-test a Rails application using JMeter. A critical part of the application involves a form that includes both text inputs and file uploads. It works fine in a browser, but when I try to post that page in JMeter, Rails is saving all of the parts of the multipart form as temp files, which causes things to break when it'...