RE: Regex extractor and if controller

2005-05-03 Thread Bartlett, Sarah
Check and see what id actually is using the tree view. It could be that it is empty and not taking the default value at all. I use if controllers with regular expressions a lot in my tests so I looked to see what I do. For one, and this might not matter, I have single quotes around both variable

RE: Question about ssl and proxy server

2005-01-13 Thread Bartlett, Sarah
most webservers support. one of these days I plan to write a parser for extended log format. I hope that helps peter On Thu, 13 Jan 2005 08:41:38 -0500, Bartlett, Sarah <[EMAIL PROTECTED]> wrote: > Hey, thanks for the feedback. Unfortunately it is the logfile part that is > not so

RE: Question about ssl and proxy server

2005-01-13 Thread Bartlett, Sarah
r you have a problem Log File: hopefully self-explanatory. On Wed, 2005-01-12 at 15:54, Bartlett, Sarah wrote: > Badboy worked great. I didn't realize it had an export to JMeter function, > that really helps. > > Another not really related question. I'm checking out

RE: Question about ssl and proxy server

2005-01-12 Thread Bartlett, Sarah
bt it will happen in the near future. have you tried badboy? some users have tried it and found it does the job nicely. peter On Wed, 12 Jan 2005 10:12:19 -0500, Bartlett, Sarah <[EMAIL PROTECTED]> wrote: > Hi All, > > I recall that it's not possible to record ssl requests with

RE: Question about ssl and proxy server

2005-01-12 Thread Bartlett, Sarah
implementing it, so I doubt it will happen in the near future. have you tried badboy? some users have tried it and found it does the job nicely. peter On Wed, 12 Jan 2005 10:12:19 -0500, Bartlett, Sarah <[EMAIL PROTECTED]> wrote: > Hi All, > > I recall that it's not po

Question about ssl and proxy server

2005-01-12 Thread Bartlett, Sarah
Hi All, I recall that it's not possible to record ssl requests with the proxy server. Has this been changed in the latest release? I couldn't find anything in the docs and I notice that there aren't very many questions about it anymore. Sarah Bartlett CTC Corporation (814) 248-7545 ---

RE: Possible bug in monitor results listener

2004-12-08 Thread Bartlett, Sarah
Possible bug in monitor results listener yeah, that has been fixed. it was a bug in the caption and in the weight calculation for the health tab. the fix was checked in a few months back. peter On Wed, 8 Dec 2004 10:35:32 -0500, Bartlett, Sarah <[EMAIL PROTECTED]> wrote: > I've b

Possible bug in monitor results listener

2004-12-08 Thread Bartlett, Sarah
I've been using the Monitor Results Listener in combination with a monitoring test plan to watch the impact of my tests on the server. It seems as though the memory % function is inverted thereby also skewing the load measurement. As my load increases the used memory goes down, which is opposi

RE: Excel tips and tricks

2004-12-01 Thread Bartlett, Sarah
I have an older version of Excel that does not read xml files, however, I just changed the log file format in the jmeter.properties to csv and it can read them. Anybody know how to track exactly how many threads are running concurrently at a given time in the test? I ramp up to 200 users but I

RE: SSL problems

2004-10-27 Thread Bartlett, Sarah
I had this problem also even though I had the latest jdk. What I found was that when I installed Oracle on my machine it put an older jdk in my path in front of the correct one. I found this out when, on a hunch I did a java -version in the command window and found that it was not showing 1.4.

RE: Average, Min and Max in Aggregate Report

2004-10-25 Thread Bartlett, Sarah
Hi Andrea, Just the calculation is wrong, from what I can tell. The threads don't run sequentially, they run according to the ramp up time you set for the thread group. So if you have 10 threads with a ramp up time of 30 seconds, it will take 30 seconds to kick them all off, but then they wil

RE: Getting a link in the middle of an HTTP Response

2004-10-01 Thread Bartlett, Sarah
You can also specify which match you want. I keep mine on random so it's different every time, but if you know you want the 10th one, you can just put 10 in the Match No. field. -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 11:24 AM To: JMeter

RE: Regular Expression Extractor not identifying the match

2004-09-29 Thread Bartlett, Sarah
One thing I do to debug these things is add a View Results Tree listener to monitor what is coming back. You can view the html from the previous sample to see if the value you are looking for is in fact there. Sometimes there may be an error in a previous sample that would prevent the value fr

RE: concurrent thread

2004-09-22 Thread Bartlett, Sarah
Can you not select the 'Run Each Thread separately'option in your test plan? I have a similar situation as yours and that's what I'm doing, though I admit I've only been at this a few weeks. -Original Message- From: Mathias Peters [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22,