You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Scott Eade <se...@backstagetech.com.au> on 2003/01/28 14:43:58 UTC

Re: running java applications?

On 29/01/2003 12:45 AM, "Mòñòjít®" <mo...@ltp.soft.net> wrote:

> 
> Hi
>   Can I run a simple java application through jmeter?
> 
> 
What would you be hoping to achieve?

Scott
-- 
Scott Eade
Backstage Technologies Pty. Ltd.
http://www.backstagetech.com.au
.Mac Chat/AIM: seade at mac dot com
--
How to ask questions the smart way:
http://www.tuxedo.org/%7Eesr/faqs/smart-questions.html



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: running java applications?

Posted by Mòñòjít® <mo...@ltp.soft.net>.
Ya.Its something like that.
If  the report generation part comes in the last phase of the cycle.
So its gonna be real tedious to write a test plan simulating the reports
generation using the webapp.As the application which generates the reports
is losely coupled from the rest of the application, i can load test it
seperately.This will give me a view as to how many users can generate
reports at the same time.
Regards
Monojit

----- Original Message -----
From: "Mike Stover" <ms...@apache.org>
To: "JMeter Users List" <jm...@jakarta.apache.org>
Sent: Tuesday, January 28, 2003 7:36 PM
Subject: Re: running java applications?


You are able to test it through the web now, but it runs out of memory, and
now
you want to test just the pdf generating program minus the web server part.
Is this
correct?

You can do this in JMeter, but you have to write what's called a "Java
Sampler" -
your own code that bridges from JMeter to the PDF generating application
(I'm
assuming you have some way of running it from Java).  Is this what you want
to
do?

-Mike

On 28 Jan 2003 at 19:41, Mòñòjít® wrote:

> Well..........sorry for such a question.
> I have used jmeter along with web applications successfully.
> Now I have this pdf generating application which is plugged into the web
> applications to get pdf reports.Now the problem is, after a number of
> reports are generated , I am getting Out of memory exception.
> I want to use the Thread Group feature of jmeter so that i can know how
many
> instances of the same class can be run at the same time.
> Hope this makes some sense to u.
>
> ----- Original Message -----
> From: "Scott Eade" <se...@backstagetech.com.au>
> To: "JMeter Users List" <jm...@jakarta.apache.org>
> Sent: Tuesday, January 28, 2003 7:30 PM
> Subject: Re: running java applications?
>
>
> Here is a useful resource that should help answer your question:
>
>     http://jakarta.apache.org/jmeter/
>
> Here is a useful resource that should help you ask a better question:
>
>     http://www.tuxedo.org/%7Eesr/faqs/smart-questions.html
>
> Cheers,
>
> Scott
> --
> Scott Eade
> Backstage Technologies Pty. Ltd.
> http://www.backstagetech.com.au
> .Mac Chat/AIM: seade at mac dot com
>
> On 29/01/2003 12:50 AM, "Mòñòjít®" <mo...@ltp.soft.net> wrote:
>
> > I just want to give a demo to some of my clients.And I have with me a
Pdf
> > Report generation application.I just want to run it through jmeter so
that
> I
> > can demonstrate it working.:-).
> >
> > ----- Original Message -----
> > From: "Scott Eade" <se...@backstagetech.com.au>
> > To: "JMeter Users List" <jm...@jakarta.apache.org>
> > Sent: Tuesday, January 28, 2003 7:13 PM
> > Subject: Re: running java applications?
> >
> >
> > On 29/01/2003 12:45 AM, "Mòñòjít®" <mo...@ltp.soft.net> wrote:
> >
> >>
> >> Hi
> >>   Can I run a simple java application through jmeter?
> >>
> >>
> > What would you be hoping to achieve?
> >
> > Scott
> > --
> > Scott Eade
> > Backstage Technologies Pty. Ltd.
> > http://www.backstagetech.com.au
> > .Mac Chat/AIM: seade at mac dot com
> > --
> > How to ask questions the smart way:
> > http://www.tuxedo.org/%7Eesr/faqs/smart-questions.html
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
> >
> >
> > --
> > To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> >
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>



--
Michael Stover
mstover1@apache.org
Yahoo IM: mstover_ya
ICQ: 152975688
AIM: mstover777

--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: running java applications?

Posted by Mike Stover <ms...@apache.org>.
You are able to test it through the web now, but it runs out of memory, and now 
you want to test just the pdf generating program minus the web server part.  Is this 
correct?

You can do this in JMeter, but you have to write what's called a "Java Sampler" - 
your own code that bridges from JMeter to the PDF generating application (I'm 
assuming you have some way of running it from Java).  Is this what you want to 
do?

-Mike

On 28 Jan 2003 at 19:41, Mòñòjít® wrote:

> Well..........sorry for such a question.
> I have used jmeter along with web applications successfully.
> Now I have this pdf generating application which is plugged into the web
> applications to get pdf reports.Now the problem is, after a number of
> reports are generated , I am getting Out of memory exception.
> I want to use the Thread Group feature of jmeter so that i can know how many
> instances of the same class can be run at the same time.
> Hope this makes some sense to u.
> 
> ----- Original Message -----
> From: "Scott Eade" <se...@backstagetech.com.au>
> To: "JMeter Users List" <jm...@jakarta.apache.org>
> Sent: Tuesday, January 28, 2003 7:30 PM
> Subject: Re: running java applications?
> 
> 
> Here is a useful resource that should help answer your question:
> 
>     http://jakarta.apache.org/jmeter/
> 
> Here is a useful resource that should help you ask a better question:
> 
>     http://www.tuxedo.org/%7Eesr/faqs/smart-questions.html
> 
> Cheers,
> 
> Scott
> --
> Scott Eade
> Backstage Technologies Pty. Ltd.
> http://www.backstagetech.com.au
> .Mac Chat/AIM: seade at mac dot com
> 
> On 29/01/2003 12:50 AM, "Mòñòjít®" <mo...@ltp.soft.net> wrote:
> 
> > I just want to give a demo to some of my clients.And I have with me a Pdf
> > Report generation application.I just want to run it through jmeter so that
> I
> > can demonstrate it working.:-).
> >
> > ----- Original Message -----
> > From: "Scott Eade" <se...@backstagetech.com.au>
> > To: "JMeter Users List" <jm...@jakarta.apache.org>
> > Sent: Tuesday, January 28, 2003 7:13 PM
> > Subject: Re: running java applications?
> >
> >
> > On 29/01/2003 12:45 AM, "Mòñòjít®" <mo...@ltp.soft.net> wrote:
> >
> >>
> >> Hi
> >>   Can I run a simple java application through jmeter?
> >>
> >>
> > What would you be hoping to achieve?
> >
> > Scott
> > --
> > Scott Eade
> > Backstage Technologies Pty. Ltd.
> > http://www.backstagetech.com.au
> > .Mac Chat/AIM: seade at mac dot com
> > --
> > How to ask questions the smart way:
> > http://www.tuxedo.org/%7Eesr/faqs/smart-questions.html
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
> >
> >
> > --
> > To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> >
> 
> 
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 



--
Michael Stover
mstover1@apache.org
Yahoo IM: mstover_ya
ICQ: 152975688
AIM: mstover777

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: running java applications?

Posted by Mòñòjít® <mo...@ltp.soft.net>.
Well..........sorry for such a question.
I have used jmeter along with web applications successfully.
Now I have this pdf generating application which is plugged into the web
applications to get pdf reports.Now the problem is, after a number of
reports are generated , I am getting Out of memory exception.
I want to use the Thread Group feature of jmeter so that i can know how many
instances of the same class can be run at the same time.
Hope this makes some sense to u.

----- Original Message -----
From: "Scott Eade" <se...@backstagetech.com.au>
To: "JMeter Users List" <jm...@jakarta.apache.org>
Sent: Tuesday, January 28, 2003 7:30 PM
Subject: Re: running java applications?


Here is a useful resource that should help answer your question:

    http://jakarta.apache.org/jmeter/

Here is a useful resource that should help you ask a better question:

    http://www.tuxedo.org/%7Eesr/faqs/smart-questions.html

Cheers,

Scott
--
Scott Eade
Backstage Technologies Pty. Ltd.
http://www.backstagetech.com.au
.Mac Chat/AIM: seade at mac dot com

On 29/01/2003 12:50 AM, "Mòñòjít®" <mo...@ltp.soft.net> wrote:

> I just want to give a demo to some of my clients.And I have with me a Pdf
> Report generation application.I just want to run it through jmeter so that
I
> can demonstrate it working.:-).
>
> ----- Original Message -----
> From: "Scott Eade" <se...@backstagetech.com.au>
> To: "JMeter Users List" <jm...@jakarta.apache.org>
> Sent: Tuesday, January 28, 2003 7:13 PM
> Subject: Re: running java applications?
>
>
> On 29/01/2003 12:45 AM, "Mòñòjít®" <mo...@ltp.soft.net> wrote:
>
>>
>> Hi
>>   Can I run a simple java application through jmeter?
>>
>>
> What would you be hoping to achieve?
>
> Scott
> --
> Scott Eade
> Backstage Technologies Pty. Ltd.
> http://www.backstagetech.com.au
> .Mac Chat/AIM: seade at mac dot com
> --
> How to ask questions the smart way:
> http://www.tuxedo.org/%7Eesr/faqs/smart-questions.html
>
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: running java applications?

Posted by Scott Eade <se...@backstagetech.com.au>.
Here is a useful resource that should help answer your question:

    http://jakarta.apache.org/jmeter/

Here is a useful resource that should help you ask a better question:

    http://www.tuxedo.org/%7Eesr/faqs/smart-questions.html

Cheers,

Scott
-- 
Scott Eade
Backstage Technologies Pty. Ltd.
http://www.backstagetech.com.au
.Mac Chat/AIM: seade at mac dot com

On 29/01/2003 12:50 AM, "Mòñòjít®" <mo...@ltp.soft.net> wrote:

> I just want to give a demo to some of my clients.And I have with me a Pdf
> Report generation application.I just want to run it through jmeter so that I
> can demonstrate it working.:-).
> 
> ----- Original Message -----
> From: "Scott Eade" <se...@backstagetech.com.au>
> To: "JMeter Users List" <jm...@jakarta.apache.org>
> Sent: Tuesday, January 28, 2003 7:13 PM
> Subject: Re: running java applications?
> 
> 
> On 29/01/2003 12:45 AM, "Mòñòjít®" <mo...@ltp.soft.net> wrote:
> 
>> 
>> Hi
>>   Can I run a simple java application through jmeter?
>> 
>> 
> What would you be hoping to achieve?
> 
> Scott
> --
> Scott Eade
> Backstage Technologies Pty. Ltd.
> http://www.backstagetech.com.au
> .Mac Chat/AIM: seade at mac dot com
> --
> How to ask questions the smart way:
> http://www.tuxedo.org/%7Eesr/faqs/smart-questions.html
> 
> 
> 
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: running java applications?

Posted by Mòñòjít® <mo...@ltp.soft.net>.
I just want to give a demo to some of my clients.And I have with me a Pdf
Report generation application.I just want to run it through jmeter so that I
can demonstrate it working.:-).

----- Original Message -----
From: "Scott Eade" <se...@backstagetech.com.au>
To: "JMeter Users List" <jm...@jakarta.apache.org>
Sent: Tuesday, January 28, 2003 7:13 PM
Subject: Re: running java applications?


On 29/01/2003 12:45 AM, "Mòñòjít®" <mo...@ltp.soft.net> wrote:

>
> Hi
>   Can I run a simple java application through jmeter?
>
>
What would you be hoping to achieve?

Scott
--
Scott Eade
Backstage Technologies Pty. Ltd.
http://www.backstagetech.com.au
.Mac Chat/AIM: seade at mac dot com
--
How to ask questions the smart way:
http://www.tuxedo.org/%7Eesr/faqs/smart-questions.html



--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>