hi can anyone tell me which profiling tools is the best tool(open source)

2006-10-02 Thread Ravi Kiran
hi guys, can anyone advice me which is the best tool for tomcat profiling (open source) ? and also i believe there is an profiler that comes within JDK1.5.how to use it or send me if u have any manual or documentation regarding that. Thanks In Advance BEST kiran

hi,is there any problem with the counter

2006-09-28 Thread Ravi Kiran
hi, Is there any problem with the counter ie its not increasing in our test plan.I also want to know is there any alternative instead of using counter??Please reply me. Thanks In Advance\ BEST kiran

how to avoid nested variable references

2006-09-26 Thread Ravi Kiran
hi, can anyone tell me how to avoid nested variable references? Thanks In Advance BEST Kiran

Re: Accessing regex variables in Beanshell

2006-09-25 Thread Ravi Kiran
- Original Message - From: "sebb" <[EMAIL PROTECTED]> To: "JMeter Users List" Sent: Monday, September 25, 2006 5:31 AM Subject: Re: Accessing regex variables in Beanshell On 25/09/06, Philip Peake <[EMAIL PROTECTED]> wrote: Hmm... the variable is not defined But going back to

Re: regarding counter

2006-09-25 Thread Ravi Kiran
- Original Message - From: "sebb" <[EMAIL PROTECTED]> To: "JMeter Users List" Sent: Friday, September 22, 2006 10:51 AM Subject: Re: regarding counter On 23/09/06, Ravi Kiran <[EMAIL PROTECTED]> wrote: hi , i had used 'counter' in

this is for sebb

2006-09-25 Thread Ravi Kiran
hi sebb, Need to talk to you privately.can u give me ur personal mail so that i can mail you my test plan and other details. BEST kiran

Re: Regular expression

2006-09-23 Thread Ravi Kiran
hey girishb, use this AccountId="([^"]+)" this extracts all the values that is contained in the quotes matches even repetitions.. else AccountId="(.+?) if only one possible match is there i.e if its like this AccountId="007801561789" then the value u will extract is 007801561789

isi there any difference between module controller and include controller

2006-09-22 Thread Ravi Kiran
hi, In our test plan we have the following things. ForEach Controller 1 --> ForEach controller 2 (Inside for each controller 1) -->if controller 1 (Inside for each Controller 2) -->if controller 2 (Inside for each Controller 2) -->if controoler 3

regarding counter

2006-09-22 Thread Ravi Kiran
hi , i had used 'counter' in a simple controller that consists of 3 "if controllers" along with the counter.and iam using the reference variable as 'C' in the counter.and iam using that variable 'C' for checking the condition in the if controller.for eg '${inputVar1_${C}}' == '510'.But cou

help regarded

2006-09-15 Thread Ravi Kiran
hey guys, I have 2 problems while working with JMeter.Please let me know the solutions as they are very crucial. 1.The response of a "getmembermessage" in our application contains two strings that are supposed to be parsed and one used as condition and other

Re: Can't use Reqular Extraction Variable in request path

2006-09-07 Thread Ravi Kiran
hey Per Ekman, If there is something wrong in your regular expression which means that first of all it is not at all extracting the requested value from the response. Best kiran - Original Message - From: "Per Ekman" <[EMAIL PROTECTED]> To: Sent: Thursday, S

is there any way to display results in a listener in a sorted way

2006-08-25 Thread Ravi Kiran
hi , Is there any way to display the results captured in a listener in a sorted manner say w r t time order.If any please let me know Best kiran