Re: Summary Report - Throughput Question

2007-12-06 Thread Joshua Auerbach
ughput would be drastically different between 4 threads spread over 2 machines vs 4 threads on a single machine (and moreover data that doesn't make sense whenever I have > 1 machine) -Josh sebb wrote: > http://jakarta.apache.org/jmeter/usermanual/glossary.html may help > > On 06/12/2007, J

Summary Report - Throughput Question

2007-12-06 Thread Joshua Auerbach
I am encountering some strange behavior when looking at the throughput column of the summary report with multiple remote machines. Hoping someone could clarify this for me For example when I have one remote machine and run my test plan with two threads (each request having a random delay of 1-2s

Re: Proxy Recording - URL Patterns Issue

2007-11-13 Thread Joshua Auerbach
Yes it did... thanks for the help Josh sebb wrote: > I assume this crossed with my previous posting where I explained that > it is a documentation bug ... > > On 12/11/2007, Joshua Auerbach <[EMAIL PROTECTED]> wrote: > >> Yes found the problem. Am I wrong that is a

Re: Proxy Recording - URL Patterns Issue

2007-11-12 Thread Joshua Auerbach
Yes found the problem. Am I wrong that is a bug? If so can you explain? sebb wrote: > On 12/11/2007, sebb <[EMAIL PROTECTED]> wrote: > >> On 12/11/2007, Joshua Auerbach <[EMAIL PROTECTED]> wrote: >> >>> sebb wrote: >>> >>>&

Re: Proxy Recording - URL Patterns Issue

2007-11-12 Thread Joshua Auerbach
is, but changing the expression to .*\.png\?.* does match this file and so will be excluded. -Josh Joshua Auerbach wrote: > sebb wrote: > >> On 12/11/2007, Joshua Auerbach <[EMAIL PROTECTED]> wrote: >> >> >>> I am trying to use the proxy server to r

Re: Proxy Recording - URL Patterns Issue

2007-11-12 Thread Joshua Auerbach
sebb wrote: > On 12/11/2007, Joshua Auerbach <[EMAIL PROTECTED]> wrote: > >> I am trying to use the proxy server to record some test plans and am >> running into the following options >> > > s/options/problems/ ? > problems ... that was a mistyp

Proxy Recording - URL Patterns Issue

2007-11-12 Thread Joshua Auerbach
I am trying to use the proxy server to record some test plans and am running into the following options even though I have things like .*\.js .*\.png in my "URL Patterns to Exclude" I am still seeing requests like /javascript/xxx.js and /images/xxx.png getting recorded. I have tried t

Re: Distributed Testing

2005-08-24 Thread Joshua Auerbach
from other machineā€¦Is that possbile?? I tried to use the jmeter server. But what it did was it sent all the 300 users to another machine. I did exactly as is written in the User manual. Did I do something wrong Thanks Sandeep -- Joshua Auerbach [EMAIL PROTECTED

Re: Survey: JMeter OS/JVM platform usage

2005-08-17 Thread Joshua Auerbach
il: [EMAIL PROTECTED] -- -------- Joshua Auerbach [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: unable to use beanshell

2005-06-28 Thread Joshua Auerbach
User defined variables must be static...just use the Beanshell function where you are currently using the ${TODAY} variable -Josh [EMAIL PROTECTED] wrote: Hi all, i have to work with dates so i thought i could use beanshell so that i can use java with makes it very easy to handle date form

variable preservation

2005-06-22 Thread Joshua Auerbach
Hi all, I have a test plan that has one HTTP Request Sampler whose server name and Path are generated from beanShell functions that generate the values randomly based on weights (these are contained in an init file). This works fine, my problem is that for the purpose of logging the results I

Averaging results

2005-06-17 Thread Joshua Auerbach
I tried looking for information on this in the user manual, list archive, etc. and have not found anything, so if anyone can help me out it would be great. What I am trying to do is instead of recording every sample I want to record an average of all samples processed within n seconds, i.e. in

Re: Remote Testing Problem - SOLVED

2005-06-15 Thread Joshua Auerbach
would be that there's a software firewall working on the unix box. On Tue, 2005-06-14 at 17:02 -0400, Joshua Auerbach wrote: I tried running the reverse: server on my windows workstation and the client on the unix machine and that works fine. So I do not think it is a jdk version

Re: Remote Testing Problem

2005-06-14 Thread Joshua Auerbach
at java.io.DataInputStream.readByte(DataInputStream.java:331) at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:215) -Josh sebb wrote: What do the jmeter.log files say? On 6/14/05, Joshua Auerbach <[EMAIL PROTECTED]> wrote: I tried running the reverse: server on my win

Re: Remote Testing Problem

2005-06-14 Thread Joshua Auerbach
works fine Thanks again, Josh Joshua Auerbach wrote: rmi registry is definately running, and I followed the manual exactly (tried both ways). Will it really not work if the jdk versions are not the same? The server is running on a unix machine with build 1.4.2_04-b05 and the client is on a

Re: Remote Testing Problem

2005-06-14 Thread Joshua Auerbach
On 6/10/05, Joshua Auerbach <[EMAIL PROTECTED]> wrote: I am trying to get JMeter to run in distributed mode for remote testing. If I run a jmeter-server on my local machine, and use my local ip I can get it to work properly. However, when I try running the server on a remote machine I get

Remote Testing Problem

2005-06-10 Thread Joshua Auerbach
I am trying to get JMeter to run in distributed mode for remote testing. If I run a jmeter-server on my local machine, and use my local ip I can get it to work properly. However, when I try running the server on a remote machine I get "Bad Call to Remote Host" errors everytime. For troubles

Weighted Random Values

2005-06-08 Thread Joshua Auerbach
Hi, I am new to JMeter, and have spent a good deal of time over the past few days getting used to it. Currently I am trying to create a test plan to have HTTP Requests to several pages such that each request is to a different page randomly based on a weight. I know I could do this using the T