Re: Fw: Graph Results

2003-11-28 Thread sebb
Been meaning to add a comment facility for some time - the Test Plan element now has a comment field on it. Try the nightly build in a day or two. S. - Original Message - From: Gopi [EMAIL PROTECTED] To: JMeter Users List [EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 10:36 PM

Problem with nightly builds from 29th Jan

2004-01-31 Thread sebb
The nightly builds dated 29-31st January do not run correctly - only some of the right-click menu items appear, and the log shows a NullPointerException. The problem has been corrected in CVS, and builds from 2nd or 3rd of February should be OK again. Apologies for any inconvenience. S.

Re: testing with multipe usernames

2004-02-04 Thread sebb
N.B. The version of CSVRead in CVS has been enhanced to support multiple files, which means that the filename IS now important... S - Original Message - From: Craig Palmer [EMAIL PROTECTED] To: JMeter Users List [EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 8:58 PM Subject: Re:

Re: Non-Web based Client Server

2004-02-05 Thread sebb
You can use the BeanShell Sampler to write your own sampler in Java. No need to build anything. Useful for prototyping. BeanShell is fairly efficient, but the current implementation of the sampler does not cache the scripts. There are also basic TCP and LDAP Samplers. S. - Original Message

Re: Getting started with Jmeter, having trouble with the schedule r

2004-02-07 Thread sebb
The scheduler has been updated in CVS since 1.9.1. It now includes both a startup delay and total elapsed time. A bug in the handling of ramp-up delay has also been corrected (the ramp-up was being done before the scheduled start). A new release is due soon, but if you want to try using one of

Re: Getting started with Jmeter, having trouble with the scheduler

2004-02-07 Thread sebb
The Test Plan has a check-box entitled: Run each Thread Group separately This should make the Thread Groups run in sequence. Have you tried this? S. - Original Message - From: Michael Heinz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 06, 2004 7:41 PM Subject:

Re: ISt it possible to Log/Print/Display the outcome of a RegEx?

2004-02-08 Thread sebb
The JavaTest sampler in 1.9.1 is similar. The latest code in CVS includes two logging functions, __log() and __logn(). The first one returns the input string, the second returns the empty string, so: __log() can be used to wrap an existing parameter to a test element __logn() can be used to log

Re: Suggestions to execute test with 10,000 users

2004-02-10 Thread sebb
You can also run the tests on multiple machines in batch mode, and combine the results later. This is easier to do if the machine clocks are synchronised. If that is not possible, knowing the skew between the systems would allow for later compensation. Batch mode (non-GUI) is the most efficient

Re: Time Out Assertion available?

2004-03-05 Thread sebb
I don't think so - JMeter currently uses the standard HttpUrlConnection method, and that does not seem to allow for setting timeouts. There are plans to move to a different Http Client (the Apache one) but that has not been implemented yet. Or potentially you could use

Re: Variables ( ${..} ) not resolving in HTTP Request - path fiel d

2004-03-12 Thread sebb
I still cannot reproduce the error, but I've created a bugzilla issue: http://issues.apache.org/bugzilla/show_bug.cgi?id=27634 and attached the following files: testcase (.jmx) jmeter.properties jmeter.log Please try the testcase using my properties file and compare results. The Bugzilla

Re: Placing __property() in a Filename field doesn't work

2004-03-18 Thread sebb
The fact that the property function id not being replaced by its value means that the function is not being recognised. This also happens if a non-existent variable is used. (Functions and variables are treated much the same in JMeter). There are various possibilities: The function is not

Re: JMeter log file - Roll over option

2004-03-21 Thread sebb
- Original Message - From: Jorg Heymans [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, March 21, 2004 11:51 AM Subject: Re: JMeter log file - Roll over option Thanks for looking into this. In the end I did a bit more investigation, and found that LogKit does not support config

Re: JMeter log file - Roll over option

2004-03-21 Thread sebb
- Original Message - From: [EMAIL PROTECTED] To: JMeter Users List [EMAIL PROTECTED] Sent: Sunday, March 21, 2004 12:42 PM Subject: Re: JMeter log file - Roll over option - Original Message - From: Jorg Heymans [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, March 21,

Re: How to get remote host name in log file

2004-03-24 Thread sebb
Log file per host is easy - just use batch (non-gui) mode to run the tests locally on each node. The log files would then need to be combined. This was discussed on this list recently. Host name in the log file should also be easy. Just include ${__machineName()} as part of the sampler name,

Re: Startup failure in Distributed Mode

2004-09-08 Thread sebb
What does jmeter.log say? BTW, client-server mode does not currently gain you much - see the mail archives for some discussions on this. [Archives are linked from the JMeter website] The client and server installations must be the same version of JMeter, or communications may not work properly.

Re: Bad thread group listener behaviour

2004-09-08 Thread sebb
I doubt that this is a cut-n-paste bug. May I suggest that you create a Bugzilla issue and attach a copy of a sample test script that causes the problem? S. On Wed, 8 Sep 2004 15:11:08 +0200, Giuseppe Ielpa [EMAIL PROTECTED] wrote: Comments? G. -Original Message- From:

Re: Recording requests

2004-09-08 Thread sebb
I suppose there's no point suggesting that you try installing a different browser? [The fact that the existing browser is locked down suggests not, on the other hand, it seems you can install JMeter...] S. On Thu, 2 Sep 2004 07:40:25 -0500, Peter Lin [EMAIL PROTECTED] wrote: I think you posted

Re: simple sample for using beanshell assertion

2004-09-08 Thread sebb
Thanks, very useful. Would it be OK to add this to the JMeter distribution? S. On Mon, 30 Aug 2004 10:20:09 -0500, K.P. Thottam [EMAIL PROTECTED] wrote: Hi All , I was looking around for a sample for BeanShell assertion but could not find one . Anyway I dug around and got a better

Re: Want to see stats on bandwidth / page sizes

2004-09-13 Thread sebb
You can always access CVS via the web interface: http://cvs.apache.org/viewcvs/jakarta-jmeter/ which is OK for downloading a few files, but a bit tedious otherwise. There is a tool to automate fetching sources via the web interface - cvsgrab http://cvsgrab.sourceforge.net/ S. On Fri, 10 Sep

Re: user parameters question

2004-09-13 Thread sebb
Did you remember to include a next() column? S. On Fri, 10 Sep 2004 17:44:08 -0400, Michael Stover [EMAIL PROTECTED] wrote: Sounds like it might be a bug - you might want to create a bug report and attach a sample test plan that demonstrates the error. -Mike On Fri, 2004-09-10 at

Re: user-defined values in xml parameter value

2004-09-13 Thread sebb
Variables are referenced using ${NAME} not $(NAME), and you don't need Javascript to use them, so try using ...UID${UID}/UID... You might find it worth upgrading to version 2.0.1, which has more features and a lot of bug fixes. You can check what JMeter is sending by using the Tree View

Re: Ramp up time

2004-09-13 Thread sebb
The ramp-up value is the *total ramp-up time. Try using a value of 250. On Mon, 13 Sep 2004 13:25:16 -0500, Chuck Henson [EMAIL PROTECTED] wrote: The ramp up time in my test plan does not appear to be working. It is set correctly. Here is the property in the xml file for the test plan.

Re: if controllers not working?

2004-09-14 Thread sebb
of subsequent tests. My condition looks like: '${foo}' == 'good' (thanks, sebb!) This works correctly on the first pass, but after one request sets ${foo} to bad, the if controllers evaluate to false for *every* subsequent request, The Regular Expression Extractor continues to return new

Re: if controllers not working?

2004-09-14 Thread sebb
That rings a bell. I don't have time just now, otherwise I'd check CVS for recent changes to the IF Controller (made since your version); also worth searching Bugzilla. S. On Tue, 14 Sep 2004 10:21:40 -0500, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Sebb -- I didn't use __log, but I did

Re: server down

2004-09-14 Thread sebb
Yes, I think it has been down for a long while. S. On Tue, 14 Sep 2004 11:45:40 -0500, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is gump.covalent.net down? I can't reach it to download a nightly build or source package. I'd go to CVS, but port 2401 is blocked at my site. Jonathan

Re: server down

2004-09-15 Thread sebb
On Wed, 15 Sep 2004 07:03:24 -0400, Ed Randall [EMAIL PROTECTED] wrote: The references to gump.covalent.net on http://jakarta.apache.org/jmeter/nightly.html (via the Download Nightly Builds link) really ought to be removed then. Agreed. I'll try and find time to do this soon. It would be

Re: JMeterContext and SampleResult

2004-09-15 Thread sebb
On Wed, 15 Sep 2004 07:08:35 -0400, Ed Randall [EMAIL PROTECTED] wrote: ArgoUML is quite a promising tool that can generate class diagrams from existing code, takes a little while to get going with it but may be worth a look. http://argouml.tigris.org/ OK, I'll bite - in another posting

Re: JMeterContext and SampleResult

2004-09-15 Thread sebb
On Wed, 15 Sep 2004 07:47:57 -0400, Ed Randall [EMAIL PROTECTED] wrote: I'm genuinely interested in helping but I'm more interested in getting the performance measurement changes that I posted the other day merged in to some up-to-date-source, I need them to satisfy my boss and do my job! OK,

Re: Embedding JMeter

2004-09-15 Thread sebb
Might be worth looking at httpunit http://httpunit.sourceforge.net/ and Canoo WebTest http://webtest.canoo.com/webtest/manual/WebTestHome.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Using the Proxy Server to record test scripts

2004-09-16 Thread sebb
On Thu, 16 Sep 2004 10:36:16 +0200, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I am new to Jmeter and I cant understand how to use jmeter -H proxyHost -P proxyPort See: http://jakarta.apache.org/jmeter/usermanual/get-started.html#proxy_server Does this mean that I will have to open

Re: Regex Extractor + foreach

2004-09-16 Thread sebb
On Thu, 16 Sep 2004 11:29:08 -0300, Vinicius Carvalho [EMAIL PROTECTED] wrote: Hi there! I'm trying to use the regex extractor here + for each. So, after my request I put a post-processor to get a regex from a response: I have this on my code : javascript:excluir(123) So I used this as regex

Re: Addition to XSLT: percentiles

2004-09-16 Thread sebb
/jakarta-jmeter/JMeterDevelopment are Immutable. Where do you propose we'd add XSLT's? Bob Coret -Oorspronkelijk bericht- Van: sebb [mailto:[EMAIL PROTECTED] Verzonden: donderdag 16 september 2004 17:24 Aan: JMeter Users List; Peter Lin Onderwerp: Re: Addition to XSLT: percentiles

Re: timing question

2004-09-16 Thread sebb
I don't understand the behaviour you appear to be seeing - samplers run sequentially within a single thread, in the order in which they appear in the test plan. Note that time stamps by default are END time stamps - you can change this in jmeter.properties. S. On Thu, 16 Sep 2004 11:18:19 -0500,

Re: Mailer Visualizer does not know my server

2004-09-17 Thread sebb
What happens when you try the Test mail ? Any messages in jmeter.log? You could double-check the IP address by using Thunderbird, Eudora or even OE - could it be that the server does not support SMTP? Try Telenetting to port 25, and enter the work HELP. By the way, after startup, any changes to

Re: Using Functions

2004-09-17 Thread sebb
Check jmeter.log for errors. I've just run a test, and it looks like you need to remove the trailing ,,, - StringFromFile does not like empty optional parameters (I think I've fixed that post 2.0.1) == You don't need the ,fnNews unless you want to reuse the value later. If reusing function

Re: jmeter and bsf

2004-09-17 Thread sebb
Unfortunately, the BSF Sampler is not fully implemented. The BSH sampler does work, however. Would that meet your needs? If not, perhaps you could give more detail on what you are trying to do - I might be able then to finish off the BSF Sampler ... S. On Fri, 17 Sep 2004 09:44:29 -0700, Ryan

Re: Question on loop count in ThreadGroup...

2004-09-20 Thread sebb
On Mon, 20 Sep 2004 17:49:05 -0700 (PDT), Antonio Si [EMAIL PROTECTED] wrote: Hi, I have a basic question. In the ThreadGroup, what is the difference between having 200 threads and a loop count of 1 versus having 1 thread and a loop count of 200? If I have 200 threads in the

Re: JMeter sends incomplete http request

2004-09-21 Thread sebb
I think I've seen something similar when testing with 60 threads on a 4 CPU AlphaServer running TCP samples as fast as possible - a few of the response assertions failed, even though the trace at the server end showed that it had apparently sent the correct response. However, perhaps the response

Re: JMeter sends incomplete http request

2004-09-22 Thread sebb
On Wed, 22 Sep 2004 12:20:27 +1000, Alexandre Akoulov [EMAIL PROTECTED] wrote: Thanks, Krishna and sebb, for your replies. Additional details to my original problem: using JMeter v2.0.1 (GUI version) runs on one CPU Windows XP machine with Java 1.4.2_05 installed

Re: concurrent thread

2004-09-22 Thread sebb
the studentA gets kicked out of his session, so he can't complete his run and - even worse - all his future runs will fail too... sebb wrote: Not sure I understand how the web-app works ... Does the number of users change during the run then? Or is it known in advance? It's quite

Re: Setting user variables from functions

2004-09-24 Thread sebb
Try the Pre-processor User Parameters: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#User_Parameters No need to set up multiple users. == The Config Element User Defined Variables is described at:

Re: A problem while trying foreach+regex example

2004-09-24 Thread sebb
tests more difficult.] On Fri, 24 Sep 2004 23:52:15 +0100, sebb [EMAIL PROTECTED] wrote: You're right - the regex is wrong - it should be: a href=([^]+) rather than a href=([^]) which will only match a href=? where ? is any single character. Adding the + means it will match 1

Re: About Jython as a script language

2004-10-10 Thread sebb
On Sun, 10 Oct 2004 09:55:03 +0800 (CST), boy sloven [EMAIL PROTECTED] wrote: Hi Sebb, On Sat, 9 Oct 2004 09:56:33 +0800 (CST), boy sloven [EMAIL PROTECTED] wrote: On Fri, 8 Oct 2004 16:37:27 +0800 (CST), boy sloven [EMAIL PROTECTED] wrote: The JMeter Proxy could record HTTP

Re: cookie informations generated in the first thread group to be passed to the second thread group.

2004-10-12 Thread sebb
On Mon, 11 Oct 2004 16:27:27 -0700, Senthil Subbiah [EMAIL PROTECTED] wrote: Hi sebb, Under the same test plancan I have more than one threads? Yes, and you can even have multiple thread groups. If yes, then I am not able to access cookie informations in the second thread? No, cookie

Re: hi

2004-10-12 Thread sebb
On Tue, 12 Oct 2004 19:45:15 +0530, Ananda Bairy [EMAIL PROTECTED] wrote: hi, How to record the web pages where HTPPS protocol is used. We tried with help manual. But could not do it. That's because it's not possible. See the JMeter FAQ http://wiki.apache.org/jakarta-jmeter/JMeterFAQ in

Re: Can number of regular expression matches be tested ?

2004-10-13 Thread sebb
On Wed, 13 Oct 2004 16:55:09 -0400, Kyle McAbee [EMAIL PROTECTED] wrote: Dear sebb and JMeter Users: sebb explained that an If Controller element will not stop the test plan, because the If Controller affects only its child elements, not all elements below it. (Thank you, sebb

Re: Condition in If Controlleralways evaluates to False ?

2004-10-13 Thread sebb
On Wed, 13 Oct 2004 19:55:01 -0400, Kyle McAbee [EMAIL PROTECTED] wrote: Dear JMeter Users, In JMeter 2.0.1, I cannot get Condition field of the If Controller to evaluate as True, even by hard-coding the value. There was a previous message about this issue called RE: Syntax for Condition

Re: Condition in If Controller always evaluates to False ?

2004-10-14 Thread sebb
On Thu, 14 Oct 2004 12:18:32 -0400, Kyle McAbee [EMAIL PROTECTED] wrote: Dear JMeter Users, Thank you again, sebb. I made a scoping error in my test plan and then described the problem incorrectly. In the original example test plan, I did not indent the If Controller line far enough

Re: About Jython as a script language

2004-09-28 Thread sebb
On Tue, 28 Sep 2004 10:33:09 +0800 (CST), boy sloven [EMAIL PROTECTED] wrote: Hi all, I see there is a BeanShell sampler. Could I use this sampler to run HTTP test ? You can use BeanShell sampler to do whatever you want to do - it's basically Java. Could I record HTTP request as

Re: Generating HTTP request params algorithmically?

2004-09-28 Thread sebb
On Tue, 28 Sep 2004 02:29:22 +0200, Michael Schuerig [EMAIL PROTECTED] wrote: On Tuesday 28 September 2004 01:03, Sarone Thach wrote: This sounds like a job for __StringFromFile(). Substitute a parameter in your request with ${__StringFromFile(filepath)} Ah, thanks, I missed that. It's

Re: Request data tab in 'View in Tree' listener is empty for redirect http requests

2004-09-28 Thread sebb
On Mon, 27 Sep 2004 15:51:40 -0700, Senthil Subbiah [EMAIL PROTECTED] wrote: Hi all, The response corresponding to a redirect request is empty. Is this correct? Probably - I think redirects are normally handled via headers, not the body. If notwhy is this coming out to be empty? What

Re: A problem while trying foreach+regex example

2004-09-28 Thread sebb
Thanks for letting us know. On Tue, 28 Sep 2004 17:45:17 -0400, Grace Li [EMAIL PROTECTED] wrote: Thanks. Now it works well. :-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Regular Expression Extractor not identifying the match

2004-09-29 Thread sebb
You need to tell the matcher what portion of the regular expression to return; this is done by adding parentheses around it. In your case, you presumably want it all, so put: Regular Expression : ([a-z]00*[0-9]) If you just wanted the numbers, put: Regular Expression : [a-z](00*[0-9]) and if

Re: NullPointerException when using UserParameters

2004-09-29 Thread sebb
On Wed, 29 Sep 2004 17:20:11 -0400, Harold Neal [EMAIL PROTECTED] wrote: These errors are being printed to the console: Created the tree successfully Starting the test [Full GC 18161K-779K(511232K), 0.0556420 secs] java.lang.NullPointerException at

Re: I am not getting the JSP as response

2004-09-30 Thread sebb
On Wed, 29 Sep 2004 18:00:35 -0700, Senthil Subbiah [EMAIL PROTECTED] wrote: Hi All, I am using Jmeter v2.0.1. I have recorded a scenario by enabling the HTTP proxy server. For every request I am able to find only the imagesbut the actual JSP which has the data is not recorded. Could

Re: Regular Expression Extractor not identifying the match

2004-09-30 Thread sebb
] wrote: Thanks sebb... I was using the wrong expression to match. Now I am able to take the value what I want from the response. -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 12:25 PM To: JMeter Users List Subject: Re: Regular

Re: The value extracted through regular expression is not available for all the requests

2004-09-30 Thread sebb
The Regex Extractor saves its output in a JMeter variable, which is available to *all* test elements in the same thread, whether at the same level or not. There is only one set of variables for each thread. Once set, the variable remains set until the end of the test, or until something else

Re: The value extracted through regular expression is not available for all the requests

2004-09-30 Thread sebb
tried with...not grouping the samplers. When I group the samplers and try...i am not able to access the value. But when I don't group the samplers and I am able to access the extracted value. Thanks for the interest taken sebb. -senthil -Original Message- From: sebb

Re: Random timer help

2004-10-03 Thread sebb
Not sure why it isn't working - maybe there's a bug. You could try a constant timer with a value obtained from the __Random function, e.g. use the following: ${__Random(0,60,VAL)} There's not much room in the box, but it does work. If you want to log the values, you can surround the above

Re: Problem: resetting the if-Controller-condition

2004-10-05 Thread sebb
I think this is a known bug; fixed in CVS but not yet released... you'll find details in Bugzilla and/or the mailing list. Sorry no time to look at present. On Tue, 05 Oct 2004 15:15:41 +0200, Mathias Peters [EMAIL PROTECTED] wrote: Hi to everybody, I am using an If-Controller. The if

Re: Problem: resetting the if-Controller-condition

2004-10-05 Thread sebb
Found that the fix had been added to CVS HEAD but not the 2.0 branch, so I've copied it to 2.0. The fix is in the nightly build dated 20041005, if you feel brave and want to try it! S. On Tue, 5 Oct 2004 14:31:06 +0100, sebb [EMAIL PROTECTED] wrote: I think this is a known bug; fixed in CVS

Re: Problem: Need for a while structure

2004-10-05 Thread sebb
On Tue, 5 Oct 2004 17:56:45 +0200, Guillermo Sobrino [EMAIL PROTECTED] wrote: Hello, I'm trying to test an aplication that would need a while control structure in his test using Jmeter, that's to say, I have to request the same page until the response matched a pattern (end of a long

Re: Problem: Need for a while structure

2004-10-05 Thread sebb
On Tue, 5 Oct 2004 22:41:18 +0100, sebb [EMAIL PROTECTED] wrote: On Tue, 5 Oct 2004 17:56:45 +0200, Guillermo Sobrino [EMAIL PROTECTED] wrote: Hello, I'm trying to test an aplication that would need a while control structure in his test using Jmeter, that's to say, I have to request

While Controller issues

2004-10-08 Thread sebb
On Wed, 6 Oct 2004 03:13:20 +0100, sebb [EMAIL PROTECTED] wrote: On Tue, 5 Oct 2004 22:41:18 +0100, sebb [EMAIL PROTECTED] wrote: On Tue, 5 Oct 2004 17:56:45 +0200, Guillermo Sobrino [EMAIL PROTECTED] wrote: Hello, I'm trying to test an aplication that would need a while control

Re: About Jython as a script language

2004-10-08 Thread sebb
On Fri, 8 Oct 2004 16:37:27 +0800 (CST), boy sloven [EMAIL PROTECTED] wrote: Hi sebb Thanks for you reply. Is there some examples to run HTTP test using BeanShell Sampler? No. I read the JMeter Wiki and part of the source code, but couldn't find a example. See above. I can use

Re: need help with form authentication

2004-10-08 Thread sebb
On Thu, 07 Oct 2004 13:26:26 -0600, Steve Duran [EMAIL PROTECTED] wrote: Hello, I am attempting to use JMeter to test a web application and have been unable to get past the login page, which uses form authentication. My test plan and configuration are described below. When I use a

Re: Jmeter from Command Line through Ant without GUI

2004-10-08 Thread sebb
On Thu, 07 Oct 2004 10:53:16 +0200, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I saw the following link to use Jmeter from ant http://www.programmerplanet.org/ant-jmeter/ However this is an Ant task for automating running JMeter test plans which means I 'should' have a test plan

Re: About Jython as a script language

2004-10-09 Thread sebb
On Sat, 9 Oct 2004 09:56:33 +0800 (CST), boy sloven [EMAIL PROTECTED] wrote: On Fri, 8 Oct 2004 16:37:27 +0800 (CST), boy sloven [EMAIL PROTECTED] wrote: The JMeter Proxy could record HTTP session only. I want to do more. Such as? Do you think it is possible to translate .jmx file to a

Re: need help on aggregate report

2004-10-19 Thread sebb
A loop count of 1 won't show how the application behaves under sustained load. As far as I can see, the aggregate figures also won't mean very much, as they will depend considerably on the ramp-up time. Also, any start-up overhead in JMeter will have a disproportionate effect. I'd suggest using

Re: problem with regular expression

2004-10-20 Thread sebb
See http://wiki.apache.org/jakarta-jmeter/RegularExpressions. You need to tell the matcher which part of the pattern hddukey=[0-9]+\([0-9]\) to return In your case you probably want hddukey=([0-9]+\([0-9]\)) BTW, [0-9] can be expressed as \d On Wed, 20 Oct 2004 16:08:25 +0200,

Re: Record think times

2004-10-21 Thread sebb
Not currently, no. If you add a listener before starting recording, you might be able to use the data from it. S. On Thu, 21 Oct 2004 10:20:17 +0200, Coret Bob [EMAIL PROTECTED] wrote: Hi all, Is it possible to record (with the HTTP Proxy Server) think times? Regards, Bob Coret

Re: How can I record HTTP request parameters?

2004-10-22 Thread sebb
request parameters? GET to start with -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: 21 October 2004 17:31 To: JMeter Users List Subject: Re: How can I record HTTP request parameters? On Thu, 21 Oct 2004 15:24:15 +0100, Vuolo, Giulio [EMAIL PROTECTED] wrote: Hi

Re: How can I record HTTP request parameters?

2004-10-22 Thread sebb
Just tried 2.0.1, and it works for me using the example you quoted. The HTTP Request is created with two Parameters as expected. This was using the following test plan: Test Plan + Thread Group + + Cookie Manager + WorkBench + + HTTP Proxy Server (Capture Headers, Set KeepAlive) (Target

Re: How to convert timestamp

2004-10-22 Thread sebb
N.B. the timestamps are in milliseconds, and by default are the time of the END of the sample - this can be changed in jmeter.properties. Instead of creating a fraction, you can convert to a character-based version of the time using Perl's localtime() and sprintf, e.g. sprintf %d-%s-%04d

Re: Proxy Recording Problems

2004-10-26 Thread sebb
-HTTP Proxy Server [Not needed for playback] Can't think of anything else you might need - that obviously depends on the server application. -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: 26 October 2004 10:14 To: JMeter Users List Subject: Re: Proxy Recording

Re: Remote Testing Trouble

2004-10-27 Thread sebb
On Wed, 27 Oct 2004 18:07:56 +0200 (MEST), Christian Schwanke [EMAIL PROTECTED] wrote: Hi, I successfully ran a testplan locally. Now I want to run the testplan on a remote machine. I followed the instructions from the manual and started the jmeter-server--Skript (which - as I understand -

Re: SSL problems

2004-10-27 Thread sebb
it. -Original Message- From: Earl Lewis [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 3:53 PM To: [EMAIL PROTECTED] Subject: Re: SSL problems sebb, Thanks for the reply. After your reply I started looking into the Jmeter classpath question - to see what JVM it's

Re: While Controller issues

2004-10-27 Thread sebb
don't care if the loop is run a last time after Javascript condition. Guillermo -Mensaje original- De: sebb [mailto:[EMAIL PROTECTED] Enviado el: viernes, 08 de octubre de 2004 12:42 Para: JMeter Users List Asunto: While Controller issues On Wed, 6

Re: What are the JavaScript functions that I can use in Jmeter?

2004-10-27 Thread sebb
Sorry, I can't help you here - I don't know JavaScript. You could check mozillla.org for Rhino documentation. S. On Wed, 27 Oct 2004 13:13:39 -0700, Senthil Subbiah [EMAIL PROTECTED] wrote: Hi Sebb, I have a regular expression, which extracts a match and stores it in a variable. For ex

Re: Remote Testing Trouble

2004-10-27 Thread sebb
On Wed, 27 Oct 2004 22:49:29 +0200, Christian Schwanke [EMAIL PROTECTED] wrote: Hi sebb, thanks for your quick reply. I have definitly removed the 127.0.0.1 entry from the remote_hosts property setting. I just tried a jmeter-setup on my local network and it work exactly the way it should

Re: Remote Testing Trouble

2004-10-27 Thread sebb
them? Anyway, thanks for your help. Regards. christian Am 27.10.2004 um 18:38 schrieb sebb: On Wed, 27 Oct 2004 18:07:56 +0200 (MEST), Christian Schwanke [EMAIL PROTECTED] wrote: Hi, I successfully ran a testplan locally. Now I want to run the testplan on a remote machine. I

Re: Remote testing and functions

2004-10-28 Thread sebb
On Thu, 28 Oct 2004 15:36:44 +0200, Christian Schwanke [EMAIL PROTECTED] wrote: Hi, I got one more question concerning remote testing: If you must - remote testing is not currently very performant... If I want to use the stringFromFile-Function, where must the textfile be placed ? On the

Re: Using results of a SQL query as dynamic variables in other HTTP Requests

2004-10-29 Thread sebb
On Fri, 29 Oct 2004 09:33:50 +0200, yoyas [EMAIL PROTECTED] wrote: You are right. I want to use a JDBC Request with a sql query, and then use the result of this query as a variable in next HTTP Request (as a parameter sent with my request). Is there any possibility to store the query result as

Re: createing MM/DD/YYYY date string

2004-11-02 Thread sebb
On Mon, 1 Nov 2004 23:46:58 -0800, Xie, Shawn Y. [EMAIL PROTECTED] wrote: Hi, In my functional test plan, I need to assert a page contains today's date string as MM/DD/ (e.g. 01/02/2004 for Jan 2, 2004) or not. I tried to use JMeter javascript function to dynamically generate the date

Re: Redirect

2004-11-02 Thread sebb
On Mon, 1 Nov 2004 17:14:03 +0100, Coret Bob [EMAIL PROTECTED] wrote: Hi all, What's the difference between Redirect Automatically and Follow Redirects? The help only show the Follow Redirects option... Good point - I'll update the docs. Redirect automatically means that the HTTP

Re: createing MM/DD/YYYY date string

2004-11-02 Thread sebb
On Tue, 2 Nov 2004 16:06:19 -0800, Xie, Shawn Y. [EMAIL PROTECTED] wrote: Sebb, Thanks for your reply. I knew I can pass the date string to JMeter but what I want to achieve is to dynamically generate it. I am Re-reading my reply, I see I was not very clear: I was suggesting that you

Re: createing MM/DD/YYYY date string

2004-11-03 Thread sebb
On Tue, 2 Nov 2004 21:54:41 -0800, Xie, Shawn Y. [EMAIL PROTECTED] wrote: Sebb, Your suggestion is a good idea. Unfortunately, when I tried it, I found it returns nothing (an empty string). Maybe I did something wrong in my test. Are there any detail documents that includes examples about

Re: Bean Shell

2004-11-03 Thread sebb
On Wed, 3 Nov 2004 12:11:45 -0500, Mike Buzzetti [EMAIL PROTECTED] wrote: I was looking through the JMeter user manual and the Wiki pages and got very interesed in the Bean Shell Sampler and Assertion. There is very little informaion on how to use bean shell scripts with jmeter. There's a

Re: Creating MM/DD/YYYY date string

2004-11-04 Thread sebb
On Wed, 3 Nov 2004 18:29:53 -0800, Xie, Shawn Y. [EMAIL PROTECTED] wrote: Dear friends, The MM/DD/ has completely solved with the help of Sebb, Neil, and Kyle. I'd like to share my experience with others: 1. using javaScript function: ${__javaScript(var d=new Date(); var date

Re: HTTP Header Manager

2004-11-06 Thread sebb
On Mon, 1 Nov 2004 17:14:02 +0100, Coret Bob [EMAIL PROTECTED] wrote: Hi all, I want to force my proxy server to fetch the pages from the webserver instead of the cache. This can be achieved by adding the header Cache-control: no-cache. Do I have to add this header to all HTTP requests

Re: [Fwd: Re: JMeter and SSL]

2004-11-07 Thread sebb
Looks rather like bug 25505: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25505 S On Sun, 07 Nov 2004 09:11:35 -0500, Michael Stover [EMAIL PROTECTED] wrote: I've seen this behavior too, where the first SSL request fails and the rest work fine. I wasn't able to figure out why it was

Re: Test hangs on Sun Solaris

2004-11-08 Thread sebb
On Mon, 8 Nov 2004 16:47:21 +0100, Coret Bob [EMAIL PROTECTED] wrote: Peter, The first script/method runs in GUI mode, the second one in non-GUI (-n) mode. So this factor doesn't seem to make a difference. Currently I'm trying to get more DEBUG info (jmeter/httpclient). With the

Re: Test hangs on Sun Solaris

2004-11-08 Thread sebb
Useful to know, but I think it's the connection that is hanging here, not the JVM. S. On Tue, 9 Nov 2004 06:50:20 +1300, Craig Palmer [EMAIL PROTECTED] wrote: Often the best way to diagnose a JVM hang is to get a thread dump. Do a kill -3 on the proc id. It will tell you if there are any active

Re: Moving test plans across Platforms!

2004-11-10 Thread sebb
On Wed, 10 Nov 2004 16:54:40 +0530, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I prepared a test plan on a WinXP Box and am trying to use it on a Win2K Machine. I receive the following message in my jmeter.log

Re: Navigation via onload javascript function

2004-11-10 Thread sebb
On Wed, 10 Nov 2004 09:28:51 -0500, Tom Purcell [EMAIL PROTECTED] wrote: Hello, I'm having a problem running a test on an application. Things work fine until the test gets to a HTTPRequest for a page that the user does not see. On this page there is an onload in the body tag that calls

Re: Jmeter install problem on solaris 9

2004-11-12 Thread sebb
The current versions of JMeter don't include build.sh or build.bat, as the build.xml file sets up the correct classpath. So long as ant is installed OK, building should just be a matter of changing to the root directory and running ant. The target package is useful for rebuilding and creating

Re: Validate XML documents?

2004-11-15 Thread sebb
There is an XML Assertion, but I don't know if it supports checking against a schema - I think it just checks if the doc is well-formed. I guess this could be extended to add further checking. You can use the Save Responses test element to save all the documents to a file, and perform the

Re: how to pass in username and password for load testing?

2004-11-15 Thread sebb
Looks like POST is being used: FORM name=login action=j_security_check METHOD=POST The post parameters are the Input fields on the form, which look to be called j_username and j_password. However, you might find it easiest to record a sample login using the JMeter Proxy server. S. On Mon, 15

Re: User Parameters not evaluated in the firs request

2004-11-15 Thread sebb
Dunno without looking at the code, but it looks like the UDV is being evaluated before the test has fully started. Try using the Pre-Processor User Parameters instead. S. On Mon, 15 Nov 2004 16:41:41 +0100, Coret Bob [EMAIL PROTECTED] wrote: I´ve got the User Defined Variable rn1 in my

Re: how to pass in username and password for load testing?

2004-11-15 Thread sebb
On Mon, 15 Nov 2004 11:22:58 -0500, Kyle McAbee [EMAIL PROTECTED] wrote: [...] Problem You want to randomly contruct strings from a set of strings that vary by a regular pattern. The constructed string must include a number left-padded with zeros. A typical example would be bank account

  1   2   3   4   5   6   7   8   9   10   >