<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.jakarta.jmeter.user">
    <title>gmane.comp.jakarta.jmeter.user</title>
    <link>http://blog.gmane.org/gmane.comp.jakarta.jmeter.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39224"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39219"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39217"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39216"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39210"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39209"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39207"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39205"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39198"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39197"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39194"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39192"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39188"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39184"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39168"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39159"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39156"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39144"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39133"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39130"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39224">
    <title>JMeter custom build</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39224</link>
    <description>&lt;pre&gt;I am trying to make JMeter custom build.  I am using this command 
ant compile
ant distribution -Djmeter.version=2.9 -Ddisable-svnCheck=true
-Ddisable-check-versions=true

but I am running into problem. Build fails with this error. 

  [echo] 
     [echo]    gump.run = false
     [echo]    java.awt.headless = ${java.awt.headless}
     [echo]    test.headless = 
     [echo]    user.dir = /home/rakeshHome2/sprint/jMeter/src/jmeter
     [echo]    basedir = /home/rakeshHome2/sprint/jMeter/src/jmeter
     [echo]    test dir = build/test
     [echo]    test dir gump = build/test
     [echo]    testsaveservice.saveout = ${testsaveservice.saveout}
     [echo]    test.encoding = UTF-8
     [echo]    
     [java] Setting JMeterHome: /home/rakeshHome2/sprint/jMeter/src/jmeter
     [java] Setting up logging props using file:
/home/rakeshHome2/sprint/jMeter/src/jmeter/bin/testfiles/jmetertest.properties
     [java]
/home/rakeshHome2/sprint/jMeter/src/jmeter/bin/testfiles/jmetertest.properties
(No such file or directory)
     [java] Using initializeProperties() from
org.apache.jmeter.util.JMeterUtils
     [java] Setting up initial properties using:
/home/rakeshHome2/sprint/jMeter/src/jmeter/bin/testfiles/jmetertest.properties
     [java] Initializing Properties:
/home/rakeshHome2/sprint/jMeter/src/jmeter/bin/testfiles/jmetertest.properties
     [java] Exception in thread "main" java.lang.RuntimeException: Could not
read JMeter properties
file:/home/rakeshHome2/sprint/jMeter/src/jmeter/bin/testfiles/jmetertest.properties
     [java] at
org.apache.jmeter.util.JMeterUtils.loadJMeterProperties(JMeterUtils.java:190)
     [java] at
org.apache.jmeter.util.JMeterUtils.getProperties(JMeterUtils.java:139)
     [java] at
org.apache.jmeter.util.JMeterUtils.initializeProperties(JMeterUtils.java:290)
     [java] at
org.apache.jorphan.test.AllTests.initializeManager(AllTests.java:297)
     [java] at org.apache.jorphan.test.AllTests.main(AllTests.java:141)




I am not sure how to fix this.




-----
Technical blog : www.code4reference.com
LinkedIn : www.linkedin.com/pub/rakesh-kumar/17/1b1/632/
--
View this message in context: http://jmeter.512774.n5.nabble.com/JMeter-custom-build-tp5717134.html
Sent from the JMeter - User mailing list archive at Nabble.com.
&lt;/pre&gt;</description>
    <dc:creator>hamepal&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2013-06-19T18:30:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39219">
    <title>CSRF</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39219</link>
    <description>&lt;pre&gt;Hi All

I've run into an issue. Our development team made some changes yesterday
and today I'm getting an error "Error 401--Unauthorized" response for an
HTTP request.

I examined the responses in Fiddler and I noticed this in the head tag.

&amp;lt;script type="text/javascript"&amp;gt;
$.setCSRFNonce('f3e8822f-3b26-48fd-b1ff-6c80742fe28f');
&amp;lt;/script&amp;gt;

 I did some research on what CSRF is and found all kind of info on Django.
Also found a blog saying cookie manager should be able to handle this
authentication, by combining two elements.... by setting the save.cookie
property in jmeter to true and to reference the CSRF token in an HTTP
request.

I've tried this solution and it doesn't seem to work. I'm still getting the
error.

I've also been reading django documentation and trying to make sense of it
all. I would appreciate it if someone can help out and explain in simple
terms (I'm not a programmer) exactly how do I go about solving this issue.

Any guidance would be highly appreciated.

Thank you
Sam
&lt;/pre&gt;</description>
    <dc:creator>nmq</dc:creator>
    <dc:date>2013-06-19T14:52:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39217">
    <title>How to use remote option in jmeter</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39217</link>
    <description>&lt;pre&gt;Hi All,

I am new to JMETER and I want to use remote option available in JMeter . can you please let me know the steps and also how to schedule the test 



Thanks &amp;amp; Regards
Sam

============================================================================================================================
Disclaimer:  This message and the information contained herein is proprietary and confidential and subject to the
 Tech Mahindra policy statement, you may review the policy at &amp;lt;a href="http://www.techmahindra.com/Disclaimer.html"&amp;gt;http://www.techmahindra.com/Disclaimer.html&amp;lt;/a&amp;gt; 
externally and &amp;lt;a href="http://tim.techmahindra.com/tim/disclaimer.html"&amp;gt;http://tim.techmahindra.com/tim/disclaimer.html&amp;lt;/a&amp;gt; internally within Tech Mahindra.
============================================================================================================================&lt;/pre&gt;</description>
    <dc:creator>Sameera Rao P</dc:creator>
    <dc:date>2013-06-18T10:00:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39216">
    <title>JMeter Plugin for Bamboo</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39216</link>
    <description>&lt;pre&gt;Hi,
I know this list is not for the Atalassian Bamboo products such as the
JMeter Plugin for Bamboo , but this is the best place I know, with active
community for JMeter related topics.

I want to be able to fail builds per results of JMeter short tests (not
only response times/performance but also on success rates due to functional
issues).
I've been trying to use
https://marketplace.atlassian.com/plugins/jmeterAggregator but it doesn't
really work for me and I fail to find any tutorial to kick start this.

Does anyone know about good tutorial on this / other ways to fail Bamboo
builds per JMeter results?
Otherwise - I can share the steps I've done and what is not working for me.

Best,

Shmuel Krakower.
www.Beatsoo.org - re-use your jmeter scripts for application performance
monitoring from worldwide locations for free.
&lt;/pre&gt;</description>
    <dc:creator>Shmuel Krakower</dc:creator>
    <dc:date>2013-06-17T13:39:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39210">
    <title>Time in .jtl file</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39210</link>
    <description>&lt;pre&gt;Hi,

I have a run a Test for around 10 hours. I need to segregate the Test Results for every one hour. I tried opening the .jtl file to manually do it, but, unable to do so. I'm not able to interpret the time format in .jtl file. Please let me know if there is a direct way or a workaround to do this.

Thank you,
Muthu.

Disclaimer: "The materials contained in this email and any attachments may contain confidential or legally privileged information. The information contained in this communication is intended solely for the use of the individual or entity to whom it is addressed and others authorized to receive it. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the contents of this information is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by responding to this email and then delete it from your system. Sonata is neither liable for the proper and complete transmission of the information contained in this communication nor for any delay in its receipt"
&lt;/pre&gt;</description>
    <dc:creator>Muthukrishnan S.</dc:creator>
    <dc:date>2013-06-15T15:00:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39209">
    <title>Correlation not working</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39209</link>
    <description>&lt;pre&gt;Correlation not working in the script please help me

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe&amp;lt; at &amp;gt;jmeter.apache.org
For additional commands, e-mail: user-help&amp;lt; at &amp;gt;jmeter.apache.org&lt;/pre&gt;</description>
    <dc:creator>Shivaramaiah, Shashidhar (ETW</dc:creator>
    <dc:date>2013-06-15T00:12:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39207">
    <title>Scheduler does not stop the test</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39207</link>
    <description>&lt;pre&gt;Hi All,

I am running the request from 1 thread group and response consumption
from the other thread group. I have scheduled the request  thread group
for 5 min and response consumption thread group for 7 min. after 7 min
below are my issues

1) The test does not stop by itself
2) if we stop the test manually then the throughput data which we see in
aggregate report gets changed.

Can you please provide the solution for the above 



Thanks &amp;amp; Regards

Rao

============================================================================================================================
Disclaimer:  This message and the information contained herein is proprietary and confidential and subject to the
 Tech Mahindra policy statement, you may review the policy at &amp;lt;a href="http://www.techmahindra.com/Disclaimer.html"&amp;gt;http://www.techmahindra.com/Disclaimer.html&amp;lt;/a&amp;gt; 
externally and &amp;lt;a href="http://tim.techmahindra.com/tim/disclaimer.html"&amp;gt;http://tim.techmahindra.com/tim/disclaimer.html&amp;lt;/a&amp;gt; internally within Tech Mahindra.
============================================================================================================================
&lt;/pre&gt;</description>
    <dc:creator>Sameera Rao P</dc:creator>
    <dc:date>2013-06-14T14:46:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39205">
    <title>Data File_Reading Problem.</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39205</link>
    <description>&lt;pre&gt;Hello All,

We have a text file with a lot of queries. But whenever we run the test
from Jmeter by reading that file using  CSVData Config/String From file
Functions, We are seeing errors.

The problem is like in that file consists Most of the queries are with
&amp;amp;apos;, some special characters.

How can i trim them while j meter test reading that particular queries?

*Could any one please suggest on the same?*

Thanks &amp;amp; Regards,
Madhu
&lt;/pre&gt;</description>
    <dc:creator>Madhu Sekhar</dc:creator>
    <dc:date>2013-06-14T08:04:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39198">
    <title>Sharing logic between thread groups</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39198</link>
    <description>&lt;pre&gt;Hello all,

In my test I have 5 thread groups - I was wondering if it is possible to share common logic between the thread groups.

Basically all of my tests have user id and organization id in the headers.
For each thread that is running I am randomly selecting a user id in the range of 1-50 and organization id in the range of 1-100.

All this is achieved by using a Bean Shell Preprocessor that is attached to each of the samplers.

For each of the samplers this random editing of the header might also be accompanied by some editing of the url as a result of the random user ID.

By attaching a preprocessor to each sample I manage to do all this - but I was wondering if there is some way to define some utility methods that I can call from each Bean Shell processor and avoid repeating the logic.

For example:
...
HeaderManager hm = sampler.getHeaderManager();
callMySetHeaders(hm);
// Do some specific code

I know that it is possible to have custom functions - but my understanding is that they only return a string - I am asking if there is a way to write more complex code.

Thanks,
Noa Drach

&lt;/pre&gt;</description>
    <dc:creator>Drach, Noa</dc:creator>
    <dc:date>2013-06-13T12:54:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39197">
    <title>Unable to run for 500 threads</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39197</link>
    <description>&lt;pre&gt;Hi,

I am trying to run a test with 500 threads, with 100 threads each distributed across 5 thread groups. But when i start the test, it hangs immediately after around a minute or two.

It shows the count of threads somewhere near 20 and entire jmeter gets stuck. Nothing could be done after that.

Is this because of the system specifications (2GB RAM; 40 GB HDD) or ????

Thanks in Advance,
Saranya C
============================================================================================================================================================== Disclaimer: This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by return email. ==============================================================================================================================================================
&lt;/pre&gt;</description>
    <dc:creator>Saranya C</dc:creator>
    <dc:date>2013-06-13T12:12:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39194">
    <title>Reg: jp&lt; at &gt;gc - Active Threads Over Time</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39194</link>
    <description>&lt;pre&gt;Hi,

I have a test plan with a workload model designed in ultimate thread group. I ran a trial to see whether the workload model is getting generated as intended. I used Active threads over time to check the same. I'm able to see the proper graph on run-time, but, graph not shown properly when opened from the saved file. Please let me know how to rectify this.

Expected workload:

[cid:image002.png&amp;lt; at &amp;gt;01CE6849.37A84900]

In the run-time:

[cid:image003.png&amp;lt; at &amp;gt;01CE6849.37A84900]


Opening the saved one:

[cid:image001.png&amp;lt; at &amp;gt;01CE6848.BACBDE60]

Thank you,
Muthu.


Disclaimer: "The materials contained in this email and any attachments may contain confidential or legally privileged information. The information contained in this communication is intended solely for the use of the individual or entity to whom it is addressed and others authorized to receive it. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the contents of this information is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by responding to this email and then delete it from your system. Sonata is neither liable for the proper and complete transmission of the information contained in this communication nor for any delay in its receipt"
&lt;/pre&gt;</description>
    <dc:creator>Muthukrishnan S.</dc:creator>
    <dc:date>2013-06-13T10:07:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39192">
    <title>How to install and use Jmeter plugins?</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39192</link>
    <description>&lt;pre&gt;Dear All:

Could you please guide me how in JMeter plugins installation? I downloaded
a plugin - 'Server hits per second'  but I know how to install and use it.

&lt;/pre&gt;</description>
    <dc:creator>Amit Kumar</dc:creator>
    <dc:date>2013-06-13T07:12:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39188">
    <title>Not able to login using sso</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39188</link>
    <description>&lt;pre&gt;I recorded the script using badboy and replied the script using Jmeter for some of the requests it has use SSO authentication and login to the URL but. From Jmeter it is not login to the server. In the response I'm seeing the login page.

Please let me know if I need to do some settings


Thanks
Shashi

&lt;/pre&gt;</description>
    <dc:creator>Shivaramaiah, Shashidhar (ETW</dc:creator>
    <dc:date>2013-06-12T20:49:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39184">
    <title>Workload model</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39184</link>
    <description>&lt;pre&gt;Hi,

I would like to achieve the following workload model in JMeter.


1.       Starting with 10 users (with some ramp-up time) and run in steady state for 30 minutes

2.       Increment 10 more users (with some ramp-up time) and run in steady state for 30 minutes

3.       And so on until 50 users

I need this to be done under one Thread Group. So, tried 'Ultimate Thread Group' from jmeter-plugins, couldn't achieve this. Please let me know if there is a way to achieve this and how can it be done..

Thank you,
Muthu.

Disclaimer: "The materials contained in this email and any attachments may contain confidential or legally privileged information. The information contained in this communication is intended solely for the use of the individual or entity to whom it is addressed and others authorized to receive it. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the contents of this information is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by responding to this email and then delete it from your system. Sonata is neither liable for the proper and complete transmission of the information contained in this communication nor for any delay in its receipt"
&lt;/pre&gt;</description>
    <dc:creator>Muthukrishnan S.</dc:creator>
    <dc:date>2013-06-12T16:15:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39168">
    <title>Login failed - javascript</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39168</link>
    <description>&lt;pre&gt;Hi everyone

I have run into an issue running my basic login script for the AUT. It was
working fine till we got a new build this week.

Now, I have been a functional tester my whole career. My company wanted me
to do some performance test for them and I figured why the heck not. I'll
learn along the way, so basically I'm a newbie in this area.

Since JMeter is an open-source (translated: free of cost) tool that is
supposedly powerful, we decided to use it (stupidly, without finding out
its limitations). I've invested quite some time in learning the tool so I'm
not ready to give up or switch to another. I'm also not a programmer and
don't have much info on java or javascript.

Anyways, getting back to the point..... I looked at the response in
ResultsTree in HTML format and this is the message I'm getting on the Login
page:

"This website requires JavaScript
Please activate JavaScript and press F5"

HELP!!

Regards
Sam
&lt;/pre&gt;</description>
    <dc:creator>nmq</dc:creator>
    <dc:date>2013-06-11T19:40:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39159">
    <title>FW: breaking news</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39159</link>
    <description>&lt;pre&gt; http://vladpan.ru/ubd/uwixdywnb.dtwcvlyk

&lt;/pre&gt;</description>
    <dc:creator>Jah Ayree</dc:creator>
    <dc:date>2013-06-06T22:06:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39156">
    <title>Measuring page load / rendering time</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39156</link>
    <description>&lt;pre&gt;Hi everyone

I have been told that JMeter does not measure page load or rendering time.
Does anyone know of a roundabout way of making approximations using JMeter,
which would be fairly close to actual times.

Or if anyone knows of a better tool that can be used to achieve this?

The AUT is a secured web portal giving access to a limited number of users
and is document intensive. I need to measure the page load time of the
Documents page which displays the first 100 documents and as the user
scrolls down, renders the next 100 and so forth.

Any tips or help for load/performance testing would be appreciated.

Thanks
Sam
&lt;/pre&gt;</description>
    <dc:creator>nmq</dc:creator>
    <dc:date>2013-06-06T12:28:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39144">
    <title>Results ambiguity</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39144</link>
    <description>&lt;pre&gt;Hi Team,

When i run the tests with 2 users found no Errors but with 5 threads seen
some errors(internal server errors) at one instance, is there any chance
occurring failures from scripting side?


Thanks &amp;amp; Regards,
Madhu
&lt;/pre&gt;</description>
    <dc:creator>Madhu Sekhar</dc:creator>
    <dc:date>2013-05-29T14:37:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39133">
    <title>Is there any way to get Average response time of passed transactions only?</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39133</link>
    <description>&lt;pre&gt;Hi All,

In aggregate report listener, the average response time is calculated
considering the response times of all the transactions.
for example:
In a test we are executing the logIn transaction 10 times. Out of that it
succeeds 8 times and fails 2 times.
If the success transactions took 10 seconds each and the failed transaction
took 100 seconds each, the average response time will be 28 seconds {[(10*8)
+ (100*2)] / 10} according to the aggregate reports.

Is there a way to get the average of SUCCESS transactions only?
Your inputs are highly appreciated

Regards
Vineeth 



--
View this message in context: http://jmeter.512774.n5.nabble.com/Is-there-any-way-to-get-Average-response-time-of-passed-transactions-only-tp5716995.html
Sent from the JMeter - User mailing list archive at Nabble.com.
&lt;/pre&gt;</description>
    <dc:creator>vineeth</dc:creator>
    <dc:date>2013-05-27T07:42:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39130">
    <title>JSON Path Assertion</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39130</link>
    <description>&lt;pre&gt;(In advance, sorry for not formatting this using the standard text wrappers.  I do not know what they are or how to use them in an email.  That said, ...)

I am using JSON Path Assertion to sense the state of responses from  certain HTTP operations.  The responses to the operations are simple JSON maps.  An example of which is:

{"values":[{"fullPath":"admin group","groupId":1}],"message":"","state":"adminSucceed","metaCROp":"noAction"}

The path I use in the JSON Path Assertion to extract the interesting component of the message is:

$..state

The expected value is:

adminSucceed

Of course, I check "Validate against expected value".

The setup is as follows:

[cid:25A04DB3-7D25-4FAF-8885-D3FA0A803893&amp;lt; at &amp;gt;coraid.com]

The operation succeeds and the test always fails.  I have made "admin succeed" a child of "HTTP Request" and it still fails.

Clearly, I do not understand something here.  Please illuminate.

Thanks

-steve
____________________________________________
Steve Schleimer
Technical Director | Coraid
Tel: +1 650 730-5123
sschlmr&amp;lt; at &amp;gt;coraid.com&amp;lt;mailto:sschlmr&amp;lt; at &amp;gt;coraid.com&amp;gt; | www.coraid.com&amp;lt;http://www.coraid.com&amp;gt;
[cid:E3B06BD4-F16D-4CD4-A6D9-F99B713BDDA0&amp;lt; at &amp;gt;coraid.com]
Redefining Storage


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe&amp;lt; at &amp;gt;jmeter.apache.org
For additional commands, e-mail: user-help&amp;lt; at &amp;gt;jmeter.apache.org&lt;/pre&gt;</description>
    <dc:creator>Steve Schleimer</dc:creator>
    <dc:date>2013-05-25T19:26:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39124">
    <title>Assert Checkbox value if checked</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.jmeter.user/39124</link>
    <description>&lt;pre&gt;Hi all!

  Hopefully this question is easy to answer :D   My webpage contains a bunch of checkmarks on it so I was hoping to do a regular expression extraction on each checkbox, then in an If controller check if the checkbox is to be checked (I have a .csv file that tells me which checkboxes are to be checked).  If it is to be checked, then verify the regular expression that was extracted contains "checked" in it.

  To do this validation, I'm using an IF controller and it appears that once I jump into the IF controller (I only check the checkbox if it is supposed to be checked), the response assertion loses scope and no longer can see the http request to perform the evaluation on.   I don't need to use a response assertion but I'm not sure which assertion type I can use to compare two variables to each other.  I was thinking of a beanshell assertion, does anyone have a good example of a beanshell or other method where I can evaluate these two strings and have the assertion pass if both variables are equal and fail if they aren't?

Thanks!

Aaron
&lt;/pre&gt;</description>
    <dc:creator>Aaron Tracy</dc:creator>
    <dc:date>2013-05-24T20:39:47</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.jakarta.jmeter.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.jakarta.jmeter.user</link>
  </textinput>
</rdf:RDF>
