You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by "Hoffman, Matthew S" <ho...@ctc.com> on 2010/09/16 15:40:17 UTC

JMeter - OSX or Windows7

I am going to be doing some large scale load testing and would like to know if I should use a MAC(OSX Snow Leopard) or Windows 7 machine?  What is preferred and better performing for running large load tests?

Thanks!




------------------------------------------------------------
This message and any files transmitted within are intended
solely for the addressee or its representative and may
contain company sensitive information.  If you are not the
intended recipient, notify the sender immediately and delete
this message.  Publication, reproduction, forwarding, or 
content disclosure is prohibited without the consent of the
original sender and may be unlawful.

Concurrent Technologies Corporation and its Affiliates.
www.ctc.com  1-800-282-4392
------------------------------------------------------------

Re: JMeter Maven Plugin - jdbc tests

Posted by sebb <se...@gmail.com>.
On 16 September 2010 20:02, Evi Battula <sr...@hotmail.com> wrote:
>
> Hi All,
>
>
>
>  Is there any documentation available

The JMeter Maven plugin is a 3rd party product; it is not produced or
supported by the ASF.
I suggest you use a search engine to find the current website and documentation.

>  or anyone had setup Jmeter Maven plugin to run jdbc tests against Oracle database?
>
>
>
> Thanks,
>
> Evi.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


JMeter Maven Plugin - jdbc tests

Posted by Evi Battula <sr...@hotmail.com>.
Hi All,

 

  Is there any documentation available or anyone had setup Jmeter Maven plugin to run jdbc tests against Oracle database?

 

Thanks,

Evi.
 		 	   		  

JMeter Maven Plugin-Running jbdc sampler

Posted by Evi Battula <sr...@hotmail.com>.

Hi,
 
     I am trying to run jdbc sampler using jmeter maven plugin. It is working from jmeter GUI when I add the ojdbc jar in under jmeter\lib\ext directory. 
But showing error ('Error in thread 1', nothing else) when I ran it from command prompt using jmeter maven plugin. I added dependency to ojdbc.jar as bellow.
 
Thanks in advance,
Evi.
 
 
<plugin>
<groupId>org.apache.jmeter</groupId>
<artifactId>maven-jmeter-plugin</artifactId>
<version>1.0</version>
<executions>
<execution>
<id>jmeter-tests</id>
<phase>verify</phase>
<goals>
<goal>jmeter</goal>
</goals>
</execution>
</executions>
<configuration>
<reportDir>${project.build.directory}/jmeter-reports</reportDir>
<srcDir>${project.build.directory}/jmeter/testcases</srcDir>
<jmeterUserProperties>
</jmeterUserProperties>
</configuration>
<dependencies>
<dependency>
<artifactId>${project.artifactId}</artifactId>
<groupId>our-jar</groupId>
<version>${version}</version>
<scope>system</scope>
<systemPath>${project.build.directory}/${project.artifactId}-${version}-jar-with-dependencies.jar</systemPath>
</dependency> 
<dependency>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
<version>1.1.1</version>
</dependency> 
<dependency>
<artifactId>ojdbc6</artifactId>
<groupId>com.oracle</groupId>
<version>11.1.0.7.0</version>
</dependency> 
</dependencies> 
</plugin>
 		 	   		  

Re: JMeter - OSX or Windows7

Posted by Deepak Goel <de...@gmail.com>.
Hey

Namaskara~Nalama~Guten Tag

I guess Windows would be much cheaper for large scale load testing

Deepak
   --
Keigu

Deepak
+91-9765089593
deicool@gmail.com
http://www.simtree.net

Skype: thumsupdeicool
Google talk: deicool
Blog: http://loveandfearless.wordpress.com
Facebook: http://www.facebook.com/deicool

"Contribute to the world, environment and more : http://www.gridrepublic.org
"



On Thu, Sep 16, 2010 at 7:10 PM, Hoffman, Matthew S <ho...@ctc.com>wrote:

> I am going to be doing some large scale load testing and would like to know
> if I should use a MAC(OSX Snow Leopard) or Windows 7 machine?  What is
> preferred and better performing for running large load tests?
>
> Thanks!
>
>
>
>
> ------------------------------------------------------------
> This message and any files transmitted within are intended
> solely for the addressee or its representative and may
> contain company sensitive information.  If you are not the
> intended recipient, notify the sender immediately and delete
> this message.  Publication, reproduction, forwarding, or
> content disclosure is prohibited without the consent of the
> original sender and may be unlawful.
>
> Concurrent Technologies Corporation and its Affiliates.
> www.ctc.com  1-800-282-4392
> ------------------------------------------------------------

Re: JMeter - OSX or Windows7

Posted by sebb <se...@gmail.com>.
On 16 September 2010 14:40, Hoffman, Matthew S <ho...@ctc.com> wrote:
> I am going to be doing some large scale load testing and would like to know if I should use a MAC(OSX Snow Leopard) or Windows 7 machine?  What is preferred and better performing for running large load tests?

AFAIK, the host OS does not make a big difference to JMeter.
However it will of course make a difference when you are setting up
the test environment.

Far more important is the hardware, e.g. network connectivity, CPU, free memory.

Also the JVM may have an impact.

If you are running very large load tests, consider renting hosts e.g.
from Amazon.

Search the mailing lists and see the Wiki for info.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org