We're pleased to announce the release of Apache JMeter 2.3RC3.
Apache JMeter is a Java application designed to load test functional
behavior and measure performance.
See http://jakarta.apache.org/jmeter/
The release can be downloaded from:
http://jakarta.apache.org/site/downloads/downloads_jm
That reminds me: this has been fixed in the latest code - if the
maximum is omitted, it will default to Long.MAX_VALUE.
S.
On 11/07/07, Scott Carr <[EMAIL PROTECTED]> wrote:
Thanks for the example. I found out what the problem is.
If you do not set a Maximum value, the Counter does NOT increme
Thanks for the example. I found out what the problem is.
If you do not set a Maximum value, the Counter does NOT increment.
It will stay at the initial value for each iteration.
sebb wrote:
Using the proxy service to create a test should not make any
difference; it only does what you can do m
Using the proxy service to create a test should not make any
difference; it only does what you can do manually anyway.
I'll send the JMX separately.
S.
On 11/07/07, Scott Carr <[EMAIL PROTECTED]> wrote:
If you want to send directly that's fine. I did create the test using
the Proxy service. S
If you want to send directly that's fine. I did create the test using
the Proxy service. Should that make a difference?
sebb wrote:
If the Counter is a child of the Loop Controller, it should be
incremented for each loop.
Works for me in a simple test - I can send you the JMX privately if
y
Hugh Hunter wrote:
On Wed, 2007-07-11 at 09:30 -0500, Scott Carr wrote:
I am trying to create a task with a counter. A friend I am trying to
show how to use jMeter, tried it first, and I tried it on a different
system. Both are WinXP, with Java 1.6 and jMeter 2.2.
I have setup the counte
If the Counter is a child of the Loop Controller, it should be
incremented for each loop.
Works for me in a simple test - I can send you the JMX privately if you want.
S.
On 11/07/07, Hugh Hunter <[EMAIL PROTECTED]> wrote:
On Wed, 2007-07-11 at 09:30 -0500, Scott Carr wrote:
> I am trying to cr
I think you've tried all you can to get client-server mode working.
You could run in batch (non-GUI) mode, and add a summariser to the
test plan (this can be done via jmeter.properties).
You can write the summariser output to the log and/or standard output.
You can then just watch standard out
On Wed, 2007-07-11 at 09:30 -0500, Scott Carr wrote:
> I am trying to create a task with a counter. A friend I am trying to
> show how to use jMeter, tried it first, and I tried it on a different
> system. Both are WinXP, with Java 1.6 and jMeter 2.2.
>
> I have setup the counter as follows:
>
On Wed, 2007-07-11 at 17:47 +0800, Tracy Zhu wrote:
> hi all,
>
> I hava written a Java Request to connect to Mysql Server(version 4.1) and do
> some operations. I have put the .jar file and its referenced
> mysql-connector-java-5.0.4-bin.jar under lib/ext. but the Java Request
> doesn't work. fol
I have a very slow connection via VPN to a remote jmeter server inside
our corporate firewall. I would like to use this remote server to test
a web server that is in the same proximity to the remote jmeter server.
This will allow me to measure the web server response time without all
the networkin
The JDBC sampler puts the data in the sample result; you could use a
post-processor (e.g. regular expression or perhaps BeanShell) to
extract the bits you want.
Start by having a look at the data retrieved by the JDBC Sampler using
the Tree View Listener.
On 11/07/07, tiffany <[EMAIL PROTECTED]>
I am trying to create a task with a counter. A friend I am trying to
show how to use jMeter, tried it first, and I tried it on a different
system. Both are WinXP, with Java 1.6 and jMeter 2.2.
I have setup the counter as follows:
* Add Contact - Loop Controller
- Load Contacts Page
-
The data that retrieving from database actually is for running the test in
Jmeter. Instead of generating a csv data file manually, we would to automate
this. Does the jdbc sampler work for me in this case??
Thanks,
Tiffany.
Alf Høgemark wrote:
>
> I hope you have considered the existing jdb
The JDBC Sampler saves the reply in the responseData field of the
sample response, but just converts it to a string. You could perhaps
process that with a BeanShell post-processor if your data is regular
enough.
Otherwise, I would suggest creating your own version of the JDBC
sampler and modifyin
I have to save the query result from Mysql into a csv file. besides, i need
to insert more columns into the same csv file. So I planned to add the query
results and other data row by row. Is there other ways I can implement such
function?
Thanks.
On 7/11/07, sebb <[EMAIL PROTECTED]> wrote:
On 1
On 11/07/07, Tracy Zhu <[EMAIL PROTECTED]> wrote:
hi all,
I hava written a Java Request to connect to Mysql Server(version 4.1) and do
some operations. I have put the .jar file and its referenced
mysql-connector-java-5.0.4-bin.jar under lib/ext. but the Java Request
doesn't work. following is in
hi all,
I hava written a Java Request to connect to Mysql Server(version 4.1) and do
some operations. I have put the .jar file and its referenced
mysql-connector-java-5.0.4-bin.jar under lib/ext. but the Java Request
doesn't work. following is information from jmeter.log:
ERROR - jmeter.threads.J
18 matches
Mail list logo