Re: Reg NTLM Authorization Manager

2010-03-24 Thread Gokulakannan Somasundaram
On Tue, Mar 23, 2010 at 11:15 PM, sebb wrote: > On 23/03/2010, Deepak Shetty wrote: > > hi > > > > >A user can enter the username in any case and it gets through NTLM > > > > So if a user enters his username in all CAPS , IE still sends the version > > the application expects ? I think im missi

Re: Reg NTLM Authorization Manager

2010-03-24 Thread Gokulakannan Somasundaram
On Tue, Mar 23, 2010 at 11:09 PM, Deepak Shetty wrote: > hi > >A user can enter the username in any case and it gets through NTLM > So if a user enters his username in all CAPS , IE still sends the version > the application expects ? I think im missing something here though I cant > place it. I g

Re: Reg NTLM Authorization Manager

2010-03-23 Thread Gokulakannan Somasundaram
> > Again , whether or not IE or FF change the case of the entered text , a > user > can enter his username in any case right? > A user can enter the username in any case and it gets through NTLM, but IE/firefox reports the username to the application without converting it to upper case. That's whe

Re: Reg NTLM Authorization Manager

2010-03-22 Thread Gokulakannan Somasundaram
Thanks for the confirmation. > what happens when you use Internet explorer as the client instead of Jmeter > , do you not see a similar problem? > > But both IE and Firefox are not changing the case of the username to uppercase. Infact, if they are converting the username case, then the applicati

Re: Reg NTLM Authorization Manager

2010-03-22 Thread Gokulakannan Somasundaram
> > > Does JMeter behave the same with both HTTP samplers? > > > Yes! JMeter behave the same with both HTTP Samplers. But we see some strange patterns a) HTTP Request HTTP Client doesn't work with HTTP Post with authentication. Fails with Some unknown error like this Size in bytes: 797 Sample Co

Reg NTLM Authorization Manager

2010-03-18 Thread Gokulakannan Somasundaram
Hi, We have found an issue, wherein JMeter is sending the NTLM user name in capital case. NTLM authentication is not affected because of this, but our application specific authorization does a case sensitive comparison for application specific authorization and it fails over there. We were able

Re: Integrating Monitoring stuff

2009-11-05 Thread Gokulakannan Somasundaram
Hi Sebb, I have filed a enhancement issue in Bugzilla and attached the files and the request no. is *Bug 48145* . Please let me know on how i can proceed further on integration. Thanks, Gokul.

Re: Integrating Monitoring stuff

2009-11-04 Thread Gokulakannan Somasundaram
The update is that i was able to create a DTrace script and monitor method level timings. But then i had trouble using the Runtime.Exec of java to execute and get the output periodically. I found that there is a library called jDTrace and it comes with Solaris 11 build 30 or later. This provides

Re: Integrating Monitoring stuff

2009-10-05 Thread Gokulakannan Somasundaram
On Mon, Oct 5, 2009 at 7:04 PM, Tony Lotts wrote: > Sending the data back to JMeter, and running an RMI server on the SUT will > add overhead to the SUT in addition to DTrace. I think logging it in SUT / Sending it to a different system for logging doesn't make much difference. When we run a pr

Re: Integrating Monitoring stuff

2009-10-05 Thread Gokulakannan Somasundaram
I started working on this and i was looking into the source code of JMeter. Here are my initial observations. a) My aim is to display the profiling stuff in the form of current Summary Report. This is because, this is how even other profiling tools display info. b) This requires a RMI Server at t

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

Integrating Monitoring stuff

2009-09-16 Thread Gokulakannan Somasundaram
Hi, We are exploring options to integrate DTrace profiling results in JMeter. It would be more like while we are running the test, we can see how much time some important methods are taking to execute. I am planning to add a listener, into the JMeter GUI, which would take up the name pattern wit

Re: Problem with reading inputs using CSV Read

2009-07-31 Thread Gokulakannan Somasundaram
as an input to the constructor of BufferedReader? Thanks in advance, Gokul. On Fri, Jul 31, 2009 at 12:21 PM, Gokulakannan Somasundaram < gokul...@gmail.com> wrote: > Hi, >I am using JMeter to do the SOAP Webservices testing. I have added a CSV > Config element, a file with all

Problem with reading inputs using CSV Read

2009-07-30 Thread Gokulakannan Somasundaram
Hi, I am using JMeter to do the SOAP Webservices testing. I have added a CSV Config element, a file with all the xml messages to be sent. So this is just one variable {message}, that i am using in the text box provided for taking inputs. While running the test, i found errors coming out after so