Re: Can't view HTML response results

2004-11-29 Thread sebb
Impossible to say what's wrong (if anything) from the information provided. 1) Check the jmeter.log file for errors 2) What do the other tabs say? S. On Sun, 28 Nov 2004 19:06:22 -0800 (PST), Grogrup [EMAIL PROTECTED] wrote: I'm trying to use JMeter to load test a webapp, but I'm having one

Adding threads while running

2004-11-29 Thread Yuval Kenigsbuch
Hi, Is it possible to change the number of threads (to add more thread/ remove part of the threads / stop one group) after starting the test? Thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Adding threads while running

2004-11-29 Thread sebb
It's not possible to add more threads after starting a test. One way round this is to use a long ramp-up period, but this needs to be decided before starting the test. Another is to use a throughput controller which depends on a property, and change the value of the property at run-time using

RE: Users of JMeter? [bcc][faked-from]

2004-11-29 Thread Krahe, Chris
Contractor working on this site for the National Library of Medicine http://toxmap.nlm.nih.gov/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, November 25, 2004 2:13 AM To: [EMAIL PROTECTED] Subject: Users of JMeter? [bcc][faked-from] Hi all, I'm

Using variables in Regular Expression Extractor

2004-11-29 Thread Paul Kronquist
Is it possible to use a variable as part of a regular expression extractor query? This is my scenario: A regular expression extractor extracts a value from the response of an HTTP Request and assigns it to a variable. Later, that variable is plugged in to another regular expression extractor

updated the docs

2004-11-29 Thread Peter Lin
thought you might like to know I've updated the docs. thanks for your feedback on the webservice sampler. peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Using variables in Regular Expression Extractor

2004-11-29 Thread sebb
AFAIK, this should work OK, so long as the variable has been defined before it is needed. [Multiple Regexes acting on the same sampler may not be processed in the order you expect, but this should not affect you as you are using two different samplers] You can always try it out using a JavaTest

Re: Can't view HTML response results

2004-11-29 Thread Grogrup
I think the problem is that the servlet I'm testing isn't setting the content type as HTML, so JMeter doesn't realize that HTML is being returned. Does that sound like it's possible? Is it possible to fix this in JMeter, without editing the servlet code or the JMeter code? --- sebb [EMAIL

RE: Can't view HTML response results

2004-11-29 Thread Rafael Sánchez Bodoque
Did you select Functional test mode in the test plan? I think if not you can´t see the html response by de server. -Mensaje original- De: Grogrup [mailto:[EMAIL PROTECTED] Enviado el: lunes, 29 de noviembre de 2004 19:04 Para: JMeter Users List Asunto: Re: Can't view HTML response

jmeter non-gui mode sample results output

2004-11-29 Thread Brenda White
When running jmeter in non-gui mode, is it possible to specify that sample results go to standard out? In other words, I'd like the output that would go to the specified .jtl file (given the '-l' option) to instead go to standard out. Is this possible? Thanks.