Hi how is the data exposed to the GUI? If you have a JBoss server it should be EJB (java sampler) or webservices(webservice sampler), which you can test out from jmeter. You can also use JDBC requests if you want to simulate some load on your database. With Jmeter you can only test out the response times that a client would see. If by performance of the server you mean CPU/memory statistics then you need a separate tool to monitor those attributes(depending on the OS and what you want to monitor) while your load test is being run regards deepak On Mon, Jul 27, 2009 at 10:58 PM, Anwaruddin Mohammad < anwaruddin.m@ocimumbio.com> wrote: > > Ok Deepak, > > So, in that case can we test the time take to integrade data in to > database. > Also is it possible to test the performance of the server? > > Regards > Anwar > > -----Original Message----- > From: Deepak Shetty [mailto:shettyd@gmail.com] > Sent: Tuesday, July 28, 2009 11:05 AM > To: JMeter Users List > Subject: Re: Testing swing based applications > > hi > you cant test swing applications with JMeter (directly anyway). > You might be able to test your middle(how is data exposed to the GUI?), > and DB tier regards deepak > > On Mon, Jul 27, 2009 at 10:03 PM, Anwaruddin Mohammad < > anwaruddin.m@ocimumbio.com> wrote: > > > Dear Users, > > > > I am load testing a Java application having a 3-tier architechture. It > > has a Client with GUI, a DB and a JBoss server on 3 different system. > > > > 1. Now how do i go about testing such a system? > > 2. What kind of "Config Element" should I be using? > > > > Please guide me. > > > > Thanks and Regards, > > Anwar > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > >