jmeter

Performance testing Flex applications

What's the best method for performance testing Flex applications with a BlazeDS/Java severs backend. We're looking at JMeter but can it be used with the amf the protocol at a more sophisticated level where values in a request can be manipulated? ...

How to do error handling in Jmeter

Hi all, I'm using Jmeter to do a load testing for a website. In that case I have faced to a problem that the jmeter does not show the errors rather than the 404 errors. so how can I give the error messages in the jmeter for the errors occur for other cases. Can some one help me. Thanks in advance. Thilanka. ...

Track results of a regular expression extractor in JMeter

Our server returns a custom 'X-Execution-Time' HTTP response header that returns in miliseconds the time between the server getting a request and our code returning a page, ie how long our code takes to run. I'm using JMeter to do some testing & I'd like to be able to report on this number of over time. I've setup this regular expressi...

jmeter and mulitple http requests

Hello I need to test my web server, but i need to measure it with lot of files with different size. I got about 500-1000 that kind of files. Can You please tell me how to do it in jmeter ? Maybe there is an option where i can put file with my files to retrive list ?? thx in advance ...

GWT load testing with jmeter

Hi folks, I have a GWT application and wanna to test load and functionality using a tool like jmeter. I am not sure jmeter is right tool for GWT. Can anybody direct me to proper tool or can tell me how to do it with jmeter? I want to test login functionality: I have two text box 'User name' and 'Password' on login screen and want to te...

Jmeter is not extracting correctly the value with the reg ex extractor.

Jmeter is not extracting correctly the value with the reg ex. When I play with this reg ex (NAME="token" \s value="([^"]+?)") in reg ex coach with the following html everything work fine but when adding the reg with a reg ex extrator to the request he doesn't found the value even if it's the same html in output. <HTML>< script type="te...

How to get JMeter to request gzipped content?

My website serves gzipped content. I verified with Firebug and YSlow. However, JMeter does not request the gzipped content. Therefore, it gets all uncompressed content. As a result, my test cases take much longer (6-10x longer) than they do in reality. How can I make JMeter request gzipped content from a website? FYI, I am using the l...

How do you pass parameters to the JavaSamplerContext using Ant Jmeter task?

Hi, I am using the Ant Jmeter task to run a Jmeter test plan, which has been set up to use a Java Sampler. This sampler is a class I wrote that extends AbstractJavaSamplerClient. I need to pass in a couple of parameters to this class and I was hoping I could read them using the JavaSamplerContext. Any suggestions? Thanks Luanne ...

Why Jmeter is not recoring?

I am working with Jmeter2.3.2 version and trying to record a webpage. I have added http proxy server under workbench and added http request default under thread group. using port 9090 and target controller test plan -> thread group. grouping -> do not group samplers. After this setting i have started proxy server and opened internet br...

J-Meter - Moodle test scripts

Hello , I just learned how to use J-Meter and i am loving work with it. I have to do load testing for a moodle install . I wonder if there are any set of jmeter scripts to test moodle that i can re-use or like some kind of benchmark scripts that are somehow advanced and that can help me test the moodle performance. Thanks in advan...

unable to record tests in Jmeter, here is the log file. Can somebody tell me the solution

2010/06/07 17:36:24 INFO - jmeter.util.JMeterUtils: Setting Locale to en_US 2010/06/07 17:36:25 INFO - jmeter.JMeter: Loading user properties from: E:\mrinalini\jakarta-jmeter-2.3.4\bin\user.properties 2010/06/07 17:36:25 INFO - jmeter.JMeter: Loading system properties from: E:\mrinalini\jakarta-jmeter-2.3.4\bin\system.properties 2...

How to pass a random User/Pass (for Basic Authentication) with JMeter?

Hi folks, I'm using JMeter to stress test an API. I've got Basic Authentication set up - seems to be working great. Now, i'm trying to randomize the credentials that JMeter passes across the wire. So, there's two ways I know I can do this. Add a custom HTTP Header (via an HTTP Header Manager Element) and set then value to the random ...

How to send a binary payload with request in JMeter?

Hi everyone, I'm new to Jmeter and couldn't figure out yet how to send binary data to the server as the body of a POST request. Thanks in advance. ...

How to send a binary payload with request in JMeter?

Hi everyone, I'm new to Jmeter and couldn't figure out yet how to send binary data to the server as the body of a POST request. Please send me some test setup or any sugestions. Thanks in advance. ...

Monitor Results

Hi, please tell me the procedure for using monitor results for jmeter? In whatever method i tried, i dont get the results and the health tab shows server is dead and the performance tab shows no graph result. Please help me in this regard Thanks in advance ...

Secure Webservice (NTLM) - Jmeter

Hello All , I am trying to test a web service with Jmeter. The web service is protected with NTLM authentication(windows).I can able to load WSDL using WebService(SOAP) Request sampler. Currently it works only when I use proxy server with BurpSuit mentioned in this SO answer(Instead of SOUP UI, I'm using Jmeter with BurpSuite). But Ins...

read csv using jmeter(starting from x)

Hi, I'm writing a jmeter script and I have a huge csv file with a bunch of data which I use in my requests, is it possible to start not from first entry but from 5th or nth entry? ...

JMeter - Loopback address error when launching jmeter-server on Linux.

Hey all, I'm trying to set up a distributed load testing environment using JMeter. I need to set up the remote clients using something portable like a Linux Live CD, but whenever I attempt to launch jmeter-server in Linux, I receive the following error... Created remote object: UnicastServerRef [liveRef: [endpoint:[127.0.0.1:49018](lo...

Google App Engine - throttle_code=4 when under high load in load testing

I'm running some load tests using JMeter to get an idea of how my application performs under load on Google App Engine (Java). When I hit around 100 virtual users my response time starts dropping, and I notice "throttle_code=4" appearing in the GAE log files (see below). Does anyone know what this means? Is the fact that I'm making mu...

Maven2 + JMeter + JUnit with dependencies

I'd like to run my JUnit tests in JMeter. Using maven-jar-plugin I can create a jar with my tests in order to put it inside the JMeter's classpath ($JMETER_HOME/lib/junit). The problem is that my tests have a lot of dependencies that Maven2 doesn't put into the jar, including the main classes of the project, classes from other projects a...