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...
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...
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???
thanks
...
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
...
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 ...
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 ...
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...
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...
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...
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...
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....
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 ...
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...
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 ...
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?
...
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?
...
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...
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...
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'...