Hi Thanks Deepak. I want to test my opemMQ performance. I scheduled the test to run for 7 hrs but after 1hr i got the error AWI-EventQueue-0 java lang.OutofMemory error: java heap space. My test plan contains 1. one http request sampler 2. 100 threads 3. duration 28800 sec How can I set timer so that there should be 2 sec time interval between each cycle.
Deepak Shetty wrote: > > for jmeter, you can only measure the time that a client would see , which > in > an async process like yours would give you the time you describe. > Either you have to measure times on the server(using code or monitoring > tools or you must poll your database till you see the record or use some > information in the db, e.g. if the table has a column saying create_time > > regards > deepak > > On Mon, Dec 14, 2009 at 11:00 PM, testing.arun < > [email protected]> wrote: > >> >> Hi James, >> >> I have tried JMS point to point, publisher and subscriber but I am unable >> insert record in the DB. >> I send the http request through http request sampler the record is >> inserted >> properly in the DB. >> But the response time I am getting is the time to reach the message to >> the >> queue not the total time >> (reach the queue and insert into the DB). >> >> Please help. >> >> >> >> James Hill-3 wrote: >> > >> > Suggest you take a look at the JMS section of the manual: >> > >> http://jakarta.apache.org/jmeter/usermanual/component_reference.html#JMS_Publisher >> > >> http://jakarta.apache.org/jmeter/usermanual/component_reference.html#JMS_Subscriber >> > >> http://jakarta.apache.org/jmeter/usermanual/component_reference.html#JMS_Point-to-Point >> > >> > Haven't used JMeter for JMS yet (though should have instead of >> > LoadRunner). >> > >> > Not sure about the DB query, but start by looking into: >> > >> http://jakarta.apache.org/jmeter/usermanual/component_reference.html#JDBC_Request >> > and perhaps using a response assertion on the result? Wiser heads than >> I >> > might have more information. >> > >> > On Tue, Dec 15, 2009 at 5:06 PM, testing.arun >> > <[email protected] >> >> wrote: >> > >> >> >> >> Hi, >> >> >> >> I am testing an application which uses OpenMQ. >> >> When I send a http request it first goes to my message queue (if it >> >> success >> >> it goes to success queue othe wise error queue) >> >> If it is a success message it inserts records into my DB(MySQL). >> >> >> >> How can I use Jmeter for load test of this application. >> >> >> >> -- >> >> View this message in context: >> >> >> http://old.nabble.com/OpenMQ-testing-Using-Jmeter-tp26789924p26789924.html >> >> Sent from the JMeter - User mailing list archive at Nabble.com. >> >> >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: [email protected] >> >> For additional commands, e-mail: [email protected] >> >> >> >> >> > >> > >> >> -- >> View this message in context: >> http://old.nabble.com/OpenMQ-testing-Using-Jmeter-tp26789924p26790458.html >> Sent from the JMeter - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > -- View this message in context: http://old.nabble.com/OpenMQ-testing-Using-Jmeter-tp26789924p26790922.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

