Re: HTTP Request sampler other means of sending data

2004-07-28 Thread Remedy QA
application uses servlet mapping and routing to return the correct http resource. If that is the case, you're probably going to have to write a new sampler and manually manipulate the request and request header. peter On Wed, 28 Jul 2004 11:49:32 -0700 (PDT), Remedy QA wrote: What I mean is that HTTP

Re: HTTP Request sampler other means of sending data

2004-07-28 Thread Remedy QA
), Remedy QA wrote: Actually, the request is sent by the browser in UTF-8. The target application will also return in UTF-8. Peter Lin wrote:sounds like that isn't following the standard. I'm guessing the request is sent by a program and not a browser. I'm going to guess the target

HTTP Request sampler other means of sending data

2004-07-27 Thread Remedy QA
The current HTTP Request sampler sends form action type parameter/value pairings. But what if I just want to send plain form post data so that on the mid-tier end, the request data is read directly from the input stream (socket)? Using the proxy to record such a behavior doesn't allow

Re: jmeter memory consumption

2004-07-01 Thread Remedy QA
at 20:21, Remedy QA wrote: It seems Jmeter is a memory hogger. If given more memory, it will keep consuming. I am using JMeter nightly build of June 12. During my test run of approximately 50 minutes, with 250 virtual users on one GUI Jmeter client, it managed to consume about 1 GB of real

RE: jmeter memory consumption

2004-07-01 Thread Remedy QA
machines. peter On Wed, 30 Jun 2004 22:29:06 -0400, Michael Stover wrote: So what's the problem, exactly? -Mike On Wed, 2004-06-30 at 20:21, Remedy QA wrote: It seems Jmeter is a memory hogger. If given more memory, it will keep consuming. I am using JMeter nightly build of June 12

RE: Hanging threads in non-GUI mode

2004-07-01 Thread Remedy QA
a concurrent modification bug that was found and fixed several months ago, it works fine. S. -Original Message- From: Remedy QA [mailto:[EMAIL PROTECTED] Sent: 01 July 2004 17:27 To: JMeter Users List Subject: RE: jmeter memory consumption Well, I did try non-gui mode but some

Machine configuration used for JMeter

2004-06-28 Thread Remedy QA
Hi JMeter Users, I would like to solicit feedback of what machine specifications you're using to successfully load one Jmeter client with *reasonable* response times. This would greatly help out new users on setting up a load. What is the OS, CPU type, Memory of the machine? What is the

counter behavior

2004-06-28 Thread Remedy QA
I'm wondering if the following is the behavior for a Pre-processor Counter element. I have the following test plan which uses a counter variable. I am using the nightly build from June 12. Test Plan ThreadGroup (1 user, Loop once) Counter - increments by 1 Simple Controller

RE: Exporting aggregate reports

2004-06-18 Thread Remedy QA
to export an image (PNG) of the visualizer? -Mike On Mon, 2004-06-14 at 19:42, Remedy QA wrote: Are there any plans to implement exporting reports feature in JMeter? It would be nice be able to export the calculated aggregate measurements than rather semi-re-inventing the wheel

Re: Difference in nightly build codelines

2004-06-17 Thread Remedy QA
On Mon, 2004-06-07 at 20:01, Remedy QA wrote: What is the difference between the nightly build of jakarta-jmeter-20 vs. jakarta-jmeter ? What is the release version 2.0.1 based off of? I found that when there are fixes people have put in nightly builds, some are in one line while others

RE: Exporting aggregate reports

2004-06-15 Thread Remedy QA
able to export an image (PNG) of the visualizer? -Mike On Mon, 2004-06-14 at 19:42, Remedy QA wrote: Are there any plans to implement exporting reports feature in JMeter? It would be nice be able to export the calculated aggregate measurements than rather semi-re-inventing the wheel

Exporting aggregate reports

2004-06-14 Thread Remedy QA
Are there any plans to implement exporting reports feature in JMeter? It would be nice be able to export the calculated aggregate measurements than rather semi-re-inventing the wheel by writing our own parser program against the .JTL files. mabel

clarification on remote testing

2004-06-10 Thread Remedy QA
I am confused as to the setup of distributed testing. I have read the docs on how to set up but the use of server vs. client seems backwards to me. I got the connections going but I'm not really understanding how it works. According to the docs, or how I am reading into them, there are many

Re: clarification on remote testing

2004-06-10 Thread Remedy QA
threads. I think you can figure out the degree of control you have given that... 3. I don't know anything about the hold_samples property. 4. Right. -Mike On Thu, 2004-06-10 at 15:19, Remedy QA wrote: I am confused as to the setup of distributed testing. I have read the docs

Re: How throughput is calculated

2004-06-07 Thread Remedy QA
the sample time of the last sample into account. If the timestamps are at the end of the samples, then the beginning time takes into account the sample time of the first sample. What you do in excel is up to you. -Mike On Fri, 2004-06-04 at 16:05, Remedy QA wrote: Well, I was just trying

Re: Using the __CSVRead function

2004-06-07 Thread Remedy QA
Try this link to some explanations on JMeter functions http://jakarta.apache.org/jmeter/usermanual/functions.html Akbar, Gul [EMAIL PROTECTED] wrote: Hi Could anyone provide me with a document or a link to a document which explains the use of the __CSVRead function. I have generated this

RE: Embedded JavaScript files are being parsed as HTML

2004-06-07 Thread Remedy QA
- From: Remedy QA [mailto:[EMAIL PROTECTED] Sent: 27 May 2004 17:56 To: JMeter Users List Subject: RE: Embedded JavaScript files are being parsed as HTML Eric, I have the same problem. However, using the RegexpHTMLParser doesn't solve my problem. My Javascript has a sample code of the following

Re: How throughput is calculated

2004-06-04 Thread Remedy QA
and then see how much the error is. In any case, the code in cvs accounts for the time of the sample, whether your timestamp is at the start or end of the sample. -Mike On Thu, 2004-06-03 at 19:15, Remedy QA wrote: I am a bit confused as to how JMeter calculates the throughput of each type

Re: While loop functionality

2004-06-04 Thread Remedy QA
I tried with the June 3rd nightly build and this workaround for a while loop isn't quite working. There are two problems: 1. Using the Test Action sampler doesn't execute the IF condition at all--only when I put a real sampler like an HTTP Request sampler. 2. The IF condition only evaluates

RE: how to run a logout transaction once

2004-06-03 Thread Remedy QA
. -Original Message- From: Remedy QA [mailto:[EMAIL PROTECTED] Sent: 03 June 2004 18:07 To: JMeter Users List Subject: Re: how to run a logout transaction once This is one step closer to solving my problem. However, I still have to somehow time things correctly. For example, if my test plan

How throughput is calculated

2004-06-03 Thread Remedy QA
I am a bit confused as to how JMeter calculates the throughput of each type of HTTP Request. My jmeter.properties setting has the default sampleresult.timestamp.start=true which is suppose to log the timestamp of when a HTTP Request starts in the .JTL file. So for example, I have the following

Re: AW: AW: how to run a logout transaction once

2004-06-02 Thread Remedy QA
- Von: Remedy QA [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 27. Mai 2004 18:26 An: JMeter Users List Betreff: Re: AW: how to run a logout transaction once Would you just paste the code onto the email? I didn't get any attachment. Thanks! Actually, I haven't tried the Once Only

Re: AW: how to run a logout transaction once

2004-05-27 Thread Remedy QA
not logout until 2 hours has ended. thanks. BAZLEY, Sebastian wrote: Thread group Simple Controller Login Loop controller Random Controller Simple Controller Logout Or something similar. -Original Message- From: Remedy QA [mailto:[EMAIL PROTECTED] Sent: 25 May 2004 20:14 To: JMeter User

RE: Embedded JavaScript files are being parsed as HTML

2004-05-27 Thread Remedy QA
Eric, I have the same problem. However, using the RegexpHTMLParser doesn't solve my problem. My Javascript has a sample code of the following: newCalDoc.write(link rel=stylesheet type='text/css' href=' + PCGetDefaultCSSStylesheet() + '\n); And when running the test, it is trying to retrieve

RE: how to run a logout transaction once

2004-05-26 Thread Remedy QA
Avenue King of Prussia, PA 19406 610-491-9881 -Original Message- From: Remedy QA [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 12:48 PM To: JMeter Users List Subject: RE: how to run a logout transaction once The problem with this is that in Thread Group

RE: how to run a logout transaction once

2004-05-26 Thread Remedy QA
Message- From: Remedy QA [mailto:[EMAIL PROTECTED] Sent: 26 May 2004 17:48 To: JMeter Users List Subject: RE: how to run a logout transaction once The problem with this is that in Thread Group, it is scheduled to run for 2 hours and loop forever. I am assuming that after 2 hours, the looping

how to run a logout transaction once

2004-05-25 Thread Remedy QA
I would like to have users run these in this order in a scheduled simulation duration: 1. a first set of transactions once, 2. then run a second set randomly and repeatedly, 3. then finally when simulation time is near the end, run a thrid set of transactions once. For the first 2 sets, I

Re: Jmeter accuracy (applets, load, response)

2004-05-18 Thread Remedy QA
I have a few more questions/comments about how JMeter measures response times. Suppose I have the following Test Plan structure that is set to run twice by one user: Test Plan Thread Group HTTP Cookie Manager Simple Controller 1 HTTP Request A (Retrieve