Re: Setting up and configuring Jmeter2.3.4 for Distributed Testing

2009-09-10 Thread socio_pal
is in a cluster, I need to send like 5000 requests/sec. Can this also be acheived by using multiple independent Jmeter instances? sebb-2-2 wrote: > > On 10/09/2009, socio_pal wrote: >> >> Hi: >> I need to use Jmeter for Load testing. I need to send like 1200 requests

Setting up and configuring Jmeter2.3.4 for Distributed Testing

2009-09-10 Thread socio_pal
Hi: I need to use Jmeter for Load testing. I need to send like 1200 requests per second to my application. So, I have decided to use Distributed testing. Have installed Jmeter 2.3.4 and have configured it in such a way that I have 1 client and 2 servers. Following are my questions: 1. I read som

Re: Listeners to be used for Distributed Testing

2009-09-09 Thread socio_pal
, where should i have the scripts and data files stored. How can I let the jmeter know of their location? Please let me know. Thanks, Ramya sebb-2-2 wrote: > > On 02/09/2009, socio_pal wrote: >> >> Hi: >> I would be using Jmeter for Distributed Testing and sending HTT

Listeners to be used for Distributed Testing

2009-09-02 Thread socio_pal
Hi: I would be using Jmeter for Distributed Testing and sending HTTP requests to the Application Under Test. I need to generate a lot of load to stress the application, eg., 1000 transactions/sec. And hence prefer to run Jmeter in such a way that it does not take too much of memory. Any suggestion

Java Version to be used for Distributed testing

2009-09-02 Thread socio_pal
Hi: I tried the Master/Slave configuration on Jmeter2.3.4 using JDK 1.6 and it worked. Not sure if this would work on JDK 1.5. Has anyone tried using Jmeter for Distributed testing with JDK 1.5? If so, did it work or would I be missing something if I use JDK 1.5 vs JDK 1.6 Please let me know. Th

Re: Unable to do remote testing

2009-09-02 Thread socio_pal
Hi Chintan: I am currently trying to use Jmeter for distributed testing and after some reading and research on this forum, I followed the steps below and it worked. I am using Jmeter 2.3.4 and Java 1.6: Server side: 1. Set your CLASSPATH variables as shown below: set JMETER_HOME= eg., set JMETE

Jmeter version

2009-08-28 Thread socio_pal
Hi: I need to use Jmeter for Remote Distributed Testing. Can anyone tell me which version is more opt for this2.3.2 or 2.3.4? Thanks, Ramya -- View this message in context: http://www.nabble.com/Jmeter-version-tp25192170p25192170.html Sent from the JMeter - User mailing list archive at Nabb

__CSVRead Function

2008-04-24 Thread socio_pal
Hi; I have 3 CSV files in my Jmeter bin directory. One of the files have like 16 columns with info like Mobile Number, Address, CIty, State The other ones just have different mobile numbers. Now I have defined these in the UserParameter as: failNum${__CSVRead(failure_num.csv,0)} addre

Re: Xpath Extractor

2008-04-10 Thread socio_pal
Could I please get some info on this. I would appreciate it if I have a solution for this today. Thanks socio_pal wrote: > > Hi: > I am trying to extract few values from my XML response and validate them > later. Guess, Xpath Extractor would be an apt component to use. But the >

Xpath Extractor

2008-04-09 Thread socio_pal
Hi: I am trying to extract few values from my XML response and validate them later. Guess, Xpath Extractor would be an apt component to use. But the Jmeter manual does not have enough info on that. What exactly should this component be added? Is it after my Reponse Assertion? I would basically b

Re: FTP Request Component in Jmeter

2008-04-09 Thread socio_pal
Thanks, it works now. I added the View Result Tree and it gave me the following error Response message: java.io.FileNotFoundException. The problem was that I didnt include the file extension with the file name. sebb-2-2 wrote: > > On 09/04/2008, socio_pal <[EMAIL PROTECTED]> wrot

FTP Request Component in Jmeter

2008-04-09 Thread socio_pal
Hi: I have a jmeter Test plan where in I need to keep updating the response files at the backend before running each testcase. I am trying to use FTP request before each testcase, but it doesn't seem to work. I have the response files on my local m/c. I give the following info in the FTP Request:

Finding the total number of threads running

2006-12-12 Thread socio_pal
Hi: I am running 3 instances of Jmeter-server and the thread group in my testplan is configured to run 100 threads. So, when I start the remote testing, I believe that each instance runs 100 threads. But I don;t see this number in the Jmeter GUI. I just see the green signal on the top right corner

2 jmeter server instances on the same server

2006-12-12 Thread socio_pal
Hi: I need to run 4-5 Jmeter server instances simultaneously to load test my Oracle Database. But we are running short of servers to install Jmeter. I have already installed jmeter on 3 of our machines. Now, is it possible to have 2 instances of Jmeter server running on the same "unix" machine? An

RE: Simple question but no answer

2006-12-12 Thread socio_pal
lution, but would it be possible to > simultaneously run the tests from the jmeter servers without controlling > them from your client? You would need to combine the listener results > and log files together from the two machines, but at least it would be > easy to use two different csv files. &g

Simple question but no answer

2006-12-11 Thread socio_pal
Hi: I have a client and 2 jmeter servers. If i want to use different csv files for each instance of jmeter, is there any way to mention it, before I start the servers. As of now, the servers seem to use the data file that I have configured in the client't Subscriber Data config sampler. But is th

Its urgent, help needed on using CSV file

2006-12-11 Thread socio_pal
Hi: I have a client and 2 jmeter servers. If i want to use different csv files for each instance of jmeter, is there any way to mention it, before I start the servers. Thanks -- View this message in context: http://www.nabble.com/Its-urgent%2C-help-needed-on-using-CSV-file-tf2795418.html#a7798

Running Remote tests in Non-GUI mode

2006-12-11 Thread socio_pal
Hi: I need help in doing remote testing in Non-gui mode. Is there any good article on the set of commands that would be helpful. I also need to know if its possible to specify the CSV data file as an argument, while starting the remote hosts. Please help and its urgent. -- View this message in co

Using different CSV files for different Jmeter instances

2006-12-11 Thread socio_pal
Hi: If I want to use different CSV data files for different instances, then should it be enough to just put the files in the same directory as the testplan or do i have mention it in each instance's test paln's Data configuration sampler? Or is there any other way to indicate the Jmeter servers t

Can I use the same CSV file for all my Jmeter instances

2006-12-08 Thread socio_pal
Hi: For my DB Performance testing, I have a client and 2 jmeter servers running 30 threads each. If I have just one CSV file for both the instances, can someone tell me how the threads will read the file? For eg., will the thread 1 of instance A read row1 of xyz.csv file and thread 1 of instance

running jmeter-server gives errors

2006-12-08 Thread socio_pal
Hi: I am doing remote testing on the oracle database server. I have a jmeter client and 2 jmeter-servers all on the same subnet. When I run the jmeterservers separately I don't get any errors, even though the numbers beside the green light remains zero during the test run(I have configured the cli

Re: Getting exceptions during remote testing

2006-12-08 Thread socio_pal
Hi: I need some help with the issue below. Could someone give me an answer. Thanks socio_pal wrote: > > Hi: > I using mutliple instances of Jmeter and doing a Remote Test on my > database server. I have 3 questions about this: > > 1. Will the Thread Group configuration in m

Getting exceptions during remote testing

2006-12-07 Thread socio_pal
Hi: I using mutliple instances of Jmeter and doing a Remote Test on my database server. I have 3 questions about this: 1. Will the Thread Group configuration in my Jmeter Client be applciable to the Jmeter servers as well? For eg., I have the thread Group of the client configured to run 30 thread

Putting enough load on Database server

2006-12-06 Thread socio_pal
Hi: Is there any way to make use of Max. number of Processes and Sessions that my Database is configured to, without increasing the number of threads. I tried to increase the Max. number of Connections that doesn't seem to affect the Number of Sessions used that much. If I try to increase the numb

Re: Exceptions during the DB Performance Test

2006-12-05 Thread socio_pal
ong as enough connections are returned to the pool in time, you > won't necessarily need as many as 1 per thread. But of course some > threads may wait to get a connection. > > Try increasing the connection count. > > S. > On 05/12/06, socio_pal <[EMAIL PROTECTED]&

Re: Exceptions during the DB Performance Test

2006-12-05 Thread socio_pal
ebb-2 wrote: > > The log message suggests that you have run out of connections. > > How many did you confgure? And how many threads are you running? > > > On 05/12/06, socio_pal <[EMAIL PROTECTED]> wrote: >> >> Hi: >> I get the following Error whil

Remote Testing

2006-12-05 Thread socio_pal
Hi: I am doing the Database Performance Test and I would like to do Remote Testing. I was reading the Jmeter Manual for Remote testing and I was not able to understand the following statement: "The recommended approach is to have one or more machines on the same Ethernet segment as your applicati

Exceptions during the DB Performance Test

2006-12-05 Thread socio_pal
Hi: I get the following Error while running the Database Performance test scripts. And the error % is really high because of this issue. Please do explain why this is happening and how it can be fixed. I don't get this error when I run the test with 1 thread, but as I keep increasing the number o

response time calculation

2006-11-30 Thread socio_pal
Hi: while running a performance test in Jmeter, is there a way to find out the response time for each JDBC sampler that I use in the script? I have added the Aggregate Graph listener, is the MIN and MAX values the response time? If so, are they in milliseconds? Please explain as I couldn't find a

Errors in the log during Performance Testing

2006-11-27 Thread socio_pal
Hi: I get the following 2 Errors while running the Database Performance test scripts. And the error % is really high because of these 2 issues. Please do explain why this is happening and how it can be fixed. My csv file looks fine and the test passes if i just use 100 or 1000 samples. But when I

Re: Calculating the values for Ramp Up Period

2006-11-21 Thread socio_pal
Hi: Yes, I have set the "Recycle on EOF" to false already. I have see which combination works fine for me. No Clue at the moment :-( Thanks sebb-2 wrote: > > On 21/11/06, socio_pal <[EMAIL PROTECTED]> wrote: >> >> Hi: >> >> My test plan looks like

Calculating the values for Ramp Up Period

2006-11-21 Thread socio_pal
Hi: My test plan looks like the one below: Thread Group JDBC Connection Configuration CSV Data File IF Controller (If variable != EOF) Transaction Controller JDBC Request1 JDBC Request2 JDBC Request3 JDBC Request4 Si

Query Type for an Insert Statement

2006-11-17 Thread socio_pal
Hi: I see that the drop down list for the "Query Type" field has only Select, Update, Callable and Edit options. I would like to use an "Insert Statement" as the query. Will the option "update" hold good for an Insert query? I tried to use edit, but not sure what should be entered in the ${} patte

Making the best use of CSV files

2006-11-17 Thread socio_pal
Hi: I am doing a DB performance test and my test plan looks like the following: Thread group JDBC Connection Configuration Simple Controller1 Data File 1 (Containing variables firstname, lastname, employee_no) SQL1 (JDBC Request Sampler) Simple Contro

Re: Using Jmeter for Oracle Database performance testing

2006-11-13 Thread socio_pal
y > be this can help you. > http://jakarta.apache.org/jmeter/usermanual/ > > Good luck. > > > > > socio_pal <[EMAIL PROTECTED]> > 11/10/2006 11:40 AM > Please respond to > "JMeter Users List" > > > To > jmeter

Using Jmeter for Oracle Database performance testing

2006-11-10 Thread socio_pal
Hi: I have used jmeter to do functional testing on our application. I've just used like 20% of features offered by Jmeter. Now I will be doing a DB Performance testing using this tool. And I have no clue of how I have to start. I searched for some articles to get some info on this, but could only