Re: declare sample_variables in the testplan

2010-11-08 Thread Deepak Shetty
what are you trying to do? I usually change this from ANT while invoking the test .. ... regards deepak On Mon, Nov 8, 2010 at 12:28 PM, thanh nguyen wrote: > Hi all, > > The sample_va

Re: declare sample_variables in the testplan

2010-11-08 Thread sebb
On 8 November 2010 20:28, thanh nguyen wrote: > Hi all, > > The sample_variables is currently set in the jmeter.properties file. Is > there a way to set it in the testplan? I don't think so, but you can define it in user.properties or on the command-line. You might possibly be able to use the h

Re: Successive calls to __StringFromFile return the same value

2010-11-08 Thread sebb
On 8 November 2010 20:10, Andrei Ghimus wrote: > On Mon, Nov 8, 2010 at 9:00 PM, sebb wrote: >> On 8 November 2010 19:52, Andrei Ghimus wrote: >>> Good day! >>> >>> I'm calling >>> word1=${__StringFromFile(query.txt)} word2=${__StringFromFile(query.txt)} >>> and I expect ${word1} and ${word2} to

Re: jakarta-jmeter-2.4 >> ant package >> BUILD FAILED

2010-11-08 Thread sebb
On 9 November 2010 01:21, Viatcheslav Kochepasov wrote: >>> Does it mean there are some extra dependencies beside those jars in >>> jakarta-jmeter-2.4.zip ? >> >> Yes. There are some dependencies that are only needed at compile time. >> >> The bcmail jars are optional at run-time, which is why the

Re: jakarta-jmeter-2.4 >> ant package >> BUILD FAILED

2010-11-08 Thread Viatcheslav Kochepasov
>> Does it mean there are some extra dependencies beside those jars in >> jakarta-jmeter-2.4.zip ? > > Yes. There are some dependencies that are only needed at compile time. > > The bcmail jars are optional at run-time, which is why they are not in > the binary archive. Here we back to initial poi

Re: constant throughput timer and response time

2010-11-08 Thread Toni Menendez Lopez
Look Andrei, I have following scenario : Figure1.png and Figure2.png With to scenarios 1st ) with average response time of 9 mseg 2nd ) with average of 100mseg The 1st case : Figure3.png, I am able to manage the 100reqxsec as is specified in the constant throughput timer, but 2nd case ) Figure4.

Re: constant throughput timer and response time

2010-11-08 Thread Andrei Ghimus
Toni, The Constant Throughput Timer will NOT affect the response time of your requests. It will, however, introduce a variable delay between samples, in order to limit your Actions Per Minute to the specified value. On Mon, Nov 8, 2010 at 10:21 PM, Toni Menendez Lopez wrote: >  Hello everybody,

constant throughput timer and response time

2010-11-08 Thread Toni Menendez Lopez
Hello everybody, Is there any way I can check relation between constant throughput timer and response time in requests. The thing is that in my application has a response time of 80mseg and jmeter is not able to follow the throghput I set up in the constant throughput timer ! Can anyone explain

declare sample_variables in the testplan

2010-11-08 Thread thanh nguyen
Hi all, The sample_variables is currently set in the jmeter.properties file. Is there a way to set it in the testplan? Thank you Thanh

Re: Successive calls to __StringFromFile return the same value

2010-11-08 Thread Andrei Ghimus
On Mon, Nov 8, 2010 at 9:00 PM, sebb wrote: > On 8 November 2010 19:52, Andrei Ghimus wrote: >> Good day! >> >> I'm calling >> word1=${__StringFromFile(query.txt)} word2=${__StringFromFile(query.txt)} >> and I expect ${word1} and ${word2} to have different values >> (specifically, ${word2} to get

Re: Successive calls to __StringFromFile return the same value

2010-11-08 Thread sebb
On 8 November 2010 19:52, Andrei Ghimus wrote: > Good day! > > I'm calling > word1=${__StringFromFile(query.txt)} word2=${__StringFromFile(query.txt)} > and I expect ${word1} and ${word2} to have different values > (specifically, ${word2} to get the value from the following line). > This does not

Successive calls to __StringFromFile return the same value

2010-11-08 Thread Andrei Ghimus
Good day! I'm calling word1=${__StringFromFile(query.txt)} word2=${__StringFromFile(query.txt)} and I expect ${word1} and ${word2} to have different values (specifically, ${word2} to get the value from the following line). This does not happen i.e. ${word1} and ${word2} have the same value. Any i

Re: jakarta-jmeter-2.4 >> ant package >> BUILD FAILED

2010-11-08 Thread sebb
On 8 November 2010 19:25, Viatcheslav Kochepasov wrote: >>>      [get] Error getting >>> http://repo2.maven.org/maven2/org/bouncycastle/bcmail- >>> jdk15/1.45//bcmail-jdk15-1.45.jar to >>> T:\jakarta-jmeter-2.4\build\bcmail-jdk15-1. >>> 45.jar >> >> That works for me. >> >> What version of Ant a

Re: jakarta-jmeter-2.4 >> ant package >> BUILD FAILED

2010-11-08 Thread Viatcheslav Kochepasov
>> [get] Error getting >> http://repo2.maven.org/maven2/org/bouncycastle/bcmail- >> jdk15/1.45//bcmail-jdk15-1.45.jar to >> T:\jakarta-jmeter-2.4\build\bcmail-jdk15-1. >> 45.jar > > That works for me. > > What version of Ant are you using? > Java version? Apache Ant version 1.8.1 compiled o

Re: jakarta-jmeter-2.4 >> ant package >> BUILD FAILED

2010-11-08 Thread sebb
On 8 November 2010 18:11, Viatcheslav Kochepasov wrote: > Build steps > > #1. Unpack source and binary archives (distributions) > > T:\>ls > jakarta-jmeter-2.4.zip  jakarta-jmeter-2.4_src.zip > T:\>unzip jakarta-jmeter-2.4_src.zip >  inflating: jakarta- > ... >  inflating

Re: jakarta-jmeter-2.4 >> ant package >> BUILD FAILED

2010-11-08 Thread Viatcheslav Kochepasov
Build steps #1. Unpack source and binary archives (distributions) T:\>ls jakarta-jmeter-2.4.zip jakarta-jmeter-2.4_src.zip T:\>unzip jakarta-jmeter-2.4_src.zip inflating: jakarta- ... inflating: jakarta-jmeter-2.4/xdocs/usermanual/junitsampler_tutorial.sxw T:\>unzip -

Re: Issue with cookies / cookiemanager

2010-11-08 Thread sebb
On 8 November 2010 16:53, AlexAitch wrote: > > Let me begin by saying I am a novice with JMeter, but have done a fair amount > of reading / searching around to try and find an answer to this question... > to no avail! > > My webapp is working, and I can get Jmeter to do a test on the 3 functions >

Re: BeanShell Listener results

2010-11-08 Thread sebb
2010/11/8 Anupindi, Satish : > > OK. With the below settings in the property file, I get a file called > "Results_UDB" in the configured folder, but the file is empty. That is, > None of the print statements that I see in the stdout (command window) are > in this file. Any suggstions? As Deepak wr

Re: jakarta-jmeter-2.4 >> ant package >> BUILD FAILED

2010-11-08 Thread sebb
On 8 November 2010 16:54, Viatcheslav Kochepasov wrote: > 1) point regarding http://jakarta.apache.org/jmeter/building.html page. > > From my view of fresh new commer it looks quite strange that binary > DESTIBUTION zip is reccomended to merge in source (to get > dependencies). That is why I got c

Re: jakarta-jmeter-2.4 >> ant package >> BUILD FAILED

2010-11-08 Thread Viatcheslav Kochepasov
1) point regarding http://jakarta.apache.org/jmeter/building.html page. >From my view of fresh new commer it looks quite strange that binary DESTIBUTION zip is reccomended to merge in source (to get dependencies). That is why I got confused with "the binary archive for a release". Did not realized

Issue with cookies / cookiemanager

2010-11-08 Thread AlexAitch
Let me begin by saying I am a novice with JMeter, but have done a fair amount of reading / searching around to try and find an answer to this question... to no avail! My webapp is working, and I can get Jmeter to do a test on the 3 functions my web app performs. However, I am having issues with t

Re: BeanShell Listener results

2010-11-08 Thread Anupindi, Satish
OK. With the below settings in the property file, I get a file called "Results_UDB" in the configured folder, but the file is empty. That is, None of the print statements that I see in the stdout (command window) are in this file. Any suggstions? log_level.org.apache.jmeter.visualizers=DEBUG log

Re: jakarta-jmeter-2.4 >> ant package >> BUILD FAILED

2010-11-08 Thread sebb
On 8 November 2010 14:58, Viatcheslav Kochepasov wrote: > Hi all, > > I am new to this project and very frustrated that > jakarta-jmeter-2.4_src.zip does "BUILD FAILED" on > \> ant package > command with misleading message ".\jakarta-jmeter-2.4\lib\api does not exist." > I realise that the project

Re: BeanShell Listener results

2010-11-08 Thread sebb
On 8 November 2010 14:50, Anupindi, Satish wrote: > > Hi, > I'm sorry - I just don't get it in the link you provided. I'd like to > configure an output file\log file only for the BeanShell Listener. Looks > like we could configure a separate log file for different classes - but I > cannot see a cl

Re: Looping Test Plan

2010-11-08 Thread sebb
On 8 November 2010 13:57, Felix Frank wrote: > On 11/08/2010 02:47 PM, cal0y wrote: >> >> Good Day, >> >> Is there a way of looping my Jmeter test plan where the next iterations of >> the test plan will load only when all the threads of the previous test plan >> have finished? >> >> Thanks >> -Cal

jakarta-jmeter-2.4 >> ant package >> BUILD FAILED

2010-11-08 Thread Viatcheslav Kochepasov
Hi all, I am new to this project and very frustrated that jakarta-jmeter-2.4_src.zip does "BUILD FAILED" on \> ant package command with misleading message ".\jakarta-jmeter-2.4\lib\api does not exist." I realise that the project has dependencies, but found no info in documentation. As suggested on

Re: BeanShell Listener results

2010-11-08 Thread Anupindi, Satish
Hi, I'm sorry - I just don't get it in the link you provided. I'd like to configure an output file\log file only for the BeanShell Listener. Looks like we could configure a separate log file for different classes - but I cannot see a class for the Listeners.. . Am I even in the right place? Than

Re: Looping Test Plan

2010-11-08 Thread Felix Frank
On 11/08/2010 02:47 PM, cal0y wrote: > > Good Day, > > Is there a way of looping my Jmeter test plan where the next iterations of > the test plan will load only when all the threads of the previous test plan > have finished? > > Thanks > -Caloy Hi, this Timer may be of help: http://jakarta.apa

Looping Test Plan

2010-11-08 Thread cal0y
Good Day, Is there a way of looping my Jmeter test plan where the next iterations of the test plan will load only when all the threads of the previous test plan have finished? Thanks -Caloy -- View this message in context: http://jmeter.512774.n5.nabble.com/Looping-Test-Plan-tp3255070p3255070.

Re: prevent POST encode in jmeter

2010-11-08 Thread Adrian Speteanu
hello, is jmeter POST request being encoded (in request tab of view results tree)? it's not very clear from your mail, my understanding is that the "later" response returns encoded. if jmeter sends the request as you have pasted it bellow, when you POST the data initially, then it means that the

Re: JMETER - how to pass STATE COOKIE

2010-11-08 Thread Deepak Shetty
How is the state cookie being set? If it set on the HTTP response with a set-cookie header then the cookie manager should have worked (Compare the request/response in the browser when the cookie is set v/s Jmeter using View results tree). If the cookie is set using Javascript then you have no opti

JMETER - how to pass STATE COOKIE

2010-11-08 Thread Deviran
Hi, In my web application, in a particular page there is a table which has many rows. By default the table will list few no. of rows. To see the next set of entries, have to click a navigation button, which is sent as a Ajax request. During the GET request, a STATE COOKIE is along with. In JME

Re: VU Meter always shows 0/0 using remote testing

2010-11-08 Thread sebb
)n 8 November 2010 10:39, denis boutin wrote: > Hi, > > Using remote testing, I've configured a controller (jmeter.bat) and a server > (jmeter-server.bat). However when I click on 'Demarrage distant de tous > (Ctrl + Maj + R)', The vu meter always display 0/0 however it should display > 1/1. Is it

VU Meter always shows 0/0 using remote testing

2010-11-08 Thread denis boutin
Hi, Using remote testing, I've configured a controller (jmeter.bat) and a server (jmeter-server.bat). However when I click on 'Demarrage distant de tous (Ctrl + Maj + R)', The vu meter always display 0/0 however it should display 1/1. Is it a bug in the release 2.4 (r961953) or do I need to s