Re: Re:Re: Please Help Me

2005-01-18 Thread Michal Kostrzewa
e some kind of flow in the application (usually you have) there will be multiple requests in one scenario. You can use proxy recording (see jmeter's manual) to allow jmeter to capture requests you are generating from a web browser by just using the application.

Re: need help

2004-08-05 Thread Michal Kostrzewa
test scenario can be build by hand by adding appropriate samplers to the test tree. Have you read the manual? http://jakarta.apache.org/jmeter/usermanual/ best regards, Michal Kostrzewa - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Assigning different IPs for different Virtual Users from the same Machine

2004-04-07 Thread Michal Kostrzewa
ddos could be possible :) We can assume that it's some form of "stress testing" :))) best regards, Michal Kostrzewa -- To become a Jedi, use Emacs you have to. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Assigning different IPs for different Virtual Users from the same Machine

2004-04-07 Thread Michal Kostrzewa
> so does it mean you're going to implement support for Alias michael ? :) This time I'll first implement something and then promise I'll do it : Last time Mike Stover was half a day quicker then I was :))) (gzipped proxy) :)) best regards

Re: Assigning different IPs for different Virtual Users from the same Machine

2004-04-06 Thread Michal Kostrzewa
all the traffic from this IP to the choosen server. Of course the more jmeter guns the better, but sometimes the feature of assigning request's IP and ip aliasing could be practical (to me at least : best regards Michal Kostrzewa > > > Michal Kostrzewa <[EMAIL PROTECTED]

Re: Assigning different IPs for different Virtual Users from the same Machine

2004-04-06 Thread Michal Kostrzewa
he IP requests are sent from (AFAIK). Peter: sending from different IP's can be useful, when you're testing load balanced web serwers for example. Load balance algorithms can rely on source IP information. best regards, Michal Kostrzewa W liście z wto, 06-04-2004, godz. 15:57,

Re: running thread number

2004-04-01 Thread Michal Kostrzewa
re threads than values, the values get re-used. For example, this can be used to assign a distinct user id to be used by each thread. User variables can be referenced in any field of any jMeter Component. best regards, Michal Kostrzewa

Re: HTML Link Parser

2004-04-01 Thread Michal Kostrzewa
r and they are supposed to *work*. Have you created the most simplest test imaginable (only one request to static page). Are you receiving errors with such a test? best regards, Michal Kostrzewa - To unsubscribe, e-mail: [EMAIL

Re: HTML Link Parser

2004-03-31 Thread Michal Kostrzewa
> I mean I can see the err (red sign) from view result tree if the loop is > setted over 2. Do you have any assertions in the test? Did you receive any response from the failed request? Have you checked jmeter.log? best regards, Michal Kos

Re: http proxy, mozilla and gzip enconding problem ?

2004-03-31 Thread Michal Kostrzewa
rse :) or I can try (maybe) do it by tomorrow (maybe) :)) You could also find if there is appropriate entry in bugzilla and add it if it is not. best regards, Michal Kostrzewa - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: HTML Link Parser

2004-03-31 Thread Michal Kostrzewa
s are thrown? what kind of exceptions? best regards, Michal Kostrzewa - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: running thread number

2004-03-30 Thread Michal Kostrzewa
> Is that possible to obtain number of running thread? Try function ${__threadNum} best regards, Michal Kostrzewa - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: HTTP URL-Rewriting Modifier

2004-03-29 Thread Michal Kostrzewa
f text fields, names of submit buttons, but names of forms? If you want to parse form names from previous response, then you can use "Regular Expression Extractor" postprocessor. best regards, Michal Kostrzewa ---

Re: HTTP URL-Rewriting Modifier

2004-03-29 Thread Michal Kostrzewa
s response and you can easily use it in next request. There is quite detailed description in the docs with screenshot included. Could you ask more specific question? best regards, Michal Kostrzewa - To unsubscribe, e-mail:

Re: Perl and variable usage

2004-03-29 Thread Michal Kostrzewa
> Reference name = idval (for example) > Regular expression = id=(\d*) > Template = $1$ > Ooops, I forgot something. You reference the parsed value by ${idval} almost anywhere. You can create request parameter with name "id" and value ${idval} best reg

Re: Perl and variable usage

2004-03-29 Thread Michal Kostrzewa
e. In your case you can use the "Regular Expression Extractor" (http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Regular_Expression_Extractor). The regular expression you need is something like that: Reference name = idval (for example) Regular expression = id=(\d*) Template

Re: HTTP URL-Rewriting Modifier

2004-03-28 Thread Michal Kostrzewa
TML_Link_Parser best regards, Michal Kostrzewa - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: FTP Upload Test

2004-03-26 Thread Michal Kostrzewa
is not implemented in JMeter even in CVS version AFAIK. However implementing such a sampler is not so complicated, look at the sources from dir src/protocol/ftp/org/apache/jmeter/protocol/ftp/sampler, files FtpClient.java and FTPSampler.java best rega

Re: JDBC test

2004-03-25 Thread Michal Kostrzewa
a text file. Is it > possible with Jmeter ? Sure thing. You can use jmeter functions in your SQL statement. I recommend you function _StringFromFile (http://jakarta.apache.org/jmeter/usermanual/component_reference.html#_StringFromFile) To use functions you can click Options->Function Helpe

Re: Problems with using certificates and SSL (long)

2004-03-25 Thread Michal Kostrzewa
mmands: openssl pkcs12 -in test.p12 -clcerts -out file.pem openssl pkcs12 -export -in file.pem -out clean.p12 and then the command keytool -list -keystore clean.p12 -storetype PKCS12 should go without error and you can safely us

Re: Small fix for CookieManager - domains with leading spaces

2004-03-22 Thread Michal Kostrzewa
W2K and Linux > trim the domain. JMeter doesn't, and then proceeds to store the domain > as '. .mydomain.com' due to the comments in CookieManager (lines > 394-396). Thank you for the patch, I'll check it out and commit i

Re: File produced by the AggregateReport listener

2003-01-23 Thread Michal Kostrzewa
Dnia czw 23. styczeń 2003 17:46, Mike Stover napisał: > I disagree. The point of the output is that you can load it into any of > the listeners. If you want to see the Aggregate view of the data, load it > into the Aggregate view. But, you still have the option of looking at the Now my 2 cents :-

Re: File produced by the AggregateReport listener

2003-01-23 Thread Michal Kostrzewa
Hi Marcello, > Is this behaviour correct? Or maybe, am I missing something? Yes, this behaviour is correct :-) although I agree it's not intuitive. In jMeter you can log either all requests or all requests with responses (functional mode), no matter in which visualiser you enter filename. best

Re: Testing HTTP Requests

2003-01-23 Thread Michal Kostrzewa
> instead of using a TCP sniffer ? If not, can you please recommend on some > easy to use & free of charge sniffers that can show HTTP requests ? (i > prefare sniffers that can sniff on localhosts as well) http://www.ethereal.com free, win, linux best regards Michal -- To unsubscribe, e-mail:

Re: Assertion Results bug? -- here's the fix 2

2002-12-22 Thread Michal Kostrzewa
without test cases" philosophy is concerned, I think it's good to know that somebody checked that before commiting. I mean I would be anxious about commiting my own patch without knowing it works for someone else. Of course I'm aware of difficulties in testing thread-related

Re: Possibility to interrupt a loop in case of failure

2002-12-19 Thread Michal Kostrzewa
of a failure, the following > HTTP requests of this thread group should be skipped. After that, the test > should proceed. Any ideas if this is possible with JMeter? It looks like an extension of bug http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12144 I'm working on it. Michal Ko

Re: Assertion Results bug? -- here's the fix 2

2002-12-19 Thread Michal Kostrzewa
Hi, Thanks very much for the patch. Do you have (Jonathan, Scott, ... ?) an 'almost unfailig' method for reproducing this error? (test scenario?) best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Aggregate Report

2002-12-18 Thread Michal Kostrzewa
tcher) error: IndexOutOfBound - and sample processing stopped in this very moment (no logs). How are you reproducing that? please tell me, I want to know what is going on with that. (It's happenning to me very seldom, but it makes me nervous :-) best regards Michal Kostrzewa -- To unsu

Re: Sending a file with HTTP Request doubt

2002-12-17 Thread Michal Kostrzewa
. If you don't know and can't find the answers don't hesitate to ask (but I may be unreachable today) best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Sending a file with HTTP Request doubt

2002-12-17 Thread Michal Kostrzewa
thanks. best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Problems setting up remotely..

2002-12-17 Thread Michal Kostrzewa
hings and then in the same console launch rmiregistry. hope this helps best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Assertion Results bug?

2002-12-17 Thread Michal Kostrzewa
Thanks, but I didn't receive it (probably the list cut it off). Please send it directly to my email address. best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Sending a file with HTTP Request doubt

2002-12-17 Thread Michal Kostrzewa
nything). Also you may want try to do it by yourself (source code is available). Please tell me what you decided. best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Assertion Results bug?

2002-12-13 Thread Michal Kostrzewa
Could you please send us the minimal html file where problem occurs (if not *very* big :)) and the test file? It'll help us to see and to debug the problem. best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: A Counter within a Loop controller?

2002-12-13 Thread Michal Kostrzewa
You will have to provide exact starting value and keep numbering consistent. And what if you want next requests outside the loop - implementing counter in loop controller won't suffice. If I am right, my advice is to parse this number from previous request (__regex or link modifier) Does it

Re: A Counter within a Loop controller?

2002-12-13 Thread Michal Kostrzewa
You will have to provide exact starting value and keep numbering consistent. And what if you want next requests outside the loop - implementing counter in loop controller won't suffice. If I am right, my advice is to parse this number from previous request (__regex or link modifier) Does it

Re: Reusing the result of a regex in the same request

2002-12-12 Thread Michal Kostrzewa
> > HTTP Request > param1 ${__regexFunction(some(value),$1$,RAND,,,var1)} > param2 ${var1} > Please use ${var1_g1} as param2. Hovewer I've never used it in such way - I used previously parsed value in next requests. best regards Michal Kostrzewa -- To

Re: Is it possible to pass values between two functions?

2002-12-04 Thread Michal Kostrzewa
One more hint: perhaps it's related to bug 12220 ? http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12220 Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Is it possible to pass values between two functions?

2002-12-04 Thread Michal Kostrzewa
o I've tried to look into the code but no success so far (but it's very late at night right now :-) best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: HTTP push model

2002-12-03 Thread Michal Kostrzewa
nt. You may want to implement it by yourself :-) extending jMeter is not such difficult (quite clean design, documentation and devel maillist) best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: problem with _regexFunction

2002-11-18 Thread Michal Kostrzewa
don't know if you finally got response from Mike Stover, but It's possible he won't respond quickly. I talked to him recently and he said he has some important, personal matters which don't allow him to work on jMeter. best regards Michal Kostrzewa -- To unsubscribe, e-

Re: Mussing Icons?

2002-11-12 Thread Michal Kostrzewa
Hi I have the same symptom - ugly default icons which don't help recognizing the type of component. I am all for improving that that :-) best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:jmeter-user-unsubscribe@;jakarta.apache.org> For additional comma

Re: Where to use regex?

2002-11-12 Thread Michal Kostrzewa
or example you can call that function instead of value of parameter of next request. If you give a name to regex function you can use this parsed value in subsequent requests. best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-

Re: Parser?

2002-11-07 Thread Michal Kostrzewa
ngs from Poland ;-) Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Trouble with Downloading File

2002-10-21 Thread Michal Kostrzewa
> and I do not know how to handle to save "v" file in this case.Please help Do you suggest, that the content of this file is not received by jMeter? Or do you want jMeter to save it on disk? Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:jmeter-user-unsubscribe@;jakarta

Re: Trouble with Downloading File

2002-10-21 Thread Michal Kostrzewa
le? What about v? v is a part of you path, isn't it? best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:jmeter-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:jmeter-user-help@;jakarta.apache.org>

Re: Trouble with User Parameters

2002-10-21 Thread Michal Kostrzewa
t add parameter to your request (at least you didn't mention about this) In your sampler, please add parameter "login" containing value ${login} Then it should work. best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:jmeter-user-unsubscribe@;jakarta.ap

Re: Function in Jmeter

2002-10-21 Thread Michal Kostrzewa
ent way (probably better, because you know jMeter very good, better than I do). If you have some tasks to share with me, I'll appreciate if you tell me. I declare I have some free time (at nights :-)), I'm quite comfortable with jMeter's code and I very like this project. best regard

Re: Function in Jmeter

2002-10-21 Thread Michal Kostrzewa
n and everything is explained (_g1 and so..) I was blind or the docs were upgraded recently (thank you Mike Stover) best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:jmeter-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:jmeter-user-help@;jakarta.apache.org>

Re: Function in Jmeter

2002-10-21 Thread Michal Kostrzewa
} (for further reference check in this mailng list archive and if that fails, ask on this list) best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:jmeter-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:jmeter-user-help@;jakarta.apache.org>

Re: Can't start JMeter 1.8: UnsupportedClassVersionError

2002-10-20 Thread Michal Kostrzewa
e many jvms on your system so it shouldn't be a problem. best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:jmeter-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:jmeter-user-help@;jakarta.apache.org>

Re: JMeter: How to visualize results

2002-10-18 Thread Michal Kostrzewa
nd every visualizer tries to do it on it's own I suppose (That's why I did DB logging, which I hope will be available in next week) best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Problems running JMeter in Nongui under Redhat Linux 7.0

2002-10-18 Thread Michal Kostrzewa
hink there are some posts on this mailing list concerning this topic, perhaps you can find some more info about this... best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:jmeter-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:jmeter-user-help@;jakarta.apache.org>

Re: hour

2002-10-17 Thread Michal Kostrzewa
this is easy, but I don't know what do you want: timestamp on the visualizers or timestamp in logs (already present) best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Distributed testing

2002-10-17 Thread Michal Kostrzewa
more pain > when distributing the test on multiple machines and scheduling it to > run later. You've just said the solution (remote cron) You may want to browse bugzilla's databases for enhancements and see if somebody already did such proposal. If not, you may want to add it by

Re: Distributed testing

2002-10-16 Thread Michal Kostrzewa
eters you must have one controller jmeter run in GUI mode. regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: OutOfMemoryError during test perf

2002-10-16 Thread Michal Kostrzewa
for temporary sampleresults and creating many strings from it (as I said in previous mail about gcollector). I encountered this problem yesterday = many threads + complicated scenario + fairy long responses + even no logging at all = OutOfMemory error. Increasing -Xmx helped regards Michal

Re: Database logging and log integration idea [implementation que stion]

2002-10-16 Thread Michal Kostrzewa
many methods for generating whatewer you like from xml. But 1) it can be time/memory consuming process 2)it's always off line (after doing the test) 3) I cannot imagine excel searching something in 2GB of samples I've collected last night... :-) regards Michal Kostrzewa -- To unsubscr

Re: OutOfMemoryError during test perf

2002-10-16 Thread Michal Kostrzewa
GUI where you can order servers to run... How can you run test on servers without GUI? When not using remote testing I always use non-GUI mode for load testing. best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: jMeter performance, garbage collector - related problem

2002-10-16 Thread Michal Kostrzewa
as an input. What do you think about it? Can object pool be successful approach in this case? Or I'm missing something? best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Connection timed out !!!

2002-10-16 Thread Michal Kostrzewa
problems may be present. Good point, I can say more - I remember I have encounter problems with 1.4.0 which have gone when I switched to 1.4.1 :-) Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: OutOfMemoryError during test perf

2002-10-16 Thread Michal Kostrzewa
me to run even 60 threads... please edit you jmeter.bat (windows) or jmeter (linux) and make something like: java -Xmx128mb -Xincgc and so on. It will allow JVM to allocate more memory. best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For addit

Re: Database logging and log integration idea [implementation que stion]

2002-10-16 Thread Michal Kostrzewa
e may me several assertion results, one sample can have some subsamples... there is no problem for DB but CSV has flat structure best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Database logging and log integration idea [implementation que stion]

2002-10-15 Thread Michal Kostrzewa
, I'm having some small troubles with viewers. Please stay tuned :-) best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

jMeter performance, garbage collector - related problem

2002-10-15 Thread Michal Kostrzewa
ng something wrong? Can somebody confirm this? Is there a way to workaround this? Does jMeter have to create so much small objects? looking forward for any comments best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Database logging and log integration idea [implementation question]

2002-10-15 Thread Michal Kostrzewa
standard TableViewer and change only tablemodel there. In my solution you configure JDBC and logging in DBResultCollector not using any ConfigTestElements. I'll really appreciate any comments on this and I can redesign it if it will be neccessary. best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: HTTP URL Re-writing Modifier gets the wrong session id

2002-10-15 Thread Michal Kostrzewa
+ "=([^\">& \n\r]*)[& \\n\\r\">]?$?") This case is quite typical, despite it's javascript. From jmeters point of view it's just simple link best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: HTTP URL Re-writing Modifier gets the wrong session id

2002-10-15 Thread Michal Kostrzewa
x27;t change sources of tested application), I can try doing a patch for you which will be dealing with both ' and " marks. To Mike Stover: will you accept such improvement? (I'm not sure which mark is are correct from HTML standard's point of view? perhaps both?) best regar

Re: HTTP URL Re-writing Modifier in the nonGUI [PATCH]

2002-10-15 Thread Michal Kostrzewa
haps more elegant way than I've done that). But in case you don't have cvs I'm sending my version of this. best regards Michal Kostrzewa package org.apache.jmeter.protocol.http.modifier; import java.io.Serializable; import junit.framework.TestCase; import org.apache.jmeter

Re: Exception in HTTP request

2002-10-15 Thread Michal Kostrzewa
> > http://13.202.220.44:2828/aksonce.jsp > Query Data: action=search&stringDomains=Test&expression=toto > java.io.FileNotFoundException: http://13.202.220.44:2828/aksonce.jsp Just thinking... Are you sure you want to sample aksonce.jsp instead of askonce.jsp ? best regards Michał

Re: Multiple Thread Groups

2002-10-15 Thread Michal Kostrzewa
> > I´d like to know if its possible to run multiple thread groups at the same > time. Of course you can (at least it works for me :)) Just place other thread group and select non-zero in "number of threads" field best regards Michal Kostrzewa -- To unsubscribe

Re: HTTP User Parameter Modifier

2002-10-14 Thread Michal Kostrzewa
d${password} I'm afraid you're using this in wrong way. Please instead create following parameters in your HTTP Request: Namvalue user_id* password * best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: HTTP URL Re-writing Modifier in the nonGUI [PATCH]

2002-10-14 Thread Michal Kostrzewa
ailure) story. To Michael Stover again :) It may be that my patch contains some formatting caused by my IDE. Sorry about this hope that helps and best regards Michal Kostrzewa Index: URLRewritingModifier.java === RCS file: /h

Re: Pb with login and password...

2002-10-13 Thread Michal Kostrzewa
Hello, > > But I've a new problem with my application. In fact I try to post a login: > > password val=*** > username val=***. from this page http://192.15.15.65:2011/STT/Login to > > http://192.15.15.65:2011/STT/Login?Langue=Anglais, but I can't have this > target page. I can recomend you netwo

Re: using regexfunction

2002-10-08 Thread Michal Kostrzewa
le. Sorry if I didn't explain what I mean correctly. regards, Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: using regexfunction

2002-10-08 Thread Michal Kostrzewa
simplest test as I did? BTW Im using cvs build of jmeter, java 1.4.0 on linux, what do you run? regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: using regexfunction

2002-10-08 Thread Michal Kostrzewa
Hi Raphael > ${__regexFunction(assign+name%3D%22session_id%22+expr%3D%22%28.*%29,%241%24 >,RAND,,,getID)} > > if i use that function during the third hit, it works fine. > Do you use $__regex or ${getID_g1} in third request? Do you suggest that jmeter remembers $getID up to third request and for

Re: newbie needs help with adding new sampler

2002-10-07 Thread Michal Kostrzewa
ribing the latest CVS version (or nightly build) of jmeter. I didn't use the release you mentioned. Latest versions compile and run succesfully with jdk 1.4.1 linux/win2k (no problems, I've tested it) best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Pb with my port:80

2002-10-07 Thread Michal Kostrzewa
> I've just a question. I'm testing my own application with Jmeter and I use > the listener "View results Tree". The request data is: > https://momo.toto.com :80/.. > > I'd like to know why Jmeter add the port 80 and is there any solution to > remove it. Well, I think your problem is not in

Re: Current status of hidden fields support

2002-10-05 Thread Michal Kostrzewa
Hi Denis, Thank you, I have discovered functions recently, and they are very powerful indeed. The more I use JMeter the more I love it. best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Pb with Aggregate report and View result in Table

2002-10-05 Thread Michal Kostrzewa
does it right (both Aggregate Report and View result in Table) best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Nightly Build Trouble - can not get it to build !

2002-10-03 Thread Michal Kostrzewa
an and fresh win and java instalation done only for jmeter). best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Current status of hidden fields support

2002-10-03 Thread Michal Kostrzewa
AIL PROTECTED] yesterday. Perhaps I have to wait a little to see this in archive. Again: big thanks and best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Current status of hidden fields support

2002-10-03 Thread Michal Kostrzewa
Hi Amir, Thank you very much for (very) quick response. > Are the values of these hidden fields static? Can't you populate them ahead Please forgive me, but I think I don't quite understand this :(. I said, that filelds' values are generated by the server. They can be anything. I want to inclu

Current status of hidden fields support

2002-10-03 Thread Michal Kostrzewa
Greettings to everybody, I'm new to list I'd like to know what is the current status of such simple problem: The first HTTP Request results with form and some generated hidden fields on it. Pressing submit sends this fields to server. I want to simulate this with JMeter. Sounds trivial, but I d