Re: Need help to load application using 500 concurrent users

2009-09-17 Thread Jakub Białek
Hi, I added my listeners and several other enhancements in Bugzilla (id 47865). Best regards, Jakub 2009/9/14 sebb : > On 14/09/2009, Jakub Białek wrote: >> Hi, >> >>  My custom listener merges functionality from Aggregate Sampler (I need >>  something similar to line 90, 99 and 99.9%) with sp

Re: Parmeterization

2009-09-17 Thread Deepak Shetty
what errors are you getting with CSV data set config? check jmeter.log. Note that relative paths in CSV data set config are relative to the locations of your script. for your current error __CSVRead called with wrong number of parameters. Actual: 3. Expected: 2. should tell you what the problem i

Parmeterization

2009-09-17 Thread nanduri
Hello, im doin parameterization in jmeter and i have used the function _csv read to the content from csv file i had saved the csv file in jmeter bib directory.Totally i have two scripts one multiple registration and one is multiple logins.I have created the csv for both the scripts and saved in

Next Stable Release of JMeter

2009-09-17 Thread Jatin Davey
Hi When is the next stable release of JMeter expected? Any Tentative dates? Thanks Jatin - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Re: Concurrent Controllers Execution

2009-09-17 Thread Jatin Davey
Thanks I have managed to get it working with single Thread group and using Interleave controllers. Played around with it for 2 days and finally got it. Really like the tool and the way it is loading my Web App. It is a very nice tool. Thanks to all those who helped on this requirment. Thanks

RE: Selecting a CSV Data File Based on a Variable

2009-09-17 Thread Steve Eckhart
The "brute force" method worked. Deepak and Sebb, thank you for your help! -Original Message- From: Steve Eckhart [mailto:steve.eckh...@wausaufs.com] Sent: Thursday, September 10, 2009 7:55 AM To: JMeter Users List Subject: RE: Selecting a CSV Data File Based on a Variable Sebb, Thanks

Re: concurrent user: understanding help please

2009-09-17 Thread sebb
On 17/09/2009, Hembha, Ambanna wrote: > Hi sebb, > > -> One thread group1 > -> No.of threads : 100 > -> Rampup period: 1 > -> Loop Count: 1 > -> read the login and password from CVS file send a HTTP Post > > -> HTTP URL Re-writing Modifier to store the session-id > -> request

RE: concurrent user: understanding help please

2009-09-17 Thread Hembha, Ambanna
Hi sebb, -> One thread group1 -> No.of threads : 100 -> Rampup period: 1 -> Loop Count: 1 -> read the login and password from CVS file send a HTTP Post -> HTTP URL Re-writing Modifier to store the session-id -> request to login server verify login the result with response -> read

Re: Concurrent Controllers Execution

2009-09-17 Thread Deepak Shetty
Hi i think there is some confusion on what you are trying to do.(initially you said the web server must see 8 requests which i took to mean 8 in parallel), You now seem to be implying that you want 50 parallel sessions , each of which send 8 requests , but you have varying requirements saying 1. On

issue in uploading files using http request

2009-09-17 Thread sudheer reddy
Hi All I am tring to upload files from http request by send files through request. For this i have recorded scenearios of my application using badboy and imported to jmeter . In my http request i have more than one scenario like generating a form and fillin the necessary attributes o

Re: Concurrent Controllers Execution

2009-09-17 Thread sebb
On 17/09/2009, Jatin Davey wrote: > I am trying to emulate 50 User Sessions. How does that fit in with the requirements? Or are you saying that each user needs to perform the specified mix of samples? In which case, try what I wrote; i.e. create a test with 4 + 3 + 1 of each sampler, interleaved

Re: Concurrent Controllers Execution

2009-09-17 Thread Jatin Davey
I am trying to emulate 50 User Sessions. Thanks Jatin sebb wrote: On 17/09/2009, Jatin Davey wrote: Can we have like this: Based on the requirement per min the execution is like this: 1. One HTTP Get Sampler to execute every 15 secs This happens 4 times in a minute 2. Six HTTP Get

Re: Ho to distribute load from controller to the slaves

2009-09-17 Thread sebb
On 17/09/2009, pskala wrote: > > Hi, > > We are working on Distribution testing. We need to distribute load from > controller to the slaves (generators). We want to give 100 users for one > generator and 50 for another generator. > > Please let me know how I can proceed further with this scen

Re: Concurrent Controllers Execution

2009-09-17 Thread sebb
On 17/09/2009, Jatin Davey wrote: > Can we have like this: > > Based on the requirement per min the execution is like this: > > 1. One HTTP Get Sampler to execute every 15 secs >This happens 4 times in a minute > 2. Six HTTP Get Samplers to execute every 20 secs >This happens 3 times in

Re: Integrating Monitoring stuff

2009-09-17 Thread Gokulakannan Somasundaram
> > > However, if the Listener can be written to accept perfomance data from > different sources, and a suitable data format is published, it might > be useful to include it as a standard part of JMeter. > > Can i get some help here? I can definitely make the Listener accept the performance data i

Re: Integrating Monitoring stuff

2009-09-17 Thread Gokulakannan Somasundaram
On Wed, Sep 16, 2009 at 6:58 PM, Peter Lin wrote: > sounds like a useful feature. > > As far as know, DTrace has been ported to linux and OSX, so it should > work on solaris, linux and osx. > > it won't work on windows obviously. the sampler should be fairly > straight forward. Are you planning

Ho to distribute load from controller to the slaves

2009-09-17 Thread pskala
Hi, We are working on Distribution testing. We need to distribute load from controller to the slaves (generators). We want to give 100 users for one generator and 50 for another generator. Please let me know how I can proceed further with this scenario. -- View this message in context: http:/

How can get jsessionid and send as parameter in next request?

2009-09-17 Thread ajai singh
All, I'm new to jmeter and using it test portal application. I have recorded login sequence and subsequent actions on page. I'm using HTTP cookie manager to manage sessions. Here I have selected cookie Policy "compatibility". I used View result tree to see sequence of request/response happining. I