Or record the data as CSV (or XML) and then use the database bulk load tools to populate the database.
Or use the BeanShell Listener to write the samples to the database. Or write your own Listener that can write to a database instead of a file. I think there may be a Bugzille enhancement request that covers this; not sure if any code was provided. On 17/04/07, iblavins <[EMAIL PROTECTED]> wrote:
G'day If you can get the data you want out of your sampler and into the JMeter environment (with one of the post processors, such as the regular expression extractor) then you can probably get the results into a database with a second sampler. Extract the data as above, formulate an update database transaction out of it, and use the second sampler to send it to the database where you want to record the results. The presence of the 2nd sampler will affect the throughput you can obtain in the run but not the response times you record against the system under test (except where the former affects the latter). Ian Blavins Contract Performance Engineer Temenos -----Original Message----- From: mateamargo [mailto:[EMAIL PROTECTED] Sent: 17 April 2007 15:36 To: [email protected] Subject: Store results in a database? Is there any way to store the load test into a database? Thanks. -- View this message in context: http://www.nabble.com/Store-results-in-a-database--tf3591030.html#a10036184 Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] This email (and any attachments) contains confidential information, and is intended only for the named recipient. Distribution or copying of this email by anyone other than the named recipient is prohibited. If you are not the named or intended recipient, please notify TEMENOS or the sender immediately and permanently destroy this email (and any attachments) and all copies of it. No member of TEMENOS Group AG or any of its associated or affiliated companies is liable for any errors or omissions in the content or transmission of this email. Any opinions contained in this email are solely those of the author and, unless clearly indicated otherwise in writing, are not endorsed by any member of TEMENOS Group AG or any of its associated and affiliated companies. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

