You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Paul Riley <Pa...@reuters.com> on 2008/01/09 10:09:08 UTC

Using JMeter to performance test Unix application servers

Hi, newbie here.
 
I'm currently looking to use JMeter / JUnit as a replacement for our
in-house performance test harness to test an application which is a java
applet front end talking to C++ backend servers running on Unix. The
primary interest is in the performance of the application servers rather
than the applet. Does anyone else out there use it like this, because
everything I've read so far points to JMeter being used for testing /
monitoring webservers. Anyone know of any pitfalls that I should look
out for?
 
Thanks in advance.
 
Paul Riley



This email was sent to you by Reuters, the global news and information company. 
To find out more about Reuters visit www.about.reuters.com

Any views expressed in this message are those of the individual sender, 
except where the sender specifically states them to be the views of Reuters Limited.

Reuters Limited is part of the Reuters Group of companies, of which Reuters Group PLC is the ultimate parent company.
Reuters Group PLC - Registered office address: The Reuters Building, South Colonnade, Canary Wharf, London E14 5EP, United Kingdom
Registered No: 3296375
Registered in England and Wales



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


Re: Using JMeter to performance test Unix application servers

Posted by sebb <se...@gmail.com>.
On 09/01/2008, Paul Riley <Pa...@reuters.com> wrote:
> Hi, newbie here.
>
> I'm currently looking to use JMeter / JUnit as a replacement for our
> in-house performance test harness to test an application which is a java
> applet front end talking to C++ backend servers running on Unix. The
> primary interest is in the performance of the application servers rather
> than the applet. Does anyone else out there use it like this, because
> everything I've read so far points to JMeter being used for testing /
> monitoring webservers.

JMeter was originally developed for HTTP(S), but can also now talk to
other servers using FTP, JMS, JDBC etc.

Additional protocols can be added without needing to rebuild JMeter.
We did this for testing an in-house protocol. Only the sampler needed
to be written; JMeter provides the rest of the framework.

> Anyone know of any pitfalls that I should look
> out for?

The Tree View Listener works best for HTTP protocols, but is usable for others.

JMeter is only designed for request-response protocols.

> Thanks in advance.
>
> Paul Riley
>
>
>
> This email was sent to you by Reuters, the global news and information company.
> To find out more about Reuters visit www.about.reuters.com
>
> Any views expressed in this message are those of the individual sender,
> except where the sender specifically states them to be the views of Reuters Limited.
>
> Reuters Limited is part of the Reuters Group of companies, of which Reuters Group PLC is the ultimate parent company.
> Reuters Group PLC - Registered office address: The Reuters Building, South Colonnade, Canary Wharf, London E14 5EP, United Kingdom
> Registered No: 3296375
> Registered in England and Wales
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

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