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" <[EMAIL PROTECTED]> To: "JMeter Users List" <[EMAIL PROTECTED]> 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" <[EMAIL PROTECTED]> > To: "JMeter Users List" <[EMAIL PROTECTED]> > 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�" <[EMAIL PROTECTED]> 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" <[EMAIL PROTECTED]> > > To: "JMeter Users List" <[EMAIL PROTECTED]> > > Sent: Tuesday, January 28, 2003 7:13 PM > > Subject: Re: running java applications? > > > > > > On 29/01/2003 12:45 AM, "M���j�t�" <[EMAIL PROTECTED]> 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: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- Michael Stover [EMAIL PROTECTED] Yahoo IM: mstover_ya ICQ: 152975688 AIM: mstover777 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

