Automatic Counting of Child Samples?

2008-10-03 Thread Michael McDonnell
Is there a way to automatically count the child samples in a thread group? My test is for a web application, and one run through a scenario is 55 http requests, another is 62 http requests. Is there a way to just generically set the Constant Throughput Timer at the bottom of the thread group and

RE: While Controller Problem

2008-09-25 Thread Michael McDonnell
Okay, I should really read the documentation first. I figured it out, I was supposed to use this: ${__javaScript(${WORKITEMSEQID} == -1)} To make it work. Sorry to cry wolf.

Re: OutOfMemoryErrors. Tips for performance improvement.

2008-08-15 Thread Michael McDonnell
When your threads take a long time to terminate, you should probably check out your application at that point. For example: when you have HTTP requests, the threads won't die until the threads either timeout or respond. Which could take up to a minute or so a pop. On Fri, Aug 15, 2008 at 9:55

Re: Unable to see/use custom sampler

2008-07-25 Thread Michael McDonnell
Does your main class that drives the sample implement the JavaSamplerClient interface? On Fri, Jul 25, 2008 at 12:07 PM, Wei, Kathy [EMAIL PROTECTED] wrote: Hello, I am trying use a custom http sampler (written by someone else) in JMeter. I have the new .jar listed in both user.classpath and

Re: Unable to see/use custom sampler

2008-07-25 Thread Michael McDonnell
extends HTTPSampler. I am guessing that HTTPSampler should have everything set up correctly? Thanks, Kathy -Original Message- From: Michael McDonnell [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2008 11:19 AM To: JMeter Users List Subject: Re: Unable to see/use custom sampler

Re: Http Sampler Problem with Name?

2008-07-10 Thread Michael McDonnell
But the only thing I have in my If Controller (I only have one) is: ${WORKITEMSEQID} == -1 And the Error Goes away when I run it without that maxRowCount On Thu, Jul 10, 2008 at 2:36 PM, sebb [EMAIL PROTECTED] wrote: On 10/07/2008, Michael McDonnell [EMAIL PROTECTED] wrote: I have an HTTP

Re: Http Sampler Problem with Name?

2008-07-10 Thread Michael McDonnell
That worked! Thanks Sebb! On Thu, Jul 10, 2008 at 3:00 PM, sebb [EMAIL PROTECTED] wrote: On 10/07/2008, Michael McDonnell [EMAIL PROTECTED] wrote: But the only thing I have in my If Controller (I only have one) is: ${WORKITEMSEQID} == -1 And the Error Goes away when I run it without

Re: Http Sampler Problem with Name?

2008-07-10 Thread Michael McDonnell
I'm not sure but doing this: ${__log(${WORKITEMSEQID} == -1)} Seemed to work to get rid of the exception. On Thu, Jul 10, 2008 at 3:05 PM, sebb [EMAIL PROTECTED] wrote: What was the problem? On 10/07/2008, Michael McDonnell [EMAIL PROTECTED] wrote: That worked! Thanks Sebb! On Thu

Re: Http Sampler Problem with Name?

2008-07-10 Thread Michael McDonnell
[EMAIL PROTECTED] wrote: Again, that does not make sense. What does the log message show? Are you sure that there was no space after the -1 beforehand? On 10/07/2008, Michael McDonnell [EMAIL PROTECTED] wrote: I'm not sure but doing this: ${__log(${WORKITEMSEQID} == -1)} Seemed to work

Re: Distributed Testing: Not actually creating load?

2008-06-07 Thread Michael McDonnell
in the test data or the application. You'll need to trace the progress of the http request in the server to see why some requests are not generating database transactions. On 06/06/2008, Michael McDonnell [EMAIL PROTECTED] wrote: Actually, that's about the exact configuration across all 7

I'm developing a LiveCD Featuring JMeter

2008-06-07 Thread Michael McDonnell
I don't know if you're interested, but I am currently developing a LiveCD based off of ubuntu for Jmeter It was going to run on strictly commandline (I wanted to add server nodes on the fly). But I can keep it running on gnome. However if this project is to be successful, we need to find out why

Re: Performance testing - Ajax based application

2008-06-06 Thread Michael McDonnell
In my own test, do a lot of ajax, if you use the JMeter Proxy Server to record your usage, you'll see that those Ajax calls are nothing more than http requests (just sent at special times). Naturally you cannot simulate the use of the javascript, but honestly, that's a end user experience that

Re: Distributed Testing: Not actually creating load?

2008-06-06 Thread Michael McDonnell
can use the same name). On 06/06/2008, Michael McDonnell [EMAIL PROTECTED] wrote: How did you randomize the data from the CSVs? (if I may ask) Also, I'm dealing with a lot of optimistic locking issues which would only occur if each csv is doing the EXACT same thing at the exact same

Re: Distributed Testing: Not actually creating load?

2008-06-06 Thread Michael McDonnell
should be able to handle that. On 06/06/2008, Michael McDonnell [EMAIL PROTECTED] wrote: That makes sense. I'll give it a go. (We're pretty sure there's no bottle neck passing things, they do it every 100 samples, and this is over a 100 MB/s net. I'm only trying to run 300 users, so

Re: Distributed Testing: Not actually creating load?

2008-06-06 Thread Michael McDonnell
Actually, that's about the exact configuration across all 7 of them. On Fri, Jun 6, 2008 at 9:58 AM, sebb [EMAIL PROTECTED] wrote: On 06/06/2008, Michael McDonnell [EMAIL PROTECTED] wrote: One would think so, but my response times are terrible, I'm wondering if it has anything to do

Re: Distributing the Users

2008-06-06 Thread Michael McDonnell
http://www.google.com/search?q=jmeter+distributed+testingstart=0ie=utf-8oe=utf-8client=firefox-arls=org.mozilla:en-US:official On Fri, Jun 6, 2008 at 2:24 PM, norken76 [EMAIL PROTECTED] wrote: Hello there, I am having this almost similar issue that I wonder if I can achieve it with Jmeter

Re: Distributing the Users

2008-06-06 Thread Michael McDonnell
to point to a server/port and another 100 users to point to a different server/port) Michael McDonnell wrote: http://www.google.com/search?q=jmeter+distributed+testingstart=0ie=utf-8oe=utf-8client=firefox-arls=org.mozilla:en-US:official On Fri, Jun 6, 2008 at 2:24 PM, norken76 [EMAIL

Distributed Testing: Not actually creating load?

2008-06-05 Thread Michael McDonnell
We're running a distributed test (roughly 7 remote workstations) on a pretty hefty box (8 cores, 32 gigs ram etc...) However, something seems to be going wrong... perhaps its because I'm crossing linux and windows platforms to try to do the testing? We're load testing a web application, so

Re: Distributed Testing: Not actually creating load?

2008-06-05 Thread Michael McDonnell
. The test harness I had was pretty simple: post these things to this url. On Thu, Jun 5, 2008 at 5:19 PM, Michael McDonnell [EMAIL PROTECTED] wrote: We're running a distributed test (roughly 7 remote workstations) on a pretty hefty box (8 cores, 32 gigs ram etc...) However, something

Jmeter Not Shutting Down when All Threads are dead?

2008-06-03 Thread Michael McDonnell
Just thought you should see this. I'm not really sure why it won't shut down. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Weird Problem with CSV

2008-05-28 Thread Michael McDonnell
The CSV data set works great as long as I'm not trying to run the test in remote server mode. When I run it like that (remote server mode), its like it can't actually grab the data and thus passes the literal usual ${USER} instead of myusername However, when I run it in normal GUI mode (meaning

Re: Weird Problem with CSV

2008-05-28 Thread Michael McDonnell
I missing something? Is there some weird quirks about Java that doesn't apply in windows? (I know the permissions are a little less strict) Michael On Wed, May 28, 2008 at 11:01 AM, sebb [EMAIL PROTECTED] wrote: On 28/05/2008, Michael McDonnell [EMAIL PROTECTED] wrote: The CSV data set works

Re: Weird Problem with CSV

2008-05-28 Thread Michael McDonnell
/2008, Michael McDonnell [EMAIL PROTECTED] wrote: I'm running in the ubuntu 8.04 environment. The app is the latest, minus some changes for my remote hosts. Both the server and the GUI are running out of the same folder (/home/michael/jakarta-jmeter-2.3.1/bin/) the CSV file

Re: Weird Problem with CSV

2008-05-28 Thread Michael McDonnell
is there a (simple) way to direct the server messages to stdout? On Wed, May 28, 2008 at 12:45 PM, sebb [EMAIL PROTECTED] wrote: On 28/05/2008, Michael McDonnell [EMAIL PROTECTED] wrote: I will attempt to do a chmod 777 on the specific directory. perhaps that will cure those problems

Re: Weird Problem with CSV

2008-05-28 Thread Michael McDonnell
I got it. I had to su over to root and run it that way. in ubuntu its sudo su - (ironic, super user do switch user to super user?) On Wed, May 28, 2008 at 1:01 PM, sebb [EMAIL PROTECTED] wrote: No. On 28/05/2008, Michael McDonnell [EMAIL PROTECTED] wrote: is there a (simple) way

Warning when running Jmeter in Linux

2008-05-23 Thread Michael McDonnell
WARNING: Couldn't flush user prefs: java.util.prefs.BackingStoreException: java.lang.IllegalArgumentException: Not supported: indent-number I'm just running a relatively simple test and it only utilizes the Summary listener. I was just curious if this was normal or if something needed to be

Re: Warning when running Jmeter in Linux

2008-05-23 Thread Michael McDonnell
Thanks! Sorry to bother, I just noticed it while I was running a test. On Fri, May 23, 2008 at 11:25 AM, sebb [EMAIL PROTECTED] wrote: On 23/05/2008, Michael McDonnell [EMAIL PROTECTED] wrote: WARNING: Couldn't flush user prefs: java.util.prefs.BackingStoreException

Re: Jmeter: Distributed Testing Issues

2008-05-12 Thread Michael McDonnell
The change of setting the eth0 IP to point to the HOSTNAME (and not the loop back) worked perfectly! Thanks for all your help! On Sat, May 10, 2008 at 6:44 PM, sebb [EMAIL PROTECTED] wrote: On 11/05/2008, Michael McDonnell [EMAIL PROTECTED] wrote: So I should have an entry in my /etc/hosts

Jmeter: Distributed Testing Issues

2008-05-10 Thread Michael McDonnell
I'm utilizing 4 machines for Jmeter test, one master 3 slaves. The Master Machine is Windows XP SP2 The Slaves are Ubuntu 8.04 (I don't believe this SHOULD matter, but bear with me) The tests are not working on the remote computers only, and I'm not entirely sure why... 1) In order to be assured

Re: Jmeter: Distributed Testing Issues

2008-05-10 Thread Michael McDonnell
response though! Michael On Sat, May 10, 2008 at 6:26 PM, sebb [EMAIL PROTECTED] wrote: On 11/05/2008, Michael McDonnell [EMAIL PROTECTED] wrote: I'm utilizing 4 machines for Jmeter test, one master 3 slaves. The Master Machine is Windows XP SP2 The Slaves are Ubuntu 8.04 (I don't believe