Control-period equivalent on non-gui linux

2007-10-15 Thread Richard Hubbell
What signal to send to jmeter to tell it to shutdown and exit? On win32 the keyboard command to do same is control-. Although that doesn't always work it's a more graceful approach. Moody friends. Drama

htmlparser showdown

2007-10-15 Thread Richard Hubbell
Just wondering which of the three parsers is most versatile? i.e. which one's able to handle the content with fewest errors generated? Maybe there are more than this? These are the ones I know about: HtmlParserHTMLParser JTidyHTMLParser RegexpHTMLParser _

Re: a few problems I encountered gzip and header

2007-10-15 Thread Alf Høgemark
Hi The http proxy server is unzipping the content it gets from the web server, and then passing it on to IE uncompressed, so it has to remove the "Content-encoding: gzip" header. So if you are having a problem, I do not think that the removal of that header is the problem. When you are runni

Re: test plan stop working after adding a "HTTP Header Manager"

2007-10-15 Thread Richard Hubbell
It turns out that the subsequent http request, after the initial http request and is matched with an http link parser, did not have a broken pattern and so somehow that problem only showed any symptoms (other than logged errors) after I added the header manager. Once I fixed the http request patte

Re: a few problems I encountered gzip and header

2007-10-15 Thread cwang
oh sorry I miss understood your question. The full list of headers HTTP/1.1 200 OK Date: Mon, 15 Oct 2007 15:32:06 GMT Server: WebSphere Application Server/6.1 Keep-Alive: timeout=300, max=70 Connection: Keep-Alive Content-Type: text/html; charset=utf-8 Content-Encoding: gzip Content-Language: e

Re: JDBC requests with alternating variables

2007-10-15 Thread [EMAIL PROTECTED]
I already have a working workbench. What i am trying to do is consolidate the number of requests that i am using. from say 50 to 10 (with randomly generated variables.) The purpose of the test is to get as close to live/realistic environment as possible. People are performing all kinds of differen

Re: Knowing current iterations number in loop

2007-10-15 Thread sebb
If you know how many loops there are, then a Counter Pre-Processor in the loop can be used to provide a loop counter: Loop N + Counter C = 1 to N by 1 + C will be incremented once for each loop; and will reset itself at the end. This only works if you know the loop count, as the max has to be set

Re: counter per users per loop

2007-10-15 Thread sebb
On 15/10/2007, Ori Marco <[EMAIL PROTECTED]> wrote: > Thanks, I have now another issue that can be related > I added second UP P-P inside While controller with > Codition: ${NUM} < ${ParamsNumber}. That is not a valid condition. Please see the While Controller docs. > Although I checked and NUM i

RE: counter per users per loop

2007-10-15 Thread Ori Marco
Thanks, I have now another issue that can be related I added second UP P-P inside While controller with Codition: ${NUM} < ${ParamsNumber}. Although I checked and NUM is increasing more than ParamsNumber (using the second UP P-P) The Loop continue although condition should become false. Please a

Re: counter per users per loop

2007-10-15 Thread sebb
Sorry, that was a bit too condensed. You need two User Parameters Pre-Processors. INIT=0 was shorthand for: Name: INIT User_1: 0 similarly for NUM=xxx, which needs to be on the second UP P-P Don't add any additional users. On 15/10/2007, Ori Marco <[EMAIL PROTECTED]> wrote: > Hi > > Where can

RE: counter per users per loop

2007-10-15 Thread Ori Marco
In the url or other component you can't send assignment statements as NUM=1 And I don't/can't use the parameters table. Ori Marko Quality Assurance Engineer Praxell Inc. http://www.praxell.com -Original Message- From: Florent Guiliani [mailto:[EMAIL PROTECTED] Sent: Monday, October 15,

Re: counter per users per loop

2007-10-15 Thread Florent Guiliani
Ori Marco a écrit : > Hi > > Where can I put statement as NUM=${__intSum(${INIT},1,INIT} or any assignment > inside thread? > > Thanks > in component fields like URL of http samplers Florent, - To unsubscribe, e-mail: [EMA

RE: counter per users per loop

2007-10-15 Thread Ori Marco
Hi Where can I put statement as NUM=${__intSum(${INIT},1,INIT} or any assignment inside thread? Thanks Ori Marko Quality Assurance Engineer Praxell Inc. http://www.praxell.com -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Friday, October 12, 2007 5:59 PM To: JMeter U