running thread number

2004-03-29 Thread Tseitlin, Gary
Hello, Is that possible to obtain number of running thread? So then I can use it as column number in _CSVRead() function Thank you Gary

Re: HTTPS request

2004-03-29 Thread Mark Lassau
[EMAIL PROTECTED] wrote: I am having trouble completing HTTPS request with JMeter when recording a script. You cannot record a HTTPS session, because the data is Encrypted! Remember, JMeter is sitting in the middle as a proxy server, and can happily pass encrypted info back and forth. It cann

Re: Tread releated variable

2004-03-29 Thread Craig Palmer
Check out the __CSVRead function in the user manual - you can provide thread specific variables by file. http://jakarta.apache.org/jmeter/usermanual/component_reference.html#__CSVRead Craig. Tseitlin, Gary wrote: Hello everyone, I have script, which I need to run many times simulataneously, how

Tread releated variable

2004-03-29 Thread Tseitlin, Gary
Hello everyone, I have script, which I need to run many times simulataneously, however I need to have different variable for each instance of the script. So number of scripts I can control with number of threads, however how I can read different variable into different thread. Main focus to run all

Re: HTTP URL-Rewriting Modifier

2004-03-29 Thread Michal Kostrzewa
W liście z pon, 29-03-2004, godz. 11:12, Naoko Kitaoka pisze: > > > > Where can I check the SessionArgument Name? (URL rewriting) AFAIK you can't reference the parsed session (if I understand what you mean). URL rewriting is only for modifying requests - it automatically adds the session id pa

Re: HTTP URL-Rewriting Modifier

2004-03-29 Thread Naoko Kitaoka
Where can I check the SessionArgument Name? (URL rewriting) Where can I check the form name? (Link Parser) > Of course, although I read user manual, I need more information. > > I can understand these role,however, I don't know how to use. > What can I do using these modifiers? There is e

Re: HTTP URL-Rewriting Modifier

2004-03-29 Thread Michal Kostrzewa
> Of course, although I read user manual, I need more information. > > I can understand these role,however, I don't know how to use. > What can I do using these modifiers? There is example of test using url rewriting in the docs for download. Basically you attach this element to thread or contro

Re: HTTP URL-Rewriting Modifier

2004-03-29 Thread Naoko Kitaoka
Of course, although I read user manual, I need more information. I can understand these role,however, I don't know how to use. What can I do using these modifiers? * W liście z pon, 29-03-2004, godz. 07:08, Naoko Kitaoka pis

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 regards, Michal Kostrzewa --

Re: Perl and variable usage

2004-03-29 Thread Michal Kostrzewa
Hello, > I need to test a page that needs a session id (let's say: id1). This session > id happens to be stored in the cookie manager table. the thin is that this > id shoud be passed on to the next page with a different name (id2). > How could I extract that info from the cookie table and pass