Re: Is this a bug? Cookies are in the Request Body...

2022-07-16 Thread Robin D. Wilson
or the server to see the cookie... If I switch the View Results Tree to show the HTTP view of the request instead of the "Raw" view - it does show the cookie as a request header. So is this just a goofy way the View Results Tree shows the output, or is this a bug? -- Robin D. Wilson CELL:

Is this a bug? Cookies are in the Request Body...

2022-07-14 Thread Robin D. Wilson
no 'Cookie:' header in the Request Headers, but I see a "Cookie Data:" section in the "Request Body" section. I was under the impression that Cookie was a 'header' in the HTTP request. I've only seen cookies set with the "Cookie:" header, so I'm not sure what I'm misund

Re: Need help with User Defined Variables

2022-07-01 Thread Robin D. Wilson
Thank you all. I am following your advice, and it is working for me. -- Robin D. Wilson CELL: 512-426-3929 rwils...@gmail.com On Fri, Jul 1, 2022 at 1:29 AM Dmitri T wrote: > As per documentation > < > https://jmeter.apache.org/usermanual/component_reference.html#User_Defin

Need help with User Defined Variables

2022-06-30 Thread Robin D. Wilson
But the User Defined Variables apparently don't use previously set variables in the config? Because what I am getting for "HOSTNAME" is "myhost${ENV}"... -- Robin D. Wilson CELL: 512-426-3929 rwils...@gmail.com

Include controller and Module controller

2017-06-07 Thread Robin D. Wilson
), but the larger test throws an error that it can't find the included file. -- Robin D. Wilson Voice: 512-426-3929 <mailto:rwils...@gmail.com> rwils...@gmail.com

RE: How would you go about creating a new Thread Group type?

2016-10-21 Thread Robin D. Wilson
). Then run a test against it with 100 simultaneous threads and 100 loops. You will see what I'm talking about. -- Robin D. Wilson Voice: 512-426-3929 rwils...@gmail.com -Original Message- From: Deepak Goel [mailto:deic...@gmail.com] Sent: Friday, October 21, 2016 9:09 AM To: JMeter Users

RE: How would you go about creating a new Thread Group type?

2016-10-21 Thread Robin D. Wilson
nt up from 1-10, and you will also gain a variable that tells you which loop you were on for specific sets of requests.) This isn't a huge concern, just a way to make sure that you maintain the same relative server load all through the duration of the test. -- Robin D. Wilson Voice: 512-426-392

RE: How would you go about creating a new Thread Group type?

2016-10-17 Thread Robin D. Wilson
The idea with the CSV data set works perfectly. Seems like a good workaround... But I'd still like to experiment with building my own Thread Group widget... -- Robin D. Wilson Voice: 512-426-3929 rwils...@gmail.com -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Monday

How would you go about creating a new Thread Group type?

2016-10-17 Thread Robin D. Wilson
ammed before (a long time ago), but if someone could point me in the right direction (like, which source files would need to be modified, and how would I register my new Thread Group as a different option), I think I could figure it out pretty quickly. -- Robin D. Wilson <mailto:rw

RE: Retrieve All Embedded Resources from HTML files not working

2016-04-13 Thread Robin D. Wilson
I think you answered your own question. The Retrieve All Embedded Resources doesn't execute any JavaScript or CSS, it just gets the things that are directly included in pure HTML tags within the page, so things like:

RE: Retrieve All Embedded Resources from HTML files not working

2016-04-13 Thread Robin D. Wilson
this - and then try to provide that as part of your question. -- Robin D. Wilson Voice: 512-426-3929 <mailto:rwils...@gmail.com> rwils...@gmail.com From: Prakash Palnati [mailto:prakash.paln...@snapwiz.com] Sent: Wednesday, April 13, 2016 8:13 AM To: JMeter Users List

RE: Retrieve All Embedded Resources from HTML files not working

2016-04-13 Thread Robin D. Wilson
case first, then that will give you a place to focus your attention in your complex test cases. -- Robin D. Wilson Voice: 512-426-3929 rwils...@gmail.com -Original Message- From: Prakash Palnati [mailto:prakash.paln...@snapwiz.com] Sent: Wednesday, April 13, 2016 7:42 AM To: JMeter

RE: Login test always returns success

2015-06-05 Thread Robin D. Wilson
- slowing JMeter down. While it is certainly necessary to have some of these elements in your test plan, it is best to keep them to the minimum necessary to complete the objective. -- Robin D. Wilson Sr. Director of Web/Java Engineering KingsIsle Entertainment, Inc. VOICE: 512-777-1861

RE: How to generate workload on a server (normal and stress workload)

2015-05-15 Thread Robin D. Wilson
and Module Controllers to create aggregate test scripts that include all of your simpler test scripts to make a more full-featured suite of tests. Hopefully this is enough to get you started. As always, it helps a ton to read the documentation. -- Robin D. Wilson Sr. Director of Web/Java Engineering

RE: the option of Retrieve All embedded resources from html file doesnt load ALL resourses

2015-05-08 Thread Robin D. Wilson
I guess I don't understand what you mean by 'clutter', but I'm glad you found something that worked for you. -- Robin D. Wilson Sr. Director of Web/Java Engineering KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com -Original Message- From: Jesse Zhang [mailto:ynz

RE: the option of Retrieve All embedded resources from html file doesnt load ALL resourses

2015-05-07 Thread Robin D. Wilson
JMeter does not execute the Javascript, or interpret CSS - both of which may add files to your download. However, you can record what gets downloaded (using the HTTP proxy recorder) and just replay that if you like. -- Robin D.Wilson -Original Message- From: Jesse Zhang

Re: what is the use of assertion

2014-10-09 Thread Robin D. Wilson
. BUT, assertions are relatively expensive in JMeter - meaning they add a lot of test of processing to the script, and slow down throughput of JMeter. (They use regular expressions to parse the returned data fro the server, which takes a lot of compute power.) So use them efficiently... -- Robin D

RE: what is the use of assertion

2014-10-09 Thread Robin D. Wilson
whether your responses are proper for your test conditions. They are like 'seasonings' - not too much, or you'll overpower your test. But too little will make your test ineffective and unable to reveal what you think it is revealing. -- Robin D. Wilson Sr. Director of Web Development KingsIsle

RE: User Parameters Pre Processor

2014-03-24 Thread Robin D. Wilson
through notfoobar1, notfoobar2, etc. because the User Parameters are evaluated at the sample run time. -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 http://www.kingsisle.com -Original Message- From: Shmuel Krakower [mailto:shmul

RE: Exclude URL Patterns

2014-03-14 Thread Robin D. Wilson
sure that guy would have freaked out.) -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 http://www.kingsisle.com -Original Message- From: Ankit Sethiya [mailto:ankit.seth...@gmail.com] Sent: Friday, March 14, 2014 2:21 PM To: user

Re: Import tests instead of making duplicate copies

2014-03-11 Thread Robin D. Wilson
want. -- Robin D. Wilson VOICE: 512-777-1861 On Mar 11, 2014, at 5:38 AM, Prateek Asthana pary...@gmail.com wrote: Hi, Currently, as part of running the performance test *suite*, we are creating a copy of the original perf *test* and placing it into the perf suite. This is leading

RE: How to control variable substitution in JMeter?

2014-03-11 Thread Robin D. Wilson
I've noticed this too. Sounds like a feature request. Basically, some way to designate which variables can be used for substitution when using the recording controller. Perhaps just a list. -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 http

RE: JMeter 2.11 Regular Expression Extractor - Source Field - what is that for?

2014-02-13 Thread Robin D. Wilson
. (And that is installed in the 'reloaded' JM2.11, and it does not seem to affect the Regular Expression Extractor at all. -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 http://www.kingsisle.com -Original Message- From: sebb [mailto:seb

RE: JMeter 2.11 Regular Expression Extractor - Source Field - what is that for?

2014-02-12 Thread Robin D. Wilson
noticed it). -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 http://www.kingsisle.com -Original Message- From: UBIK LOAD PACK Support [mailto:supp...@ubikloadpack.com] Sent: Wednesday, February 12, 2014 4:09 PM To: JMeter Users List

RE: How do I override the 'Retrieve All Embedded Resources setting in non-gui mode?

2014-02-03 Thread Robin D. Wilson
Done: 56103 Submitted Need ability to override Retrieve All Embedded Resources from non-gui mode -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 http://www.kingsisle.com -Original Message- From: Philippe Mouawad [mailto:philippe.moua

RE: In non-gui mode, is there a command-line switch to change User Defined Variables

2014-01-29 Thread Robin D. Wilson
- the above line doesn't even show up in the .jmx file. So how would I override the value (or just set the value if the line isn't present in the .jmx file)? -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 http://www.kingsisle.com -Original Message

How do I override the 'Retrieve All Embedded Resources setting in non-gui mode?

2014-01-29 Thread Robin D. Wilson
is absent from the '.jmx' file. I'd like to be able to override this value from the non-gui command line (so that I don't have to edit the '.jmx' files on the fly during non-gui test runs). -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 http

In non-gui mode, is there a command-line switch to change User Defined Variables

2014-01-28 Thread Robin D. Wilson
the command line (when running in non-gui mode)? (Specifically, I have a variable for number of threads, and another one for total iterations.) -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 http://www.kingsisle.com

Re: How to record Registration page and replay using HTTP Request Sampler and also parameterise some fields in the forms?

2014-01-25 Thread Robin D. Wilson
You need to import the JMeter certificate file in FireFox, so FireFox will accept JMeter as a trusted certificate authority. -- Robin D. Wilson VOICE: 512-777-1861 On Jan 25, 2014, at 3:54 AM, Jayesh Guru jayeshgur...@gmail.com wrote: I have found the solution for avoiding the above error

In the non-gui mode 'csv' log file, how would I calculate throughput?

2014-01-22 Thread Robin D. Wilson
that is similar to the gui-mode summary report's throughput numbers? (BTW, 'iterations/duration' doesn't work at all...) -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 http://www.kingsisle.com

RE: Peoplesoft load testing...

2014-01-07 Thread Robin D. Wilson
- basically just going through each 'jmx' file and altering the XML to match the updated spec. for the new version of JMeter we're using (or the new controller/config we're using in place of the old one). -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. http

RE: Jmeter Regex advice - qualifier string after regex

2013-11-13 Thread Robin D. Wilson
after the first 'href=', and up to the 'spanFoo2' string. Try googling regex non greedy match, you will find multiple ways to handle this. -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 http://www.kingsisle.com -Original Message- From

RE: JMeter Regex advice - qualifier string after regex

2013-11-13 Thread Robin D. Wilson
, if they swap the order of the parameters - so that 'id' comes before 'href', I still break - but at least I've limited the ways in which I will break...) Just a suggestion when building out your test cases. -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777

Include within an module within an include?

2013-11-07 Thread Robin D. Wilson
it)? -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 http://www.kingsisle.com - To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org For additional commands, e-mail: user-h

Re: JMeter 2.10 Include Controller doesn't seem to be working

2013-10-22 Thread Robin D. Wilson
So let me understand, do I need to put the Test Fragment inside the included file, or do I put the Include Controller inside a Test Fragment? -- Robin D. Wilson VOICE: 512-777-1861 On Oct 22, 2013, at 6:52 AM, Nicola Ambrosetti Brolin ambrosetti.nic...@gmail.com wrote: I might add (since I

RE: JMeter 2.10 Include Controller doesn't seem to be working

2013-10-22 Thread Robin D. Wilson
It figures... That works. Now I'll have to go through all my Includes and change them from simple controllers to Test Fragments. Is this documented somewhere - clearly? I read through the Test Fragment stuff, and it was as clear as muddy water... -- Robin D. Wilson Sr. Director of Web

JMeter 2.10 Include Controller doesn't seem to be working

2013-10-21 Thread Robin D. Wilson
. -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 http://www.kingsisle.com - To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org For additional commands, e-mail: user-h

Re: JMeter 2.10 Include Controller doesn't seem to be working

2013-10-21 Thread Robin D. Wilson
That is exactly what I'm using (Test Fragments)... -- Robin D. Wilson VOICE: 512-777-1861 On Oct 21, 2013, at 6:49 PM, UBIK LOAD PACK Support supp...@ubikloadpack.com wrote: Hello, Incompatible changes explains your issue: - jmeter.apache.org/changes.html - In previous versions

RE: Establishing baseline metrics

2013-07-01 Thread Robin D. Wilson
130M web pages in 1 month, using only 5 servers (4 tomcats, and 1 DB server)... Those pages represented about 10X in GET requests to our servers... -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. http://www.kingsisle.com -Original Message- From: nmq

RE: System configuration

2013-06-24 Thread Robin D. Wilson
generating more load), then you need to lower the number of simultaneous threads on that client until you see the best mix of performance from the client vs. capacity on the server. Then you can add more clients to meet your goal of 1000 simultaneous threads hitting the server. -- Robin D. Wilson Sr

RE: Is there a way to set the duration for which JMeter waits for a response

2013-06-20 Thread Robin D. Wilson
The HTTP sampler includes several 'timeout' values. I use them. It reports an error if the timeout expires, then moves on to the next request (either within the same thread, or in the next - depending on how you setup the thread group). -- Robin D. Wilson Sr. Director of Web Development

RE: Reusable JMeter Modules

2013-06-20 Thread Robin D. Wilson
We do this all the time. Our test cases include 'modules' to do things like 'login', and 'registration', etc. You want to use User Variables, and User Parameters, and Include Controllers and Module Controllers in order to accomplish this. -- Robin D. Wilson Sr. Director of Web Development

RE: Login failed - javascript

2013-06-11 Thread Robin D. Wilson
of interactions are taking place between the browser and the server - some of which may be under-the-covers (hidden from the user) and allowing the server to figure out whether the site supports JavaScript. -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861

RE: Login failed - javascript

2013-06-11 Thread Robin D. Wilson
JMeter test plan setup - and you can use the proxy requests to figure out what is missing from your test plan. -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 http://www.kingsisle.com -Original Message- From: nmq [mailto:nmq0

Re: Login failed - javascript

2013-06-11 Thread Robin D. Wilson
the JavaScript, and never will. -- Robin D. Wilson VOICE: 512-777-1861 On Jun 11, 2013, at 9:41 PM, nmq nmq0...@gmail.com wrote: Take a look at this code snippet I found for the login page. script type=text/javascript // activate login feature if script is activated and browser is supported

Re: Login failed - javascript

2013-06-11 Thread Robin D. Wilson
By the way, this is where recording a login using the HTTP Proxy Recorder would help up you figure this problem out. -- Robin D. Wilson VOICE: 512-777-1861 On Jun 11, 2013, at 10:54 PM, Robin D. Wilson rwils...@gmail.com wrote: It appears to me that the way this works is to hide/unhide some

Re: Assert Checkbox value if checked

2013-05-24 Thread Robin D. Wilson
You need to create all of your response assertions as direct children of the response, and then (after collecting all of the values) check them with the if statement(s). -- Robin D. Wilson VOICE: 512-777-1861 On May 24, 2013, at 3:39 PM, Aaron Tracy aaron.tr...@octanner.com wrote: Hi all

Re: How to acheive load

2013-05-23 Thread Robin D. Wilson
is that you are testing a system, and it is constrained by the most limited part during your test. Figuring out which part is the bottleneck is all the fun... -- Robin D. Wilson VOICE: 512-777-1861 On May 23, 2013, at 4:34 AM, Adrian Speteanu asp.ad...@gmail.com wrote: Hi, Not being able

Re: Unable to record using HTTP Proxy Server

2013-03-20 Thread Robin D. Wilson
That's great, you should probably file a bug on the error, make sure you spell out the details of how to recreate it (e.g. Make requests by IP address instead of hostname). -- Robin D. Wilson VOICE: 512-777-1861 On Mar 20, 2013, at 3:21 AM, rohit.s...@hqcc.sahara.co.in wrote: Hi Robin, We

Re: Unable to record using HTTP Proxy Server

2013-03-20 Thread Robin D. Wilson
. -- Robin D. Wilson VOICE: 512-777-1861 On Mar 20, 2013, at 7:20 AM, Robin D. Wilson rwils...@gmail.com wrote: That's great, you should probably file a bug on the error, make sure you spell out the details of how to recreate it (e.g. Make requests by IP address instead of hostname). -- Robin D

Re: Unable to record using HTTP Proxy Server

2013-03-19 Thread Robin D. Wilson
). -- Robin D. Wilson VOICE: 512-777-1861 On Mar 19, 2013, at 12:45 AM, Rohit Soni rohit.s...@hqcc.sahara.co.in wrote: Hi Robin, To ease, I have deployed a dummy project on my machine using JBoss. Project contains 4 html pages with links. Attached are the steps that I have performed for recording

Re: Unable to record using HTTP Proxy Server

2013-03-16 Thread Robin D. Wilson
, and what you see on the browser when you make a request to the IIS server with the proxy enabled... Also, send you JMeter log file... -- Robin D. Wilson VOICE: 512-777-1861 On Mar 16, 2013, at 12:49 AM, Rohit Soni rohit.s...@hqcc.sahara.co.in wrote: Hi Robin, I have re-verified

RE: Analyzing pefr test results and preparing a report

2013-03-13 Thread Robin D. Wilson
). -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com -Original Message- From: Perf Test [mailto:perfs...@gmail.com] Sent: Wednesday, March 13, 2013 1:24 AM To: user@jmeter.apache.org Subject: Analyzing pefr test results

Re: Unable to record using HTTP Proxy Server

2013-03-11 Thread Robin D. Wilson
You have to setup the proxy in your IE browser to point to your JMeter proxy server... It will be under the Internet Explorer Options menu, in the Connections tab, under the LAN Settings. -- Robin D. Wilson VOICE: 512-777-1861 On Mar 11, 2013, at 4:04 AM, Rohit Soni rohit.s

RE: Using Jmeter in heterogeneous environment

2013-01-25 Thread Robin D. Wilson
to configure some variables, and use those (I haven't tried this) in your path names... -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com -Original Message- From: Marcelo Jara [mailto:marceloj...@hotmail.com] Sent: Friday

Re: JMeter out of memory

2013-01-09 Thread Robin D. Wilson
was successful, but absent if it fails. This assures we get an error logged in the Tree listener when a request does do what we expected it to do. -- Robin D. Wilson VOICE: 512-777-1861 On Jan 9, 2013, at 3:11 AM, Philippe Mouawad philippe.moua...@gmail.com wrote: Hello, No you don't need these 2

Re: Performance testing - For diffrent user roles

2012-09-12 Thread Robin D. Wilson
. Then I would create a single script that has separate thread groups for each of you user types, combining the functional units within each thread group using Include Controllers. -- Robin D. Wilson VOICE: 512-777-1861 On Sep 12, 2012, at 6:39 AM, Samaraweera, Ravinda ravindasamarawe

RE: standard/benchmarking value for loading a web page

2012-08-22 Thread Robin D. Wilson
a secondary value - the primary goal is to make sure we are not getting slower with each release. -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com -Original Message- From: Shaba K [mailto:shabazi...@gmail.com] Sent

RE: Analysing the View Result Tree Listener

2012-07-05 Thread Robin D. Wilson
listeners for tracking the performance and load of your system (the perfmon listener is handy, and summary results is useful too). -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com -Original Message- From: ZK

RE: inquiry about JMeter specification

2012-06-27 Thread Robin D. Wilson
are trying to do. Something like: Test a web application with 5000 simultaneous users, each hitting 1000 different web pages... -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com -Original Message- From: yuka.naga

RE: Jmeter 2.7 - non test element like proxy server are not saved on JMX ?

2012-06-25 Thread Robin D. Wilson
BTW, I tend to agree that it would be nice to save non-test elements... It is handy to setup a proxy config with exclusions, and stuff - and have it all pre-configured in a template... -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861

RE: Inserting Cookie Data into URL. (I have googled and looked at guides, it looks correct but fails)

2012-06-21 Thread Robin D. Wilson
). -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com -Original Message- From: Dean Lozo [mailto:dean.l...@gmail.com] Sent: Thursday, June 21, 2012 9:20 AM To: user@jmeter.apache.org Subject: Inserting Cookie Data into URL. (I have

RE: Preparing LINUX or WIN machines to run Jmeter

2012-06-20 Thread Robin D. Wilson
javaw.exe=dword:0800 ApacheJMeter.jar=dword:0800 sllauncher.exe=dword:0800 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters] MaxUserPort=dword:fffe CUT HERE-- -- Robin D. Wilson Sr. Director of Web

RE: Preparing LINUX or WIN machines to run Jmeter

2012-06-20 Thread Robin D. Wilson
in' folder is the JMeter 'bin' folder. -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com -Original Message- From: Rodrigo Ramos [mailto:crackdu...@gmail.com] Sent: Wednesday, June 20, 2012 1:55 PM To: JMeter Users List

RE: Error in Jmeter 207

2012-06-20 Thread Robin D. Wilson
You can also try hitting the server with a browser when you are getting this error - to see if, in fact, the server is not responding. The error means that your JMeter was unable to connect to your server. -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE

RE: JMeter threading model

2012-06-12 Thread Robin D. Wilson
need, and let each thread keep going until all the iterations have been started. (Of course, I say that knowing that I'm just a 'manager' type, and won't be coding it myself...) -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com

RE: JMeter threading model

2012-06-12 Thread Robin D. Wilson
of some kind. At the thread group level is exactly what I'm suggesting... In the meantime, I will setup a csv file with 0- in it (one number per row), and see if I can get that to work like you suggest. Seems a little clunky, but if it works - no issue. -- Robin D. Wilson Sr. Director of Web

Feature request...

2012-04-10 Thread Robin D. Wilson
which sampler shown in the response tree matched to each error. -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com - To unsubscribe, e-mail: user-unsubscr

RE: Display total execution time for test plan

2012-03-21 Thread Robin D. Wilson
were actually much higher than my benchmarks had been recording. Without being able to explicitly see the execution duration times (or using the average sample times to calculate the test duration), I would have missed the fact that my benchmarks were getting worse. -- Robin D. Wilson Sr. Director

RE: Display total execution time for test plan

2012-03-21 Thread Robin D. Wilson
(the built-in delay in the response). Once I changed that setting, average response times showed ~2400ms, which was in-line with what I expected. -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com -Original Message- From

RE: Display total execution time for test plan

2012-03-20 Thread Robin D. Wilson
/stringProp /ResultCollector hashTree/ /hashTree /hashTree /jmeterTestPlan -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com -Original Message- From: erik.pr...@gmail.com [mailto:erik.pr...@gmail.com] On Behalf

Re: Default value for collapse

2012-03-13 Thread Robin D. Wilson
I agree with this! -- Robin D. Wilson On Mar 13, 2012, at 2:50 PM, Oliver Lloyd oliver_ll...@hotmail.com wrote: Actually, I also find myself pressing CMD minus every time I open a testplan. In an ideal world, the testplan would open with the tree expanded to the testplan level

RE: Cookie manager not getting more than one set-cookie per response?

2012-02-23 Thread Robin D. Wilson
that the cookies are both actually set: Cookie Data: theCookie1=value1; theCookie2=value2 They just aren't being accessed by the ${COOKIE_cookie_name} convention anymore... Did this change in JM2.6? -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861

RE: Cookie manager not getting more than one set-cookie per response?

2012-02-23 Thread Robin D. Wilson
Nevermind, I found the issue - it was this setting: CookieManager.save.cookies=true Apparently this was on by default previously in JMeter2.4 (or was configured somewhere that I didn't know about), but adding it to my 'user.properties' fixed the problem. -- Robin D. Wilson

Cookie manager not getting more than one set-cookie per response?

2012-02-22 Thread Robin D. Wilson
, but this means that I have to go back a re-code a bunch of test cases. Is there a setting that I'm missing? -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com

RE: Cookie manager not getting more than one set-cookie per response?

2012-02-22 Thread Robin D. Wilson
No parallel downloads. In fact, the test case was unmodified from the JM2.4 version when I noticed this problem. -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com -Original Message- From: Philippe Mouawad

RE: Cookie manager not getting more than one set-cookie per response?

2012-02-22 Thread Robin D. Wilson
I'll try to get a test case out there - but the failing test case is pretty complicated, and stripping everything down to a level to show this problem will take me a while. -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com

RE: Average times are confusing me...

2012-02-16 Thread Robin D. Wilson
be trusted. But I can start a fresh set using JM2.6 now and feel pretty comfortable that the numbers are at least accurate now. -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com -Original Message- From: Deepak Goel

RE: Complete difference in results when scaling across multiple boxes

2012-02-16 Thread Robin D. Wilson
or something... -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com -Original Message- From: James Carr [mailto:jamesc...@carfax.com] Sent: Thursday, February 16, 2012 2:02 PM To: JMeter Users List Subject: Complete difference

RE: Average times are confusing me...

2012-02-15 Thread Robin D. Wilson
. -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com -Original Message- From: Philippe Mouawad [mailto:philippe.moua...@gmail.com] Sent: Monday, February 13, 2012 2:13 PM To: JMeter Users List Subject: Re: Average times

RE: Average times are confusing me...

2012-02-15 Thread Robin D. Wilson
that it will provide much value, since it is clear that the above settings fix the problem. -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com -Original Message- From: Philippe Mouawad [mailto:philippe.moua...@gmail.com] Sent

RE: Average times are confusing me...

2012-02-10 Thread Robin D. Wilson
OK, I just took your exact same 'jsp', removed the RandomStringUtils stuff (I don't have that library handy), and I'm still getting the same weird results. I'll try to package up my test case today and make it available to everyone... -- Robin D. Wilson Sr. Director of Web Development KingsIsle

RE: Average times are confusing me...

2012-02-09 Thread Robin D. Wilson
for 2.4 and 2.6 I can do this. -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com - To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org For additional

Average times are confusing me...

2012-02-08 Thread Robin D. Wilson
it takes to receive the response after the request ends (which is what I really want)? -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com - To unsubscribe, e

RE: Average times are confusing me...

2012-02-08 Thread Robin D. Wilson
in seconds) is actually around 47/sec (so JM2.6 appears to be closer to accurate on that). -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Wednesday, February 08

RE: CTRL+Z as undo

2012-01-20 Thread Robin D. Wilson
the object that changed. (But you probably already knew all of this...) -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com -Original Message- From: Shay Ginsbourg [mailto:sginsbo...@gmail.com] Sent: Friday, January 20, 2012 6

RE: How to capture a value in one of the thread and passing it to the other thread in the same test plan

2012-01-09 Thread Robin D. Wilson
). Then I use (in the next thread group - in a User Parameter pre-processor): lastThreadStartTime = ${__P(ThreadStartTime,0)} This method only works when the thread groups run sequentially though... -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512

RE: some of the transactions fail during concurrent tests

2011-12-20 Thread Robin D. Wilson
- and I can usually get a pretty good idea of what went wrong. (9 times out of 10, it is some variable that I was trying to get through the regular expression extractor, and I didn't have the regular expression quite right.) -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc

RE: Strange 'pause' activity during testing

2011-12-15 Thread Robin D. Wilson
Maybe then there is a problem with the scanning of the HTML to extract the embedded resources, or maybe one of the embedded resources is a tar-pit. If this were the case, I would expect the first sample to show the problem. The fact that it does 600+ iterations without a problem - and _then_

RE: Strange 'pause' activity during testing

2011-12-15 Thread Robin D. Wilson
- I'm working on some production issues today, so I haven't had time to setup for a thread dump today. -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com -Original Message- From: Philippe Mouawad [mailto:philippe.moua

RE: Strange 'pause' activity during testing

2011-12-15 Thread Robin D. Wilson
from the Apache - and I get no slow downs. So if I had to guess, it is some sort of AJP configuration issue. I'll work on that now. Thank you all for your assistance! -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com

Strange 'pause' activity during testing

2011-12-14 Thread Robin D. Wilson
to displaying the PerfMon graphs, and Remote Desktop display to my desktop computer)... -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com - To unsubscribe, e-mail

RE: JMeter reporting higher response times

2011-11-15 Thread Robin D. Wilson
. It works fine with HTTP3.1. -- Robin D. Wilson Sr. Director of Web Development KingsIsle Entertainment, Inc. VOICE: 512-777-1861 www.KingsIsle.com -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Tuesday, November 15, 2011 10:09 AM To: JMeter Users List Subject: Re: JMeter