Re: JMeter sends incomplete http request

2004-09-21 Thread krishna raj
hi alex,
 
try the increase the ramp up to 100 or over depending on your application speed of 
response.
 
if it still fails increase ramup value more to 150 or 200 keeping increasing and try 
this is the way i solved the problem.
 
cheers,


Alexandre Akoulov <[EMAIL PROTECTED]> wrote:
Hi all,

I'd greatly appreciate if you could help me with the following problem.

I've set up a jmeter test for my web app. Currently it only tests the login
module.

The following are the details of the test:

Just one thread group
number of threads - 220
ramp-up period - 0
one loop controller (loops three times)
uniform timer (constant 2500; max 5000)
HTTP Request Sampler (
three parameters: licensee, dynamically generated username, password)

This test runs OK with 210 threads. All requests sent by JMeter look
something like following (as extracted from Assertion Results listener):

POST http://thor/icms-servlet/icms
Query data:
Licensee=Andrew&Username=user_1&Password=1


However, as soon as the number of threads is increased to 220 then some of
the http requests sent by JMeter are incomplete (as extracted from Assertion
Results listener):

null http://thor/icms-servlet/icms
http://thor/icms-servlet/icms
Test failed, text expected to contain /btnOk/


I've searched the archive and faq hoping to get some hints into this issue,
but could not find anything. Could you please tell me what needs to be done
in order to ensure that JMeter sends complete http requests?


Thanks again for your help.

Alex.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
Find local movie times and trailers on Yahoo! Movies.


FW: can u please help me peter or any one pls on Regular expression expert help required

2004-08-29 Thread Krishna, Raj
 

 

  _  

From: Krishna, Raj 
Sent: Monday, 30 August 2004 3:42 PM
To: 'Peter Lin'
Subject: RE: can u please help me peter or any one pls on Regular
expression expert help required

 

Thanks peter I am able to handle the jsession you are champion.

 

Can u help my in regular expression.

 

I have to pick the word SIEPATLCTLGHPOXSMPFIZHKJAKELYIFEfrom the
below html page

 

 







``name="qa589raj"
value="dc=qa589raj" type="domain"``name="qa589raj"
value="dc=qa589raj" type="domain"##name="Access Control"
value="eTNamespaceName=Access Control"
type="eTACCDirectory"##name="eTrust SSO WAC"
value="eTNamespaceName=eTrust SSO WAC"
type="eTPLSDirectory"``name="qa589raj"
value="dc=qa589raj" type="domain"##name="ACAS"
value="eTNamespaceName=ACAS" type="eTACASDirectoryName"##name="Access
Control" value="eTNamespaceName=Access Control"
type="eTACCDirectoryName"##name="eTrust SSO WAC"
value="eTNamespaceName=eTrust SSO WAC"
type="eTPLSDirectoryName"``name="qa589raj"
value="dc=qa589raj" type="domain"##name="Access Control Policies"
value="eTACCPolicyContainerName=Access Control
Policies,eTNamespaceName=CommonObjects"
type="eTACCPolicyName"##name="eTrust SSO WAC Policies"
value="eTPLSPolicyContainerName=eTrust SSO WAC
Policies,eTNamespaceName=CommonObjects"
type="eTPLSPolicyName"

 







 

 

Expert regular expression help required.

 

Thank you in advance.

 

Cheers

 

 

 

 

 

 

 

 



can u please help me peter or any one pls

2004-08-29 Thread Krishna, Raj
Hi peter,

Yes it is session id, I have tired to used the html rewriter and used
the following expression

JSession in the http rewriter
And used .* the value field JSession

But still I am not able to grab the number can u pls help

Thanks
cheers

-Original Message-
From: Peter Lin [mailto:[EMAIL PROTECTED] 
Sent: Friday, 27 August 2004 8:07 PM
To: JMeter Users List
Subject: Re: jsession for a jsp page

that is the session id

peter


On Fri, 27 Aug 2004 15:30:06 +1000 (EST), krishna raj
<[EMAIL PROTECTED]> wrote:
> 
> Hi does any one know how to handle a jsesssion my request is like this
> 
> JSession=DWVWSHNDWZQUYQRZIQIWEFYMXCLCISNQ
> 
> I do not know how to handle this number i am trying to automate the
html script for a webpage which is written in jsp.
> 
> Any ideas pls let me know
> 
> Cheers
> 
> Raj
> 
> 
> -
> Find local movie times and trailers on Yahoo! Movies.
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



jsession for a jsp page

2004-08-26 Thread krishna raj

Hi does any one know how to handle a jsesssion my request is like this

 

JSession=DWVWSHNDWZQUYQRZIQIWEFYMXCLCISNQ

I do not know how to handle this number i am trying to automate the html script for a 
webpage which is written in jsp.

 

Any ideas pls let me know 

 

Cheers

Raj

 




-
Find local movie times and trailers on Yahoo! Movies.


RE: nightly builds : saveservice to csv does not work

2004-08-18 Thread Krishna, Raj
Hi my name is raj,

I was curious did u solve the problem of counter no incrementing for
your http request.

If u did can u please let me know how u did, as I am stuck in the same
positon. My counter is not incrementing with every http request to my
application.

Pls if u could help me it would be appreciated.

Cheers,
Raj

-Original Message-
From: Krishna Satya [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 19 August 2004 12:00 AM
To: [EMAIL PROTECTED]
Subject: nightly builds : saveservice to csv does not work 

Hi All,
I am working from a nightly build from a couple of weeks back.
I notice that the save service for the listeners does not save to a csv 
format output file.
It saves it in the standard xml format. I have set the appropriate 
properties in the jmeter.properties file set to do this.

jmeter.save.saveservice.output_format=csv
etc.

Any ideas you guys can give will be much appreciated.

-Krishna

_
Don't just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Problem with If Controller ?

2004-07-25 Thread Krishna, Raj
Hi Sathya,

I got over the problem by changing my thread number using which I could
chage the count, not exactly what I wanted to do but served my pupose.

May be u could try that.

Cheer, 
raj

-Original Message-
From: Krishna Satya [mailto:[EMAIL PROTECTED] 
Sent: Friday, 23 July 2004 6:43 AM
To: [EMAIL PROTECTED]
Subject: Problem with If Controller ?


All
I have a HTTP request/response from which I would like to parse a URL. I

would like to invoke the URL if one is present.  This whole scenario is 
wrapped in a Loop controller.

The plan looks like
-- Thread Group
-- Loop Controller
   -- HTTP Request1
  --- RegEx Extractor to a reference variable myUrl default
value is 
: false.
   -- If Controller  javascript func looks like 
${__javaScript('${myUrl}' == 'false' ? "false" : "true",)}
  --- HTTP Request2

The If Controller seems to work fine the first time with the value of
myUrl 
getting set.  The second pass around through the loop the reference
myUrl is 
getting set properly but somehow the If Controller seems to be using the

value of ${myUrl} from the first pass through.

This could be a problem with my understanding of how variable scoping
works. 
I have spend considerable time trying to figure this.   Any ideas to
help 
this will be much appreciated.

Thanks.
-Krishna

_
Express yourself instantly with MSN Messenger! Download today - it's
FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Problem with If Controller ?

2004-07-22 Thread Krishna, Raj
Hi,

I am stuck in the same problem I am using 

Web interface for an application and I am trying to point at the url
with 

he plan looks like
-- Thread Group
-- Loop Controller 
  --  counter
   -- refer the counter to loop controller

-- increment the counter every time there is another
loging

 --- it does for the first time and does not increase the
count number every loop . I have set the loop count to be 10 and
increment by 1 and initial as 1, I am unable to increment the loop count
every login session.

Can any one suggest the a sample for using the counter increment with
jmeter property in the http request, would be appreciated.

Thanks 
 

   -- HTTP Request1
  --- I used jmeter property for thread reference
 

-Original Message-
From: Krishna Satya [mailto:[EMAIL PROTECTED] 
Sent: Friday, 23 July 2004 6:43 AM
To: [EMAIL PROTECTED]
Subject: Problem with If Controller ?


All
I have a HTTP request/response from which I would like to parse a URL. I

would like to invoke the URL if one is present.  This whole scenario is 
wrapped in a Loop controller.

The plan looks like
-- Thread Group
-- Loop Controller
   -- HTTP Request1
  --- RegEx Extractor to a reference variable myUrl default
value is 
: false.
   -- If Controller  javascript func looks like 
${__javaScript('${myUrl}' == 'false' ? "false" : "true",)}
  --- HTTP Request2

The If Controller seems to work fine the first time with the value of
myUrl 
getting set.  The second pass around through the loop the reference
myUrl is 
getting set properly but somehow the If Controller seems to be using the

value of ${myUrl} from the first pass through.

This could be a problem with my understanding of how variable scoping
works. 
I have spend considerable time trying to figure this.   Any ideas to
help 
this will be much appreciated.

Thanks.
-Krishna

_
Express yourself instantly with MSN Messenger! Download today - it's
FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re:what type of Engine does JMETER Regex uses pls

2004-07-15 Thread Krishna, Raj
Hi ,

 

Does any one know what type of engine does the jmeter use like dfa or
nfa.

 

Thanks for the help

Raj



RE: Hi any one pls help me

2004-07-15 Thread Krishna, Raj
HI Frank,

Thanks for the tool it helped me solving the problem.

I owe u beer mate.

Cheers,
Raj

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, 16 July 2004 12:36 AM
To: JMeter Users List
Subject: Re: Hi any one pls help me





Hi,

maybe you want to try this in a Regular Expression Extractor: sid=(\S+)
supposed the String is only one line.

I use a little Win Prog for testing RegExpression maybe it wil help you
too. http://weitz.de/regex-coach/

Kind Regards
  Frank



|-+>
| |   Michael Stover   |
| |   <[EMAIL PROTECTED]|
| |   org> |
| ||
| |   15.07.2004 14:25 |
| |   Bitte antworten  |
| |   an "JMeter Users |
| |   List"|
| ||
|-+>
 
>---
---|
  |
|
  |   An:   JMeter Users List <[EMAIL PROTECTED]>
|
  |   Kopie:
|
  |   Thema:Re: Hi any one pls help me
|
 
>---
---|




The problem is your regular expression.  .* will grab the whole page.

you'd be better off with something like

sid="?([[^ ]*)

But, I can only guess since I don't really know the nature of your sid
values.

-Mike

On Wed, 2004-07-14 at 22:28, Krishna, Raj wrote:
> Hi there,
>
>
>
> I am not able to capture and httprequest  attribute value
>
>
>
>
sid=1401bc9b1cca027f83343a68204d8c9cce9f1f93c3d0a0acf90e8e2a1fef4adc2760
>
2f2e64092a65e8bda1c329e3c8f4ddd4ebb994c0cca5686a5c555a73bff1ba6ad6f4a4c1
> b3d3fd936fbd5a7c200b
>
>
>
> I have used the Regular Expression Extractor but in vain.
>
>
>
> This is what I have used.
>
>
>
> Regular expression :sid=(.*)
>
>
>
> And I tired this
>
>
>
> Regular expression :sid=(*)
>
>
>
> I am not able to capture this long length of number and letters. Pls
if
> any one how to pls let me know.
>
>
>
> Cheers
>
> Raj
>
>
>
>
>
>
>
--
Michael Stover <[EMAIL PROTECTED]>
Apache Software Foundation


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Hi peter my sid is only 160 character

2004-07-14 Thread Krishna, Raj
Hi Peter,

Thanks for the help but my sid is just 160 character long, is It within
the guideline I guess I really don't know how to capture the value.

If u can put some light on it would be appreciated.

Cheer thanks once again
Raj

-Original Message-
From: Peter Lin [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 15 July 2004 1:31 PM
To: JMeter Users List
Subject: Re: Hi any one pls help me

looks like your query string may be longer than 256 characters. It
could be that it is violating HTTP specification and is getting
mangled by URLConnection.

have you tried it with the alpha sampler that uses HTTPClient?

peter


On Thu, 15 Jul 2004 12:28:10 +1000, Krishna, Raj <[EMAIL PROTECTED]>
wrote:
> Hi there,
> 
> I am not able to capture and httprequest  attribute value
> 
>
sid=1401bc9b1cca027f83343a68204d8c9cce9f1f93c3d0a0acf90e8e2a1fef4adc2760
>
2f2e64092a65e8bda1c329e3c8f4ddd4ebb994c0cca5686a5c555a73bff1ba6ad6f4a4c1
> b3d3fd936fbd5a7c200b
> 
> I have used the Regular Expression Extractor but in vain.
> 
> This is what I have used.
> 
> Regular expression :sid=(.*)
> 
> And I tired this
> 
> Regular expression :sid=(*)
> 
> I am not able to capture this long length of number and letters. Pls
if
> any one how to pls let me know.
> 
> Cheers
> 
> Raj
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Hi any one pls help me

2004-07-14 Thread Krishna, Raj
Hi there,

 

I am not able to capture and httprequest  attribute value 

 

sid=1401bc9b1cca027f83343a68204d8c9cce9f1f93c3d0a0acf90e8e2a1fef4adc2760
2f2e64092a65e8bda1c329e3c8f4ddd4ebb994c0cca5686a5c555a73bff1ba6ad6f4a4c1
b3d3fd936fbd5a7c200b

 

I have used the Regular Expression Extractor but in vain.

 

This is what I have used.

 

Regular expression :sid=(.*)

 

And I tired this

 

Regular expression :sid=(*)

 

I am not able to capture this long length of number and letters. Pls if
any one how to pls let me know.

 

Cheers

Raj