Negative value in Min column of Aggregate report

2004-07-14 Thread Shankar s
hi all,
 
   After executing the script. I get negative values in the minimum column of the 
aggregate report. The minimum value should be a +ve value or zero. Is this a bug ? 
 
  Can anyone throw some light on this.
 
Thanks  Regards
Shankar 
 


-
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!

Re: Negative value in Min column of Aggregate report

2004-07-14 Thread Peter Lin
I believe this may be a bug, please file a bugzilla entry.

peter


On Wed, 14 Jul 2004 03:06:45 -0700 (PDT), Shankar s
[EMAIL PROTECTED] wrote:
 hi all,
 
   After executing the script. I get negative values in the minimum column of the 
 aggregate report. The minimum value should be a +ve value or zero. Is this a bug ?
 
  Can anyone throw some light on this.
 
 Thanks  Regards
 Shankar 
 
 
 -
 Do you Yahoo!?
 New and Improved Yahoo! Mail - Send 10MB messages!

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



Data returned to JMeter shows raw Date instead of fmt:formatDate

2004-07-14 Thread Leonard Sitongia
Hi,
I've been troubleshooting an intermittent problem in which JSTL 
fmt:formatDate in a JSP page renders in the raw Date format instead of 
the intended format.

Since it is an intermittent problem, I decided to automate accessing 
the page using JMeter, instead of clicking reload for the day.  :-)

The page is supposed to show a date of the form like Jul  7, 2004.  
About once a day, it will show the raw Date format, like 2004-07-07 
00:00.0.  I'm trying to figure out why it does that.  Could be the 
caching I use, or a problem with the JSTL.

But, the strange thing is when I set up JMeter to hit the page and test 
the results, it *always* returns the raw Date format.  In other words, 
I expected JMeter to show me that I was getting Jul  7, 2004 most of 
the time and I'd be able to find that infrequent occasion in which it 
gives me the raw Date.  Instead, it *always* returns the raw Date.

I don't understand how this happens.  JMeter should be getting the same 
thing I get with a browser, right?

I'd appreciate any help you can give!  Thanks!
Environment:
Sun Solaris 9
Tomcat 5.0.19
JSTL 1.1
Code fragment:
fmt:formatDate value=${release} pattern=MMM dd, /
release is a Date.
==Leonard E. Sitongia
  VETS / Scientific Computing Division
  National Center for Atmospheric Research
  P.O. Box 3000 Boulder CO 80307  USA
  [EMAIL PROTECTED]voice: (303)497-2454   fax: (303)497-1829
-
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

 

 

 



Re: Hi any one pls help me

2004-07-14 Thread Peter Lin
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]



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]



https url using Jmeter- pls help

2004-07-14 Thread nithya.loganathan



hi
i am using Jmeter to test a https site
i am behind a fire wall and used -u and -a options to connect through
the proxy server. it is workig fine for the http url while for https url
it is showing a following error:
java.io.IOException: Unable to tunnel through 10.200.102.5:8080.  Proxy
returns HTTP/1.0 407 Proxy Authentication Required

if some one has coem acros such a problem previously, please help me
out.
thanks and rgds
Nithya L Nathan

Confidentiality Notice

The information contained in this electronic message and any attachments to this 
message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged 
information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL 
PROTECTED] immediately
and destroy all copies of this message and any attachments.

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