Re: TCP sampler help ??

2005-07-13 Thread srikanth peddireddy
Hi, Actually in my application different requests are made over one connection. So iam not sure If existing handler will give me accurate results . can you tell me how I can view the data returned by the server over that TCP connection. Means thru TCPSampler i want to make a TCP connection to ser

Re: TCP sampler help ??

2005-07-13 Thread sebb
I suggest you try the existing handler first, in case it is suitable. S. On 7/14/05, srikanth peddireddy <[EMAIL PROTECTED]> wrote: > thanx seb, > can u direct me towards any resources which explain how to do this (ie > creating your own version of the TCPClientImpl class,and defining the > prope

Re: TCP sampler help ??

2005-07-13 Thread srikanth peddireddy
thanx seb, can u direct me towards any resources which explain how to do this (ie creating your own version of the TCPClientImpl class,and defining the property tcp.handler.) regards Srikanth sebb <[EMAIL PROTECTED]> wrote: The TCP Sampler does work, but it is fairly simple. It only allows for

RE: Problems with Jmeter and BADBOY

2005-07-13 Thread Rolando Sánchez Villalobos
Thnxs a lot my friend I follow your instructions an it work fine, really thnxs -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Miércoles, 13 de Julio de 2005 10:58 a.m. To: JMeter Users List Cc: Peter Lin Subject: Re: Problems with Jmeter and BADBOY Is the Regex extractor a

Re: Problems with Jmeter and BADBOY

2005-07-13 Thread sebb
Is the Regex extractor at the same level as the samplers? If so, it will be called for *each* sample and thus will reset the variable(s). Put it as a child of the sampler that contains the session id. S. On 7/13/05, Rolando Sánchez Villalobos <[EMAIL PROTECTED]> wrote: > Yes the session ID is pa

RE: Problems with Jmeter and BADBOY

2005-07-13 Thread Rolando Sánchez Villalobos
Yes the session ID is passes rewriting the URL, so I use component "Regular Expression Extractor" to catch it and then I set the name of the variable into the Path of the next http request, this works fine, but then I need to call another page and I set in the same form the variable of the sessi

RE: Problems with Jmeter and BADBOY

2005-07-13 Thread Rolando Sánchez Villalobos
Yes, but I don't use the cookie manager, because I don't use cookies -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Miércoles, 13 de Julio de 2005 09:14 a.m. To: JMeter Users List Subject: Re: Problems with Jmeter and BADBOY did you add cookie manager to your test pla

Re: Problems with Jmeter and BADBOY

2005-07-13 Thread Peter Lin
did you add cookie manager to your test plan? peter On 7/13/05, Rolando Sánchez Villalobos <[EMAIL PROTECTED]> wrote: > > Hi people > I have a problem with the Regular Expression Extractor and with the scripts > generated by BADBOY > I have a site that work under https protocol, so I can't use

Problems with Jmeter and BADBOY

2005-07-13 Thread Rolando Sánchez Villalobos
Hi people I have a problem with the Regular Expression Extractor and with the scripts generated by BADBOY I have a site that work under https protocol, so I can't use the http proxy server of jmeter to make a record, so the answer is use BADBOY, this is a free http/https recorder. But the prob

Re: message length

2005-07-13 Thread sebb
See my reply to another query about TCP Sampler. You may need to write your own client code. Or of course you could download BeanShell and write it as a BeanShell Sampler. S. On 7/13/05, Michael Stover <[EMAIL PROTECTED]> wrote: > I'm not very familiar with the TCP Sampler, but to grab dynamic va

Re: TCP sampler help ??

2005-07-13 Thread sebb
The TCP Sampler does work, but it is fairly simple. It only allows for one EOL character (defined as a property). See jmeter.properties for descriptions of other TCP properties. Each sampler creates a new connection, so if you have multiple samplers in a single thread, each one will get a differe

Re: message length

2005-07-13 Thread Michael Stover
I'm not very familiar with the TCP Sampler, but to grab dynamic values from responses, the easiest way is usually to use the Regular Expression Extractor Post-Processor: http://wiki.apache.org/jakarta- jmeter/UserManual/Reference/RegularExpressionExtractor -Mike On Wed, 2005-07-13 at 09:43 +0300

TCP sampler help ??

2005-07-13 Thread srikanth peddireddy
Hi All, I have to test an application which communicates with the server over TCP sockets. I wanted to simulate number of TCP connections to the server and over each connection my virtual users will be requesting some data by following an agreed upon API . So I would like to know : Will this

Re: interpreting data in Aggregate Report

2005-07-13 Thread srikanth peddireddy
Thanc Peter, that means Rate says , under some load (thread count) server will be able to handle N requests per minute (or second or hour) for a particular page. Why you said Iam usinng old version ?? Iam using 2.0.3 regards Srikanth Peter Lin <[EMAIL PROTECTED]> wrote: you're using an old v