Re: CVS Data Set Config

2005-04-22 Thread Mujahid Ali
Will you please drop me a line when you have fixed this. Thanks. -Mujahid On 4/22/05, Michael Stover <[EMAIL PROTECTED]> wrote: > Good catch, I can fix that. > > -Mike > > On Fri, 2005-04-22 at 10:34 -0400, Mujahid Ali wrote: > > This doesn't hold true if I r

Re: CVS Data Set Config

2005-04-22 Thread Mujahid Ali
default to the jmeter/bin > directory. > > -Mike > > On Fri, 2005-04-22 at 09:31 -0400, Mujahid Ali wrote: > > Hi, > > > > Is there a way to specify a path for the file name in the CVS Data Set > > Config. If I store the csv file in jmeter/bin directory and then

CVS Data Set Config

2005-04-22 Thread Mujahid Ali
Hi, Is there a way to specify a path for the file name in the CVS Data Set Config. If I store the csv file in jmeter/bin directory and then just specify the filename, the CVS Data Set Config can find and read the file; but if I put the file in say c:\ and then specify the filename as c:\test.csv,

CVS Data Set

2005-04-08 Thread Mujahid Ali
Guys, I have my user/pass infomation stored in a csv file and I am using CSV Data Set component to read it. My question is that I want to setup a plan as follows: Test Plan Thread Group HttpRequest - http://host/login?uid=x&role=y [Login] HttpRequest - http://host/logou

Re: Splitting JMeter log file

2005-04-07 Thread Mujahid Ali
You can use textpad to open the file...it usually works pretty nicely. this is ofcourse if you are working in windows environment. -ma On Apr 7, 2005 11:55 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello, > > I find myself running many overnight load tests and occasionally something > w

Re: Weird times

2005-04-07 Thread Mujahid Ali
So no user was repeated. Any other ideas? Thanks, Mujahid On Apr 7, 2005 9:39 AM, Peter Lin <[EMAIL PROTECTED]> wrote: > that sounds a bit weird. > > can you verify on the serverside the requests were good? look in the > access log. > > peter > > > On Apr

Weird times

2005-04-07 Thread Mujahid Ali
I ran a test of 5 concurrent users repeated 100 times and saw this entry in the results: - HTTP/1.1 200 OK Date: Wed, 06 Apr 2005 19:28:30 GMT Server: WebLogic XMLX Module 8.1 SP1 Fri Jun 20 23:06:40 PDT 2003 271009 with CR112789 Content-Type: text/html; charset=UTF-8 Cookie Data: JSESSIO

Re: Passing parameters - Please Help!

2005-04-04 Thread Mujahid Ali
ll only change the ordering of the > requests. > > -Mike > > On Mon, 2005-04-04 at 15:59 -0400, Mujahid Ali wrote: > > Mike, > > > > I tried your CSV Data component; it rocks. Quick question: if i put > > the CSV Data Component under a random co

Re: Passing parameters - Please Help!

2005-04-04 Thread Mujahid Ali
Mike, I tried your CSV Data component; it rocks. Quick question: if i put the CSV Data Component under a random controller, will it access the file in random order? Thanks, Mujahid On Apr 4, 2005 3:36 PM, Michael Stover <[EMAIL PROTECTED]> wrote: > I think the easiest way is to use CSVRead func

Re: User Parameters

2005-04-04 Thread Mujahid Ali
> > U can solve this problem by giving 135 in Number of Threads of Thread Group > > and give Loop Count as 1. > > > > I hope this will work. > > > > Best Regards > > Sobha > > > > > > > > Mujahid Ali wrote: > > I have a test case defined a

Per Iteration

2005-04-01 Thread Mujahid Ali
Can someone explain to me what does the "Update Once Per Iteration" in User Parameters does? I read the man page, but I don't get it. I assume that if you have 5 threads looping 10 times, that would mean there are 50 iterations, and that each iteration would get a new value for a variable defined i

User Parameters

2005-04-01 Thread Mujahid Ali
I have a test case defined as follows: Test Plan Thread Group [5 Threads, Loop 10 times] HTTP Request View Results Tree User Parameters [135 Users, with 2 parameters each, Update Once Per Iteration] HTTP Cookie Manager Two questions: 1. I noticed in the